/* START OF Styles Transfered From Original Normalize.css file - SPRING 2024*/

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* iframe - removed from iframe element in resources.html 4/2024
   ========================================================================== */
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* END OF Styles Transfered From Original Normalize.css file - SPRING 2024*/
/* ===========================================================================*/
/* START OF Styles for Contact modal - SPRING 2024*/
/* ===========================================================================*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  left: 0;
  top: 0;
  margin-top: 0;
  width: 100vw; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-name: fadeIn;
  animation-duration: 0.6s;
}

.modal2 {
  /* display: none; */
  position: fixed;
  z-index: 1;
  left: 19%;
  top: 0%;
  margin: auto;
}

.modalClose {
  display: inline-block;
  float: right;
  margin-top: -5px;
  border-radius: 8px;
  font-size: 20px;
}
.modalClose::after {
  clear: both;
}

.endheader {
  color: white;
}

.footmob {
  padding-bottom: 12px;
  margin-bottom: 0px;
}

footer a {
  text-decoration: none;
  color: white;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 130px auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
  overflow: auto;
}

#modalDisclaimer .modal-content {
  margin: 3em auto;
  max-height: 80vh;
}

#modalPopUp .modal-content {
  margin-top: 20%;
}

#modalPopUp .close {
  margin-top: -20px;
}

#modalInstructions .close {
  margin-top: -40px;
}

.info-modal {
  padding-top: 20%;
}

.disclaimer {
  padding: 0;
  margin: 0;
}

/* The Close Button */
.close {
  margin-top: -20px;
  margin-right: -15px;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.pageTitle {
  padding-bottom: 15px;
}

.reportPageTitle {
  margin-left: inherit;
  text-align: center;
}

#reportingForm {
  display: block;
  width: 80%;
  min-height: 400px;
  margin: 0 auto 10px;
}

.tab {
  display: none;
  margin: 1em auto;
}

#reportingResults {
  display: none;
}
.act {
  display: none;
}

#compTab {
  display: none;
}
.checkbox {
  margin: 0.5em 1%;
  width: 47%;
  display: inline-block;
}

.reportContainer {
  width: 75%;
  height: auto;
  min-height: 85vh;
  position: relative;
  margin: auto;
  background-color: lightgray;
  border-radius: 10px;
}

.result {
  position: relative;
  top: 325px;
}

.resultimage {
  margin-left: 15%;
}

dl,
dt,
dd {
  margin-left: 15%;
}

#tab {
  padding: 0 150px;
}

.instruction {
  padding: 1em 15% 0;
}

.questionmark {
  display: inline;
  width: 0.6em;
  height: 0.6em;
}

.buttonFrame {
  padding-top: 15px;
  width: 100%;
  text-align: center;
}

button {
  background-color: #0076d0;
  border: 1px solid #000;
  border-radius: 10px;
  color: white;
  padding: 0.5em;
  margin: 10px auto;
  text-align: center;
  display: block;
  font-size: 16px;
}

.reportButton {
  border-radius: 8px;
  font-size: 20px;
  padding: 15px 40px;
}

.instructionsButton {
  border-radius: 8px;
  font-size: 15px;
  padding: 15px 40px;
}

.navButton {
  display: inline-block;
  margin: 10px 9.5%;
  width: 30%;
  border-radius: 6px;
}

.navButtons {
  display: block;
  width: 100%;
}

#userResults {
  width: 80%;
  margin: auto;
}
#userResults2 {
  width: 80%;
  margin: auto;
}

.modal2-header {
  padding: 4px 12px;
  background-color: #0076d0;
  color: white;
}

.modal2-body {
  padding: 4px 12px;
}

.modal2-footer {
  padding: 4px 12px;
  background-color: #0076d0;
  color: white;
}

.modalActivities2 {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.6s;
  animation-name: slideIn;
  animation-duration: 0.6s;
}

.mdcontact {
  position: relative;
  background-color: #f2f2f2;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.7s;
  animation-name: animatetop;
  animation-duration: 0.7s;
  border-radius: 5px;
}

.hide {
  display: none;
}

