* {
    font-family: 'Roboto', sans-serif;
    transition: 0.5s ease;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: whitesmoke;
}

body {
    overflow: auto; height: 100%;
    background: linear-gradient(top, #966 0%,#169 100%) fixed;
    background: -webkit-linear-gradient(top, #966 0%,#169 100%) fixed;
    background: -o-linear-gradient(top, #966 0%,#169 100%) fixed;
    background: -ms-linear-gradient(top, #966 0%,#169 100%) fixed;
    background: -moz-linear-gradient(top, #966 0%,#169 100%) fixed;
}

.nav-expanded #nav_menu {
  /* transition: opacity 0.5s ease; */
  opacity: 1;
}

.nav {
    transform: translateY(3em);
    left: 0;
    bottom: 100%;
    position: fixed;
    /* height: 3em; */
    min-width: 100%;
    background: rgba(0,0,0,0);
    z-index: 10;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.nav-expanded#nav {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.nav ul {
    /* margin-top: 0.6em; */
    padding-left: 40px;
    list-style: none;
    position: relative;
    bottom: -0.65em;
}

.nav ul li {
    display: inline-block;
    padding: 8px;
    border-radius: 5px;
    /* background-color: transparent; */
    transition: 1s ease;
    cursor: pointer;
}

.nav ul li.active,
.nav ul li:hover{
    background-color: rgba(200,200,200,0.4);
}

.nav ul li a {
    color: whitesmoke;
    text-decoration: none;
}

.nav ul li.active > a {
    color: #D66;
}

.container {
    position: relative;
    text-align: center;
    width: 100%;
    height: inherit;
    padding: 90px 0;
    overflow: hidden;
}

#home {
    padding: 10% 0;
}

.logo {
    margin-top: 2em;
    height: 12em;
    width: 12em;
}

.logo_text {
    margin-top: .3em;
    font-size: 4em;
    color: white;
    text-shadow: 2px -2px 1px rgba(0,0,0,0.7);
    /* font-family: RobotoRegular; */
}

.logo_text_sub {
    line-height: 2em;
    font-size: 1.2em;
    color: rgba(255,255,255,0.8);
    text-shadow: 1px -1px 1px rgba(0,0,0,0.7);
    /* font-family: RobotoRegular; */
}

.logo_text_sub i {
  color: white;
}

.pre_text {
    margin-top: .3em;
    padding-left: 10%;
    text-align: left;
    font-size: 3em;
    color: white;
    text-shadow: 2px -2px 1px rgba(0,0,0,0.7);
    /* font-family: RobotoRegular; */
}

.sub_container {
  color: rgba(255,255,255,0.9);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 80px 40px 20px 40px;
}

.icon_intro {
  vertical-align: middle;
  text-align: center;
  margin: 2em;
  flex: 1;
}

.icon_intro_idiv {
  margin: 0 auto;
  border: 5px solid rgba(255,255,255,0.7);
  border-radius: 100%;
  box-shadow: 2px -1px 3px rgba(0,0,0,0.7);
  padding: 2em;
  width: 8em;
  height: 8em;
  text-align: center;
}

.icon_intro i {
  margin-left: -0.05em;
  text-shadow: 2px -2px 1px rgba(0,0,0,0.7);
  font-size: 4em;
  width: 1em;
}

.icon_intro_sdiv {
  padding-top: .5em;
  line-height: 1.5em;
  color: white;
  word-break: normal;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
  max-width: 20em;
  margin: 0 auto;
}

.mid {
    margin: 0 25%;
    border-color: rgba(255,255,255,0.2);
}

.midl{
  margin: 0 5em;
  width: 50%;
  border-color: rgba(255,255,255,0.2);
}

.col_ex {
    position: relative;
    display: inline;
    padding: 6em;
}

.col {
    display: inline;
    padding: 10px;
}

.download_table {
  text-align: center;
  /* border: 1px solid rgba(0,0,0,0.5); */
  flex: 1;
  color: white;
  display: block;
}

.download_table tbody {
  display: block;
}

.download_table tr:hover {
  background-color: rgba(255,255,255,0.3);
}

.download_table tr {
  display: flex;
  min-width: 20em;
}

.download_table td,
.download_table th {
  width: 25%;
  display: inline-block;
  border: 1px solid rgba(0,0,0,0.5);
  padding: 0.5em 1em;
  word-break: break-word;
}

.download_table td {
  cursor: pointer;
}

.download_table tr:first-child {
  background-color: rgba(0,0,0,0.5);
}

.donate {
  display: inline-block;
  margin: 1em 1em;
  width: 9em;
  height: 3em;
  line-height: 3em;
  background-color: rgba(200,150,100,.7);
}

#donate .sub_container {
  text-align: center;
}

.hl2 {
  display: none;
}

@media screen and (max-width: 42em) {
  @media (min-width: 30em) {
    .icon_intro {
      display: flex;
      align-items: center;
    }
    .icon_intro_idiv {
      margin-right: 2em;
    }
    .icon_intro_sdiv {
      flex: 1;
      padding-top: 0;
    }
  }
  .sub_container {
    flex-direction: column;
    align-items: center;
  }
  #download .sub_container {
    padding: 80px 20px 20px 20px;
  }
  .download_table {
    max-width: 100%;
    font-size: 0.8em;
    overflow: auto;
  }
  .download_table th,
  .download_table td {
    padding: .5em .25em;
  }
  .nav ul {
    padding-left: 5%;
    padding-right: 5%;
  }
  .pre_text {
    padding-left: 0;
    font-size: 2em;
    text-shadow: 1px -1px 1px rgba(0,0,0,0.7);
    text-align: center;
  }
  .midl {
    margin: 0 25%;
  }
  .download_table td{
    padding: .5em .4em;
  }
}

@media screen and (max-width: 30em) {
  .hl1 {
    /* display: none; */
  }
  .hl2 {
    display: block;
  }
  .hl2 a {
    margin-left: -0.5em;
  }
  .nav ul.hl1 li {
    display: block;
    margin-top: 8px;
  }
  #nav_menu {
    transition: opacity 0.5s ease 0.5s;
    opacity: 0;
  }
  .nav {
    transform: translateY(3em);
  }
  .nav.nav-expanded {
    transform: translateY(100%);
  }
}
@media screen and (min-width: 721px) {
  #nav_menu {
    display: block !important;
  }
  .download_table {
    margin: 20px 10% 0 10%;
  }
}