 /* Body copy FONT  font-family: 'Open Sans', sans-serif; */
.less-padding {
    padding-right: 0px;
    padding-left: 0px
}

.padding-bottom {
    padding-bottom: 50px;
}

.margin-top {
    margin-top: 50px;
}

.logos {
  padding-top: 50px;
    padding-bottom: 50px;
  color: #FFF
}

.logos img {
    padding-bottom: 25px;   
}

.margin-more {
    margin-top: 100px;
}


 body {
     margin: 0;
     padding: 0;
 }

 body p {
     font-family: 'Open Sans', sans-serif;
     font-size: 10px;
     color: #d3d3d3;
 }

 #fixed-cont {
     width: 100%;
 }

 nav {
     position: absolute;
     width: 100%;
     position: fixed;
     z-index: 200;
 }

 nav ul {
     width: 100%;
     margin-top: 15px;
     list-style: none;
     justify-content: flex-start;
 }

 .myNav {
    background-color: rgba(30, 36, 30);
    height: 80px;
    }

 .nav-link {
    font-size: 14px;
    }
    
 #dropdowntxt {
    font-size: 14px;
    }

 .name-list {
     width: 100%;
     font-size: 14px;
     line-height: 20px;
     margin-top: 14px;
     list-style: none;
     justify-content: flex-end;
     -webkit-columns: 2;
        -moz-columns: 2;
             columns: 2;
     padding-left: 0;
     color: #FFF
 }

 .index-footer {
    background-color: rgba(30, 36, 30);
    text-align: center;
    padding-top: 10px;
    height: 70px;
  }

body {
    /*background-color: #354236;*/
    background: radial-gradient(circle, rgba(83, 94, 84, 1) 0%, rgba(28, 36, 29, 1) 50%);
}


 a {
     color: #FFF;
     margin-right: 20px;
     font-size: 12px;
     font-weight: 600;
     transition: 0.3s;
 }

 a:hover {
     color: #d02b30;
     text-decoration: none;
 }

.active {
    color: #90b7e6 !important;
}


/* INSERT NAV BUTTON STYLE */
.btn {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    transition: 0.3s;
    background-color: rgba(0,0,0,0);
    border: none;
    margin-right: 20px;
    padding-top: 9px;
}

.btn:hover {
    color: #90b7e6;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
}

.btn.btn-primary:focus {
    color: #d02b30;
    background-color: rgba(0,0,0,0);
}

.btn.btn-primary:active:focus {
    color: #d02b30;
    background-color: rgba(0,0,0,0);
}

.dropdown-menu {
    width: 140%;
    margin-left: 5%;
    background-color: rgba(0,0,0,.5);
}

.dropdown-menu li {
    margin: 0px;  
    padding-left: 25px;
    padding-bottom: 5px;
    padding-top: 0px;
}

.dropdown-menu li:hover {
    text-decoration: underline;
}

 #sim-link {
     margin-right: 0px;
 }


 #footer-nav {
     position: absolute;
     width: 150px;
     bottom: 0;
     margin-bottom: 0px;
     align-self: center;
 }

 #footer-nav div {
     justify-content: flex-end;
     margin-right: 20px;
 }

 #main {
     width: 100%;
     background-color: #535E54;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     overflow: hidden;
     margin-top: 0;
 }

 #main-cont {
     width: 100%;
     min-height: 100vh;
     /*background-color: #354236;*/
     background: radial-gradient(circle, #354236 0%, rgba(28, 36, 29, 1) 50%);
 }

 #main-title-cont {
     width: 100%;
     margin: 0;
 }

 #main-title {
     padding: 0;
 }

 h1 {
     font-family: Georgia, serif;
     font-size: 60px;
     color: #FFF;
     margin-bottom: 0;
     display: flex;
     flex-direction: column;
 }

 h1 span {
     font-family: 'Open Sans', sans-serif;
     font-style: italic;
     font-size: 20px;
     color: #FFF;
     margin-bottom: 0;
 }

 ul span {
     font-family: 'Open Sans', sans-serif;
     font-style: italic;
     font-size: 12px;
     color: #FFF;
     margin-bottom: 0;
 }

 hr {
     display: block;
     border: solid 1px;
     width: 100%;
     color: #90b7e6;
 }

 #main-title p {
     text-align: left;
     font-size: 20px;
 }


 span.tab-space {
     padding-left:1em;
}


.textwhite {
    color:white;
}

.mailtext {
    color:rgb(127, 178, 227);
    font-size: large;
}

.website {
    color:rgb(127, 178, 227);
    font-size: 20px;
    margin-right: 0;
}

 /*---------- Appalachia Info & Map -------------*/
 #info-cont {
     min-height: 100vh;
 }

 .app-cont {
     width: 80%;
     max-width: 1440px;
 }

 .app-info {
     margin: 0;
     margin-bottom: 30px;
     padding: 0;
     opacity: 0;
 }

 h3 {
     font-family: 'Open Sans', sans-serif;
     font-style: italic;
     font-size: 24px;
     color: #FFF;
     margin-left: 30px;
     margin-bottom: 0;
 }

 h4 {
     font-family: 'Open Sans', sans-serif;
     font-size: 48px;
     color: #FFF;
     margin-left: 30px;
     margin-bottom: 0;
 }

 .app-info p {
     margin-top: 40px;
     width: 80%;
     margin-left: 30px;
 }

 .app-map {
     margin: 0;
     padding: 0;
     min-height: 100%;
     opacity: 0;
 }

 .app-map img {
     width: 100%;
     border-left: 2px solid #90b7e6;
     border-top: 2px solid #90b7e6;
 }

.app-map-key {
    margin-top: 10px;
}
.app-map-key img {
    border: none;
}