input[type="text"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

textarea {
  height: 200px;
}

input[type="submit"] {
  background-color: #0076d0;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: white;
  color: #0076d0;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*media for print option*/

@media print {
  nav {
    display: none;
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  button {
    display: none !important;
  }
  .result {
    display: none;
  }
  img {
    display: none;
  }
  p {
    display: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  dl,
  dt,
  dd,
  ul,
  li,
  ol,
  th,
  td,
  blockquote,
  form,
  fieldset,
  legend,
  div,
  body {
    -webkit-print-color-adjust: exact;
  }
}

@media only screen and (max-width: 1024px) {
  .modal-content {
    margin: 90px 18% auto; /* 15% from the top and centered */
  }

  p {
    font-size: 15px;
  }

  h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 15px;
  }

  #tab {
    padding: 0 4em;
  }

  .mobile1 {
    font-size: 15px;
    margin: auto;
  }

  .modal2-header {
    width: 98%;
  }

  .modal2-body {
    width: 98%;
  }

  .modal2-footer {
    width: 98%;
  }

  .close {
    margin-right: -10px;
  }

  input[type="text"].mobile2 {
    width: 80%;
  }

  input[type="text"],
  select,
  textarea {
    width: 99%;
  }

  .footmob {
    margin: 15px auto;
  }
}

@media only screen and (max-width: 768px) {
  .modal-content {
    background-color: #fefefe;
    margin: 9em auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
    max-height: 80%;
    overflow: auto;
  }

  #tab {
    padding: 0 2em;
  }

  .reportButton {
    border-radius: 8px;
    font-size: 17px;
    padding: 7px 20px;
  }

  .modal2-body {
    width: 98%;
  }

  .modal2-footer {
    width: 98%;
  }

  input[type="text"].mobile2 {
    width: 80%;
  }

  .checkbox {
    font-size: 15px;
    height: 1.5em;
  }

  .footmob {
    margin: 15px auto;
  }
}

@media only screen and (max-width: 540px) {
  .modal-content {
    width: 75%; /* Could be more or less, depending on screen size */
  }

  .modalDisclaimer .modalContent {
    margin: auto;
  }

  .modalClose {
    margin-top: 10px;
  }

  .resultimage {
    width: 75%;
    height: 75%;
  }

  .instructionsButton {
    border-radius: 8px;
    font-size: 14px;
    padding: 7px 20px;
  }

  .checkbox {
    width: 95%;
  }
}

@media only screen and (max-width: 414px) {
  .navButton {
    font-size: 14px;
  }

  .reportButton {
    font-size: 13px;
  }

  .instructionsButton {
    border-radius: 8px;
    font-size: 10px;
    padding: 7px 20px;
  }

  .modalClose {
    font-size: 14px;
  }

  #tab {
    padding: 0;
  }

  input[type="text"].mobile2 {
    width: 50%;
  }

  input[type="text"],
  select,
  textarea {
    width: 77%;
  }
  .formcontact input,
  .formcontact textarea {
    width: 95%;
  }

  dt,
  dd,
  dl {
    font-size: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .navButton {
    /* font-size: 13px; */
  }

  .modalClose {
    font-size: 12px;
  }

  .reportButton {
    border-radius: 8px;
    font-size: 13px;
    padding: 7px 20px;
  }

  h2 {
    font-size: 20px;
  }

  .resultimage {
    width: 75%;
    height: 75%;
  }

  .modal2-header {
    width: 95%;
  }

  .modal2-body {
    width: 95%;
  }

  .modal2-footer {
    width: 95%;
  }

  input[type="text"].mobile2 {
    width: 50%;
  }

  /* input[type=text], select, textarea { */
  /* width: 70%; */
  /* } */

  .footmob {
    margin: 15px auto;
  }

  dt,
  dd,
  dl {
    font-size: 10px;
  }
}

@media only screen and (max-width: 360px) {
  .navButton {
    font-size: 12px;
  }

  .modalClose {
    font-size: 12px;
  }

  .resultimage {
    width: 75%;
    height: 75%;
  }

  /* #tab { */
  /* padding: 0 30px; */
  /* } */

  /* .mobile1 { */
  /* padding-right: 35%; */
  /* } */

  .modal2-body {
    width: 95%;
  }

  .modal2-footer {
    width: 95%;
  }

  input[type="text"].mobile2 {
    width: 50%;
  }

  textarea {
    height: 6em;
  }

  .reportButton {
    border-radius: 8px;
    font-size: 13px;
    padding: 7px 20px;
  }

  .instructionsButton {
    border-radius: 8px;
    font-size: 10px;
    padding: 7px 20px;
  }

  .aboutButton {
    width: 100px;
    font-size: 7px;
    top: 33%;
    left: 50%;
  }

  .contactButton {
    width: 110px;
    font-size: 6px;
    top: 33%;
    left: 80%;
  }

  .footmob {
    margin: 15px auto;
  }

  dt,
  dd,
  dl {
    font-size: 10px;
  }
}

@media only screen and (max-width: 320px) {
  button {
    font-size: 10px;
  }

  .navButton {
    width: 50px;
    font-size: 10px;
    margin: 10px 11%;
  }

  .modal2-header {
    width: 92.5%;
  }

  .modal2-body {
    width: 92.5%;
  }

  .modal2-footer {
    width: 92.5%;
  }

  input[type="text"].mobile2 {
    width: 40%;
  }
}

/* END OF Styles for Contact modal - SPRING 2024*/
/* ===========================================================================*/

/*Custom Fonts Declared Here===============================*/
@font-face {
  font-family: lobster;
  src: url("../fonts/lobster.otf");
}

@font-face {
  font-family: arc;
  src: url("../fonts/arc.ttf");
}

@font-face {
  font-family: titillium;
  src: url("../fonts/titillium.otf");
}

@font-face {
  font-family: sintony;
  src: url("../fonts/sintony.otf");
}

.logo {
  width: 160px;
  position: fixed;
  top: 3px;
  left: 35px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  margin-top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-name: fadeIn;
  animation-duration: 0.6s;
}
.modalClose {
  display: inline-block;
  float: right;
  margin-top: -25px;
}
.modalClose::after {
  clear: both;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 75px auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
  max-height: 80%;
  overflow: auto;
}

/* hide disclaimer by default=============================*/
.disclaimer {
  display: none;
}

/*Title Fonts=============================================*/
title {
  font-family: Helvetica, sans-serif;
}

/*Header=================================================*/
h1 {
  font-family: lobster, Helvetica, sans-serif;
  font-size: 45px;
  color: black;
  margin: auto;
  text-align: center;
}

h2 {
  font-family: sintony, Helvetica, sans-serif;
  font-size: 35px;
  color: black;
  margin: auto;
  text-align: center;
}

h3 {
  font-family: sintony, Helvetica, sans-serif;
  font-size: 20px;
  margin: auto;
  text-align: center;
}

h4 {
  font-family: sintony, Helvetica, sans-serif;
  font-size: 15px;
  margin: auto;
  text-align: center;
}

main {
  background-color: #c8c8c8;
  color: black;
  min-height: 100vh;
}

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

.pageTitle h2 {
  text-align: left;
  margin-left: 250px;
}

/*Typical Paragraph Body==================================*/

.section {
  display: flex;
  flex-direction: column;
  margin: 25px 200px 0;
  padding: 25px 150px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #d7d5d5;
}

.section:last-of-type {
  margin-bottom: 25px;
}

.section__subheading {
  text-align: left;
  /* font-style: italic; */
  font-size: 30px;
  margin: 0;
}

.section__item_content {
  margin-top: 10px;
  margin-bottom: 35px;
  list-style-type: none;
}

.section__item_content:last-of-type {
  margin-bottom: 0;
}

hr .section__hr {
  border: 1px solid #c8c8c8;
}

body {
  width: 100%;
  background-color: #c8c8c8;
}

p {
  font-family: titillium, Helvetica, sans-serif;
  font-size: 20px;
  color: inherit;
}

li {
  font-family: titillium, Helvetica, sans-serif;
  font-size: 20px;
  color: inherit;
}

/*Nav=====================================================*/
.nav {
  display: flex;
  align-content: center;
  color: white;
  color: white;
  background: rgba(0, 135, 208, 0.9);
  padding-left: 200px;
  position: sticky;
  height: 50px;
  top: 0;
  z-index: 1;
}

.nav__links {
  display: flex;
  justify-content: flex-start;
  text-align: center;
  gap: 20px;
  margin: 0;
  list-style-type: none;
}

.nav__link {
  text-decoration: none;
  font-family: titillium;
  color: white;
  font-size: 25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  display: inline-block;
}

.nav__link:hover {
  background-color: #0546a868;
  height: 80%;
  text-shadow: 2px 2px #333333;
  border-radius: 2px;
  transition: ease-in-out 0.2s;
}

#nav_burger {
  height: 44px;
  float: right;
  padding: 5px;
}

