/* css */

/*-------------------------NAVIGATION----------------------------------*/
nav {
  background-color: #4B4B4B !important;
  opacity: 100% !important;
  z-index: 0 !important;
}
#menu {
  background-color: #FF8D4E !important; 
}
.navbar-brand {color: #fff;}
.navbar-nav li.nav-item a.nav-link {color: #fff;}
.navbar-nav li.nav-item a.nav-link:hover {
  color: #FF8D4E !important;
}
.navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #FF8D4E !important;
}
.navbar-nav li.nav-item a.nav-link.active {
  color: #FF8D4E !important;
} 

/*----------------------------SPLASH--------------------------------*/
#home {padding: 5rem;}
/* Logo */
.duckLogo {max-width: 8rem; max-height: 8rem;}
/* Splash Button */
#down {margin-top: 2rem;width: 100% !important;height: 2.5rem !important;border-radius: 2rem !important;border: .2rem solid white !important;}
@media (min-width: 300px) {#down {width: 10rem !important; height: 2.5rem !important;}}
#down a:hover {color: #FF8D4E !important;}

/*----------------------------MAIN--------------------------------*/
#main { color: black;}

#container {width: 80%; max-width: 900px;align-items: center; justify-content: center;}
textarea {
  width: 100%;
  color: black;
  justify-content: center;
  text-align: center;
  padding-top: .2rem;
}

/*----------------------------ABOUT--------------------------------*/

/*----------------------------MODAL--------------------------------*/
.indent {text-indent: 4%;}
.col {gap: 1rem !important;}
.row {gap: 1rem !important;}/* Modal Content */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2 !important; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
#report {
  color: black !important;
  background-color: white;
  padding: 2rem;
  justify-content: center !important;
}
#myModal {z-index: 10 !important;}


/*----------------------------FOOTER--------------------------------*/
footer {
  color: white !important;
  background-color: #4B4B4B !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*elements------------------------------------------------------------*/
body {
  background-color: white !important;
  font-family: 'IBM Plex Mono', monospace !important;
  /*text-transform: uppercase !important;*/
  color: black !important;
  text-align: center !important;
  justify-content: space-evenly !important;
  font-size: 12px !important;
}
hr {z-index: 0 !important;}
a {text-decoration: none !important; color: white !important;}
a:active {color: white !important;}

/*classes-------------------------------------------------------------*/

/* text adjustments */
.accentText {color: #FF8D4E;}
.whiteText {color: white !important;}
.left {text-align: left;}

/* containers */
.accentCont {background-color:  #FF8D4E !important;}
.whiteCont {background-color: white !important;}
.accentCont, .whiteCont {justify-content: center !important;padding: 1.2rem;}
.centeredCont {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spacer {height: 3rem;}
.accent {background-color: #FF8D4E !important;}
.white {background-color: white !important;}
.treatment {
  /* background-color: #4B4B4B !important; */
  padding: .5rem;
  border-radius: .01rem !important;
  border: .08rem solid #FF8D4E !important;
}
.treatment:hover {
  background-color: #FF8D4E !important;
  color: white !important;
}
#treatment1, #treatment2, #treatment3 {
  color: #FF8D4E !important;
}
#treatment1:hover, #treatment2:hover, #treatment3:hover {
  color: white !important;
}
.socials {
  width: 15px;
  height: 15px;
}

/* Normal Button */
.button {
  border-radius: .01rem !important;
  width: 100% !important;
  height: 3rem !important;
  color: white !important;
  background-color: #FF8D4E !important;
  border: none !important;
  cursor:pointer !important;
  transition: 800ms ease all !important;
}
.button:hover {
  border-radius: .01rem !important;
  width: 100% !important;
  height: 3rem !important;
  border: 0.25rem solid #FF8D4E !important;
  color: #FF8D4E !important;
  background-color: white !important;
}

:button {
  border-radius: .01rem !important;
  width: 100% !important;
  height: 3rem !important;
  border: 0.25rem solid #FF8D4E !important;
  color: #FF8D4E !important;
  background-color: white !important;
}

/* The Close Button */
.close {
  background-color: #4B4B4B !important;
  border-radius: .01rem !important;
  width: 100% !important;
  height: 3rem !important;
  color: white !important;
  border: none !important;
  cursor:pointer !important;
}
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

/*-------------------------RESPONSIVE LAYOUT----------------------------------*/
/* Default */
h1 {font-size: 22px !important;}
h3 {font-size: 12px !important; font-weight: 300 !important}
h5 {font-size: 16px !important; }
p {font-size: 12px !important;}
@media (max-width: 576px) {
  #reportSum { text-align: left !important;
}
}
/* sm */
@media (min-width: 576px) {
  .socials {
    width: 15px !important;
    height: 15px !important;
  }
  .row {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important;
  }
  #down {
    margin-top: 2rem;
    width: 12rem !important;
    height: 3rem !important;
    border-radius: 2rem !important;
    border: .2rem solid white !important;
  }
  .duckLogo {
    max-width: 8rem;
    max-height: 8rem;
  }
  body {font-size: 14px !important;} 
  p {font-size: 14px !important;}
  h3 {font-size: 14px !important;}

  h1 {font-size: 28px !important;}
  h5 {font-size: 18px !important; }

}

/* med */
@media (min-width: 768px) {
  .socials {width: 20px !important; height: 20px !important;}
  .row {margin-bottom: .15rem !important; margin-top: .15rem !important; }
  #home {padding: 7rem 12rem 7rem 12rem !important;}
  #down {width: 12rem !important; height: 4rem !important;}
  .duckLogo {max-width: 10rem; max-height: 10rem;}

  body {font-size: 16px !important;} 
  p {font-size: 16px !important;}
  h3 {font-size: 16px !important;}

  h1 {font-size: 32px !important;}
  h5 {font-size: 24px !important; }
}

/* Large devices (desktops, 992px and up) */
/* @media (min-width: 992px) {
  .socials {
    width: 30px !important;
    height: 30px !important;
  }
  .row {
    margin-bottom: .75rem !important;
    margin-top: .75rem !important;
  }
  #home {
    padding: 8rem 15rem 8rem 15rem !important;
  }
  #down {
    width: 16rem !important;
    height: 4rem !important;
  }
  .duckLogo {
    max-width: 12rem;
    max-height: 12rem;
  }
} */

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .socials {
    width: 35px !important;
    height: 35px !important;
  }
  .row {
    margin-bottom: .75rem !important;
    margin-top: .75rem !important;
  }
  #home {
    padding: 8rem 15rem 8rem 15rem !important;
  }
  #down {
    width: 18rem !important;
    height: 4rem !important;
  }
  .duckLogo {
    max-width: 12rem;
    max-height: 12rem;
  }
  body {font-size: 18px !important;} 
  p {font-size: 18px !important;}
  h3 {font-size: 18px !important;}

  h1 {font-size: 38px !important;}
  h5 {font-size: 28px !important; }
}
