/* Body copy FONT  font-family: 'Open Sans', sans-serif; */

.bg-red {
  background-color: red;
  height: 100vh;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
}

body p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
}

#landing {
  width: 100%;
}

nav {
  position: absolute;
  width: 100%;
  position: fixed;
  z-index: 200;
  background-image: linear-gradient(
    to top,
    rgba(50, 50, 50, 0),
    rgba(50, 50, 50, 0.5)
  );
}

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

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

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

#dropdowntxt {
  font-size: 14px;
}

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;
}

.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: #d02b30;
  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, 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 {
  width: 100%;
  bottom: 0;
}

.scroll img {
  width: 60px;
  transition: all 0.5s ease;
}

.scroll img:hover {
  filter: drop-shadow(2px 1px 1px #d02b30);
}

#main {
  width: 100%;
  background-image: url(../img/homebg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  z-index: -100;
}

#main-cont {
  width: 100%;
  min-height: 110vh;
  background: radial-gradient(
    circle,
    rgba(50, 50, 50, 0.4) 0%,
    rgba(40, 40, 40, 0.7) 100%
  );
}

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

#main-title {
  padding: 0;
}

#breakout {
  background-image: linear-gradient(
    to top,
    rgba(30, 36, 30, 0),
    rgba(30, 36, 30, 0.94)
  );
  padding-top: 10px;
  padding: 20px;
  margin-bottom: -100px;
  color: #fff;
  font-size: small;
  max-width: 1000px;
}

#breakouttext {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

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

h1 span {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
}

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

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

.mt-9 {
  margin-top: 9rem !important;
}



/*---------- Appalachia Info & Map -------------*/
#info-cont {
  min-height: 90vh;
  background: radial-gradient(
    circle,
    rgba(83, 94, 84, 1) 0%,
    rgba(28, 36, 29, 1) 50%
  );
}

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

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

h3 {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 24px;
  color: #fff;
  margin-left: 30px;
  margin-bottom: 0;
}

h4 {
  font-family: Georgia, 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: 10px 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;
}


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

/*----- AGD Additional Style----------*/

ul {
  list-style: none;
  font-family: "Open Sans", sans-serif;
  color: white;
}

ul li::before {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#quote {
  font-family: Georgia, serif;
  font-size: 50px;
  color: #90b7e6;
  margin-left: 30px;
  margin-bottom: 0;
}

/* vertical line */
.vl {
  border-left: 3px solid;
  height: 300px;
}

/*----------------- 4 SOCIAL DETERMINANTS ---------------*/
#social-cont {
  width: 100%;
  min-height: 50vh;
  background: linear-gradient(
    0deg,
    rgba(83, 94, 84, 1) 0%,
    rgba(28, 36, 29, 1) 79%
  );
}

#social-text {
  font-family: Georgia, serif;
  font-size: 30px;
  color: #fff;
  margin: 0px;
  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;
  font-family: Georgia, serif;
  color: #fff;
  opacity: 1;
}

/*--------------- 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: Georgia, serif;
  font-size: 16px;
  text-align: center;
  margin: 0;
}

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

#implicit-btn:hover {
  background-color: #fff;
  color: #d02b30;
  border: 1px solid #d02b30;
}

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

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

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

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

/*-- ADDITION --*/
#mc {
  width: 100%;
  background-image: url(../img/mctraining.jpg);
  background-position: top;
  background-size: cover;
  overflow: hidden;
}

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

#dre {
  width: 100%;
  background-image: url(../img/dretraining.jpg);
  background-position: top;
  background-size: cover;
  overflow: hidden;
}

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

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

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

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

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

.training h5 {
  font-size: 22px;
  font-family: Georgia, serif;
  color: #fff;
  opacity: 1;
}

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

.traininglink {
  width: 60%;
}

.training-btn {
  background-color: #d02b30;
  height: auto;
  padding: 8px 9px;
  text-align: center;
  border: 1px solid #d02b30;
  transition: 0.5s;
}

.training-btn:hover {
  background-color: #fff;
  color: #d02b30;
  border: 1px solid #d02b30;
}

#desktop-view {
  display: none;
}

/*------------------- LULA MAE TRAINING INTRO ----------------------*/
.modal {
  width: 100%;
  height: 100vh;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
}

.surveybg {
  position: absolute;
  width: 80%;
  height: 80vh;
  background-color: #fff;
  z-index: 100;
}

.close {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 60px;
  color: #808080;
  display: block;
}