#nav_burger:hover {
  opacity: 0.5;
}

#nav_burger_hide {
  display: none;
  padding-top: 55px;
  background: rgba(0, 135, 208, 0.9);
  height: auto;
}

.nav_mobile {
  color: white;
  background-color: dodgerblue;
  background: rgba(0, 135, 208, 0.9);
  height: 55px;
  position: sticky;
  top: 0;
  z-index: 1;
  display: none;
  text-align: center;
}

.nav_mobile a {
  text-decoration: none;
  font-family: titillium;
  color: white;
  font-size: 25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
}

.active {
  background-color: #0546a868;
  height: 40px;
}

.nav_mobile a:hover {
  background-color: #0546a868;
  opacity: 0.8;
  text-shadow: 2px 2px #333333;
}

/*aside nav===============================================*/
aside {
  float: left;
  width: 225px;
  position: fixed;
  top: 50px;
  bottom: 0;
  z-index: 1;
}

#sideNav {
  overflow: auto;
  float: left;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  padding-top: 50px;
  background-color: #006399;
  transition: 0.5s;
}

#sideNavMobile {
  overflow: auto;
  float: left;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #006399;
  transition: 0.5s;
  display: none;
  margin-top: 5px;
}

#sideNav a {
  padding: 0.5em;
  margin-bottom: 5px;
  width: 99%;
  float: left;
  transition: 0.3s;
  font-size: 22px;
  color: white;
  text-decoration: none;
}

