
body{
  width: 100vw;
  overflow-x:hidden;
}

.credit{
  display:none;
}

.container.wide, .container.mobile-wide{
  width:100%;
  max-width:100%;
}

h1{
  display:block; 
  position:static;  
  font-size: 25px; 
  line-height: 30px; 
  padding: 10px 25px; 
}
h1 .name{
  font-size: 16px; 
  line-height: 20px; 
}

h2{
  font-size: 30px; 
  line-height: 35px; 
}

h3{
  font-size: 25px; 
  line-height: 27px; 
}


.hero{
  background-image:none !important;  
}
.hero .container{
  height:auto;
}
.hero .mobile-hero{
  display:block;
  width:100%;
}
.hero-text{
  display:block; 
  position:static;  
  font-size: 20px; 
  line-height: 25px; 
  padding: 10px 25px; 
  max-width: 100%; 
  text-align:center;
}

.flex{
  flex-wrap:wrap; 
}
.flex .half, .flex .side, .flex .main, .flex .third{
  width: 100%;
  margin:0 0 15px 0;
  padding: 0; 
}
.flex .half.mobile-half{
  width:50%;
}

.thin{
  font-size: 18px; 
  line-height: 23px; 
}
.padded{
  padding: 30px;
}
.vpadded{
  padding: 30px 0;
}

.footer.flex .third.nomargin{
  width: 100%;
  padding: 20px; 
  text-align: center; 
}


.footer.flex {
  flex-direction: column;
}

.footer.flex .third:nth-child(1) {
  order: 1;
}

.footer.flex .third:nth-child(2) {
  order: 3;
  border-top: 2px solid #FFF; 
}

.footer.flex .third:nth-child(3) {
  order: 2;
}



.mobilegone, .space{
  display:none; 
}

.toppad{
  padding-top:0;
}




.mobilegone{ display: none; }
.mobilehere{ display: block; }




#mobilenav {
  width: 45px;
  height: 35px;
  position: absolute;
  z-index: 10; 
  right:10px;
  top:15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#mobilenav.open{
  position: fixed;
}

#mobilenav span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #FFF;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}



#mobilenav span:nth-child(even) {
  left: 50%;
}

#mobilenav span:nth-child(odd) {
  left:0px;
}

#mobilenav span:nth-child(1), #mobilenav span:nth-child(2) {
  top: 5px;
}

#mobilenav span:nth-child(3), #mobilenav span:nth-child(4) {
  top: 15px;
}

#mobilenav span:nth-child(5), #mobilenav span:nth-child(6) {
  top: 25px;
}

#mobilenav.open span:nth-child(1),#mobilenav.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobilenav.open span:nth-child(2),#mobilenav.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobilenav.open span:nth-child(1) {
  left: 5px;
  top: 8px;
}

#mobilenav.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 8px;
}

#mobilenav.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#mobilenav.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#mobilenav.open span:nth-child(5) {
  left: 5px;
  top: 21px;
}

#mobilenav.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 21px;
}

.nav{
  position:fixed;
  z-index: 5; 
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: #05617B;
  display:flex;
  align-items: center; 
  text-align:center; 
  padding:0;
  margin:0;
  overflow:hidden;
}

.nav a{
  display:block;
  font-size: 20px; 
  margin:0;
  padding: 15px;
  border-bottom: 1px solid #FFF; 
  color:#FFF; 
}
.nav a.current{
  opacity: .6; 
}
.nav a.download{
  border-radius:0;
  border-bottom:0;
  padding: 20px; 
}