.app-map-key p {
    font-size: 9px;
    font-style: italic;
    margin-top: 5px;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 75%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

h5 {
    font-family: Georgia, serif;
    font-size: 30px;
    color: #FFF;
    margin: 0px;
    margin-right: 10px;
}


.smallertxt {
    font-size: 18px;
    color: #fff;
}



 /*----------------- 4 SOCIAL DETERMINANTS ---------------*/
 #social-cont {
     width: 100%;
     min-height: 100vh;
     opacity: 0;
 }




 /*---------------- 5 Dr Image ---------------------*/
 /* #drimg {
     width: 100%;
     background-image: url(../img/homedr.jpg);
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     overflow: hidden;
     z-index: 0;
 }

 #dr-cont {
     width: 100%;
     min-height: 100vh;
     background: linear-gradient(180deg, rgba(50, 50, 50, 0.4) 0%, rgba(30, 30, 30, 0.9) 100%);
 } */

 /*--------------- 6 Dr text ----------------*/
 /* #dr-text {
     width: 100%;
     min-height: 100vh;
     opacity: 0;
 }

 #dr-text h5 {
     font-size: 22px;
     margin-bottom: 30px;
 } */

 /*--------------- 7 Implicit test --------------*/
 /* #implicit {
     width: 100%;
     min-height: 100vh;
 }

 #implicit-link {
     width: 40%;
     background-color: #FFF;
     padding: 20px;
     z-index: 10;
 }

 #implicit-link p {
     color: rgba(112, 112, 112, 1);
     font-family: 'Open Sans', sans-serif;
     font-size: 16px;
     text-align: center;
     margin: 0;
 }

 #implicit-btn {
     margin-top: 20px;
     background-color: #90b7e6;
     height: 60px;
     padding-top: 20px;
     text-align: center;
     transition: 0.5s;
 }

 #implicit-btn:hover {
     background-color: #FFF;
     color: #90b7e6;
     border: 1px solid #90b7e6;
 } */


 /*------------------ 8 LINKS TO TRAINING -------------------*/
 #lm {
     width: 100%;
     background-image: url(../img/lmtraining.jpg);
     background-position: top;
     background-size: cover;
     overflow: hidden;
     padding: 0;
     margin: 0;
     margin-right: 3px;
 }

 #lm-cont {
     width: 100%;
     min-height: 100vh;
     background: rgba(72, 71, 71, .5);
 }

 #des {
     width: 100%;
     background-image: url(../img/destraining.jpg);
     background-position: top;
     background-size: cover;
     overflow: hidden;
     margin: 0;
     padding: 0;
     margin-left: 3px;
 }

 #des-cont {
     width: 100%;
     min-height: 100vh;
     background: rgba(72, 71, 71, .5);
 }

 #mc {
    width: 100%;
    background-image: url(../img/mctraining.jpg);
    background-position: top;
    background-size: cover;
    overflow: hidden;
    padding: 0;
    margin: 0;
    margin-right: 3px;
}

#mc-cont {
    width: 100%;
    min-height: 100vh;
    background: rgba(72, 71, 71, .5);
}

#al {
    width: 100%;
    background-image: url(../img/altraining.jpg);
    background-position: top;
    background-size: cover;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-left: 3px;
}

#al-cont {
    width: 100%;
    min-height: 100vh;
    background: rgba(72, 71, 71, .5);
}


 .training {
     width: 60%;
     margin-bottom: 30px;
 }
 

 .training-title {
     margin-bottom: 30px;
 }

 .time {
     font-style: italic;
     margin-bottom: 0;
     margin-top: 50px;
 }

 .traininglink {
     width: 60%;
 }

 .training-btn {
     background-color: #354236;
     height: 40px;
     padding-top: 10px;
     text-align: center;
     transition: 0.5s;
 }

 .training-btn:hover {
     background-color: #FFF;
     color: #90b7e6;
     border: 1px solid #90b7e6;
 }


 /*------------------ MEDIA QUERIES  ----------------------*/

 /*------------ up to landscape tablet -----------------*/
 @media only screen and (max-width: 1279px) {

     h1 {
         font-size: 48px;
         white-space: pre-wrap;
     }

     h2 {
         font-size: 20px;
     }
 }


 /* ---------- up to portrait tablet -----------------*/
 @media only screen and (max-width: 900px) {

     h1 {
         font-size: 48px;
         text-align: center;
         padding-top: 100px;
     }

     h2 {
         font-size: 20px;
         text-align: center;
     }

     nav ul {
         justify-content: center;
     }

light-footer {
  background-color: #FFF;
  font: #000;
}
     #footer-nav div {
         justify-content: center;
         margin-right: 0px;
     }

     .app-info p {
         margin-top: 40px;
         width: 90%;
         margin-left: 30px;
     }

     .app-map {
         margin: 0;
         padding: 0;
         min-height: 100%;
         display: flex;
         justify-content: center;
     }

     .app-map img {
         width: 90%;
         align-self: center;
         border-left: 2px solid #90b7e6;
         border-top: 2px solid #90b7e6;
     }

     h5 {
         font-size: 20px;
     }


     #implicit-link {
         width: 70%;
         background-color: #FFF;
         padding: 20px;
     }

     #lm {
         margin-right: 0px;
     }

     #des {
         margin-left: 0px;
     }
 }

 /* ---------- small phones -----------------*/
 @media only screen and (max-width: 375px) {
     nav {
         display: none;
     }

     .app-info p {
         margin-top: 40px;
         width: 100%;
         margin-left: 0px;
     }

     h3 {
         margin-left: 10px;
     }

     h4 {
         margin-left: 10px;
     }
 }

 .logos,
 logos {
     background-color: #FFF;
 }