#sideNavMobile a {
  padding: 0.5em;
  margin-bottom: 5px;
  width: 99%;
  float: left;
  transition: 0.3s;
  font-size: 22px;
  color: white;
  text-decoration: none;
}

#sideNav a:hover {
  background-color: dodgerblue;
}

#sideNavMobile a:hover {
  background-color: dodgerblue;
}

#sideNavMobile .closebtn {
  margin: auto;
  margin-right: 10px;
  text-align: right;
  padding-left: 0px;
  padding-right: 10px;
  width: 100%;
  transition: 0.3s;
  font-size: 30px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
  position: fixed;
  left: 0;
  border-radius: 0 20px 20px 0;
  background: rgba(0, 135, 208, 0.9);
  top: 58px;
}

.openbtn:hover {
  background-color: #444;
}

#hamburger {
  transition: margin-left 0.5s;
  padding: 16px;
  display: none;
}

/*Slider===========================================*/
#moduleStart {
  width: 70%;
  margin: auto;
  min-height: 400px;
  padding-bottom: 50px;
}

#moduleStartBtn {
  transition-duration: 0.5s;
  width: 200px;
  background-color: rgba(0, 135, 208, 0.9);
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  border-style: solid;
  border-color: black;
  border-radius: 15px;
  border-width: 1px;
}

#moduleStartBtn:hover,
.altHover:hover {
  cursor: pointer;
  background-color: rgba(0, 135, 208, 0.6);
}

.moduleStartLinks {
  text-decoration: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  float: left;
  background-color: rgba(0, 135, 208, 0.9);
  border-style: solid;
  border-color: black;
  border-radius: 15px;
  border-width: 1px;
  margin: 2px;
  text-align: center;
  color: white;
}

.moduleStartLinks:hover {
  cursor: pointer;
  background-color: rgba(0, 135, 208, 0.6);
}

.moduleSlide {
  display: none;
  min-height: 500px;
  box-shadow: inset 0px 0px 10px 5px #888888;
  padding-bottom: 2em;
}

.moduleSlide h3 {
  padding: 10px;
  margin-top: 60px;
}

.transcripts {
  padding-bottom: 60px;
}

.moduleSlide button {
  padding: 10px;
  margin-bottom: 60px;
}

.moduleSlide:first-child {
  display: block;
  min-height: 500px;
}

.moduleSlide p {
  margin: 10px;
  margin-left: 10%;
  margin-right: 10%;
}

.moduleSlide h2 {
  padding-top: 20px;
}

.slideshowContainer {
  max-width: 85%;
  min-height: 500px;
  position: relative;
  margin-left: 250px;
  margin-right: 5%;
  background-color: lightgray;
  border-radius: 10px;
}