.close:hover {
  color: #d02b30;
  cursor: pointer;
}

#survey-text {
  width: 100%;
  height: 100%;
}

#survey-text p {
  color: rgba(112, 112, 112, 1);
  font-family: Georgia, serif;
  font-size: 20px;
  text-align: center;
  margin: 0;
}

#survey-text a {
  width: 30%;
  margin-top: 20px;
}

.title-text {
  font-weight: 600;
  font-size: 24px;
}

#lm-main {
  width: 100%;
  background: radial-gradient(
    circle,
    rgba(83, 94, 84, 1) 0%,
    rgba(28, 36, 29, 1) 50%
  );
  margin: 0;
}

#lm-main-cont {
  width: 100%;
  min-height: 100vh;
  margin: 0;
}

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

#lm-main-title {
  padding: 0px;
  margin-left: 100px;
  margin-right: 0px;
}

#lm-main-title h1 {
  font-size: 50px;
  width: 100%;
}

#lm-main-title h1 span {
  font-size: 20px;
}

#lm-main-title p {
  width: 80%;
  line-height: 1.8em;
}

#lm-main-title a {
  width: 150px;
  height: 70px;
  margin-top: 30px;
}

#lm-main-img {
  height: 100vh;
  overflow: hidden;
  border-left: 3px solid #90b7e6;
}

#lm-main-img img {
  width: 100%;
  object-fit: cover;
}

/* ON LULA MAE INTRO */

#lm-img {
  height: 100vh;
  overflow: hidden;
  width: 50%;
  margin-left: 15%;
}

#lm-img img {
  min-width: 100%;
  max-height: 70vh;
  object-fit: cover;
  border: solid 2px #d02b30;
}

#lm-text {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#lm-about-title {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 90%;
}

#lm-about-title h1 {
  font-size: 50px;
  width: 60%;
  margin-left: 70px;
}

#lm-about-title p {
  width: 60%;
  line-height: 1.8em;
  margin-left: 70px;
}

#lm-about-title a {
  width: 320px;
  margin-top: 30px;
  margin-left: 70px;
}

.backlink a {
  font-style: italic;
  font-weight: 300;
  width: 60%;
  margin-left: 70px;
}

/* -------------- Reference pages --------*/

#ref-main {
  min-height: 100vh;
  background: radial-gradient(
    circle,
    rgba(83, 94, 84, 1) 0%,
    rgba(28, 36, 29, 1) 50%
  );
  z-index: -100;
}

#ref-cont {
  background-color: #fff;
  min-height: 90vh;
  width: 90%;
  margin-top: 70px;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  margin-bottom: 70px;
}

.ref-title {
  color: rgba(112, 112, 112, 1);
  font-size: 36px;
}

#ref-cont a {
  color: #90b7e6;
  font-weight: 400;
}

#ref-cont a:hover {
  font-weight: 600;
}

.citation a:hover {
  font-weight: 600;
}

.hr-divide {
  width: 80%;
  border: solid 0.5px;
}

.hr-sep {
  border: solid 0.5px rgba(112, 112, 112, 1);
}

.ref-list h2,
h2 a {
  font-family: Georgia, serif;
  color: rgba(112, 112, 112, 1);
}

.ref-list p {
  color: rgba(112, 112, 112, 1);
  text-align: left;
}

.ref-link a {
  font-size: 16px;
}

h2 a {
  font-size: 20px;
}

.citation {
  font-size: 13px;
}

/*------------------ 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;
  }

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

  nav ul {
    justify-content: center;
  }

  #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;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  h5 {
    font-size: 26px;
  }

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

  #lm {
    margin-right: 0px;
  }

  #des {
    margin-left: 0px;
  }

  #lm-main-cont {
    display: flex;
    flex-direction: column;
  }

  #lm-img {
    margin-left: 0;
  }

  #training {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }

  #lm {
    filter: brightness(50%);
  }

  #des {
    filter: brightness(50%);
  }

  #desktop-view {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50px;
    width: 90%;
    height: 80vh;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  #desktop-view h4 {
    color: #535e54;
    font-size: 35px;
    width: 70%;
    font-family: Georgia, serif;
    text-align: center;
    margin-left: 0;
  }

  #desktop-view p {
    color: #535e54;
    width: 70%;
    margin-top: 20px;
    text-align: center;
  }

  .training-btn {
    display: none;
  }

  #quote {
    font-size: 40px;
  }
}

/* ---------- 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;
  }

  #quote {
    font-size: 20px;
  }
}