.homeSlideshowContainer {
  width: 100%;
  min-height: 500px;
  position: relative;
  margin: auto;
  filter: brightness(90%);
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 325px;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 15px 15px 0;
  user-select: none;
  background-color: #c8c8c8;
  box-shadow: 11px 0px 20px 3px #888888;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 15px 0 0 15px;
  box-shadow: -11px 0px 20px 3px #888888;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

/* Number text (1/8 etc) */
.numberText {
  color: #000;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0;
  left: 5%;
  background-color: #c8c8c8;
  border-radius: 15px 15px 0 0;
  box-shadow: 0px -20px 15px 3px #888888;
}

.slideshowtext {
  color: #f2f2f2;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  left: 50px;
  bottom: 225px;
  width: 100%;
  text-align: left;
}

.bodytext {
  text-align: center;
  margin: auto;
  padding: inherit;
}

/*CSS for disclaimer popup*/

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 350%;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  overflow: auto;
  height: 250px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  text-align: center;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*Card Flip For Modules*/

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flipcardholder {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: auto;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: auto;
}

.flip-card {
  background-color: transparent;
  text-align: center;
  float: left;
  width: 45%;
  height: 75px;
  margin: 15px 2.5%;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

.flip-card:nth-child(4) {
  margin-bottom: 4em;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do avertical flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotatex(180deg);
}

.flip-card:focus .flip-card-inner {
  transform: rotatex(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 15px;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-image: linear-gradient(lightgray, dodgerblue);
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-image: linear-gradient(lightgray, #0076d8);
  color: white;
  transform: rotatex(180deg);
  text-shadow: 1px 2px #333333;
}

.flip-card-back a {
  text-decoration: none;
  display: block;
  color: white;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dotActive,
.dot:hover {
  background-color: #717171;
}

.asideActive {
  background-color: #006399;
}

.asideActive2 {
  background-color: #0076d0;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.video {
  width: 55%;
  margin: auto;
  margin-top: 0px;
  text-align: center;
  display: block;
  padding: 30% 0 0 0;
  position: relative;
}

audio {
  display: block;
  width: 55%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 50px;
  height: 25px;
  padding: 10px;
  box-shadow: inset 0px 0px 5px 5px rgba(0, 135, 208, 1);
  border-radius: 10px;
}

.descImg {
  height: 500px;
}

.homeTitle {
  position: absolute;
  top: 2%;
  left: 4%;
  color: white;
  font-size: 40px;
  margin-right: 6%;
  text-align: left;
  text-shadow: 2px 2px 5px #444;
}

.homeSlideshowContainer .moduleSlide {
  padding-bottom: 0;
}

.moduleSlide .homeDescription {
  position: absolute;
  border-style: solid;
  border-color: black;
  border-radius: 15px;
  border-width: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  top: 20%;
  width: 90%;
  color: white;
  font-size: 20px;
  margin: 0 4%;
  padding: 1%;
  text-shadow: 3px 3px 10px #000;
}

.homeQuestion {
  position: absolute;
  top: 38%;
  left: 20%;
  color: white;
  font-size: 50px;
  margin-right: 6%;
  text-align: left;
  text-shadow: 2px 2px 5px #444;
}

.homeQuestionInfo {
  position: absolute;
  top: 55%;
  left: 20%;
  color: white;
  font-size: 30px;
  margin-right: 6%;
  text-shadow: 2px 2px 5px #444;
  text-align: left;
}

.goThereButton {
  position: absolute;
  top: 80%;
  left: 20%;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin: 0px;
  color: white;
  font-size: 14px;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  cursor: pointer;
  text-decoration: none;
}

.goThereButton:hover {
  background: rgba(0, 0, 0, 0.9);
}

#dotHide {
  display: none;
}

/*footer==================================================*/
.footer {
  background-color: #0076d0;
}

.footer__hr {
  margin-bottom: 1px;
}

footer p {
  margin-left: 150px;
  color: white;
}

.footer__content {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
}

.footer__button {
  background-color: #0173ca;
  width: 200px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 10px;
  color: white;
  padding: 12px 25px;
  text-align: center;
  font-size: 20px;
  margin: 0.25em 1em;
}

.footer__button a {
  color: white;
}

.footer__button:hover {
  background-color: #0546a868;
  text-shadow: 2px 2px #333333;
  transition: ease-in-out 0.2s;
}

.footer__logo {
  max-width: 200px;
}

/*Media Queries===========================================*/

@media only screen and (max-width: 1280px) {
  .video {
    width: 85%;
  }

  .moduleSlide .homeDescription {
    font-size: 15px;
    top: 25%;
  }
}

@media only screen and (max-width: 906px) {
  .section {
    padding-left: 75px;
    padding-right: 75px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .section__heading {
    font-size: 20px;
  }

  .section__subheading {
    font-size: 18px;
  }

  .section__content {
    font-size: 15px;
  }

  .section__item_content {
    font-size: 15px;
  }

  .moduleSlide .homeDescription {
    position: absolute;
    border-style: solid;
    border-color: black;
    border-radius: 15px;
    border-width: 1px;
    background-color: rgba(0, 0, 0, 0.4);
    top: 20%;
    width: 80%;
    left: 5%;
    font-size: 1em;
  }

  .homeQuestion {
    font-size: 40px;
    text-align: center;
    width: 75%;
    top: 100px;
    left: 15%;
  }

  #sideNav a {
    font-size: 20px;
  }

  .flipcardholder {
    max-width: 604px;
  }

  .container {
    width: 100%;
  }

  .homeQuestionInfo {
    font-size: 20px;
    text-align: center;
    width: 75%;
    top: 175px;
    left: 15%;
  }

  .homeSlideshowContainer {
    height: 350px;
  }

  .moduleSlide h2 {
    font-size: 20px;
  }

  .moduleSlide p {
    font-size: 15px;
  }

  footer p {
    font-size: 12px;
    margin-left: 200px;
  }

  aside {
    width: 200px;
    top: 50px;
  }

  .slideshowContainer {
    margin-left: 215px;
  }

  .footer__logo {
    width: 25%;
  }

  .footer__button {
    width: 150px;
    font-size: 15px;
    padding: 10px 10px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 816px) {
  .section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .homeDescription {
    width: 75%;
    left: 10%;
  }

  .moduleSlide .homeDescription {
    font-size: 0.95em;
  }

  .pageTitle h2 {
    margin-left: 20px;
  }

  .nav a {
    font-size: 15px;
  }

  .nav {
    height: 40px;
    padding-left: 145px;
    display: none;
  }

  .nav_mobile {
    display: block;
    min-height: 50px;
    width: 100%;
  }

  .nav_mobile a {
    text-decoration: none;
    font-family: titillium;
    color: white;
    font-size: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    height: 50px;
    display: inline-block;
  }

  #nav_burger_hide a {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-left: 0px;
    align-items: center;
    padding: 0;
  }

  .active {
    display: none;
    height: 34px;
  }

  .nav a:hover {
    height: 34px;
  }

  .homeQuestion {
    font-size: 30px;
    text-align: center;
    width: 75%;
    top: 50px;
    left: 15%;
  }

  .flipcardholder {
    max-width: 604px;
  }

  .container {
    width: 100%;
  }

  .homeQuestionInfo {
    font-size: 15px;
    text-align: center;
    width: 75%;
    top: 175px;
    left: 15%;
  }

  .numberText {
    font-size: 20px;
  }

  #sideNav {
    display: none;
  }

  #hamburger {
    display: block;
  }

  #sideNav a {
    font-size: 15px;
  }

  .slideshowContainer {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
  }

  .moduleSlide {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .footer__logo {
    display: none;
  }

  .footer__content {
    justify-content: center;
  }

  .footer__button {
    z-index: 2;
  }

  .section {
    margin-left: 80px;
    margin-right: 80px;
  }
}

@media only screen and (max-width: 555px) {
  .section {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .nav a {
    font-size: 12px;
    padding-right: 3px;
    padding-left: 3px;
  }

  .descImg {
    height: 550px;
  }

  .footer__logo {
    display: none;
  }

  .nav {
    padding-left: 175px;
  }
}

@media only screen and (max-width: 470px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .descImg {
    height: 650px;
  }

  .flipcardholder {
    margin-top: 125px;
  }

  .footer__content {
    justify-content: center;
  }
  .footer__button {
    width: 110px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .section__heading {
    font-size: 20px;
  }

  .section__content {
    font-size: 10px;
  }

  .homeDescription {
    margin-bottom: 100px;
  }
  .moduleSlide .homeDescription {
    font-size: 0.85em;
  }
}
