html {
  font-family: Open Sans, Helvetica, sans-serif;
}

html, body { 
  overflow-x: unset; 
}


a {
  text-decoration: none;
}


h1 {
  padding-top: 2rem;
}

/* nav link styles */


.navbar-brand {
  margin-right: 2rem;
}

.navbar-nav > a {
  margin: 0em 0.5rem;
  padding: 0rem 1rem;
}

.nav-link {
  font-size: 1.25rem;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}

.nav-link:hover {
    /* font-family: MS Gothic; */
  /* border-bottom: 2px solid rgb(82,174,174); */
    font-weight: 600;
    transition: transform 0.5s ease-out;
  }

.nav-link.active {
    font-weight: 600;
  }



/* Styles for accordion collapse */

.accordion {
  width:75%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 3rem;
}

.accordion-body {
  clear: both;
  padding: 1rem;
}

.accordion-button {
  display: inline;
  font-size: 1.25rem;
  font-weight: 600;
}


.accordion a {
  text-decoration: none;
}

.accordion li a:hover {
  text-decoration: underline solid rgb(82,174,174);
}

.accordion-item iframe {
  width: 600px;
  height: 300px;
  max-width: 100%;
  max-height: 100%;
}

.accordion-button::after {             

}


.jumbotron-fluid {
  background: url("imgs/SHEDDBanner2.svg");
  background-position: center;
  background-size: contain;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: black;
  height: 100%;
  padding: 4rem 3rem;
}


.container-fluid, .container {
  padding: 1rem 2rem; 
}



/* Button styles */


.btn {
  margin: 10px;
  padding: 10px 15px;
  transition: 0.5s;
  position: relative;
  box-shadow: none;
}


.btn:hover {
  padding-right: 30px;
  border-radius: 75px;
  transition: 0.5s;
}


/*.btn:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f30b';
  position: absolute;
  opacity: 0;  
  top: 10px;
  right: -25px;
  transition: 0.5s;
}

.btn:hover:after {
  opacity: 1;
  right: 5px;
} */



/* Footer styles */

.footer {
  background-color:#bbcad465;
  padding: 3rem;
}


#logos {
  padding: 2rem 0rem;
}

/* Special stylings for sections */


#resources h4 {
  color: #0464a3;
  padding-bottom: 1rem;
}

#resources h5 {
  color: rgb(82, 82, 82);
}


#firstLetter {
  font-weight: 400;
}

#pub {
  display: block;
  font-weight: 600;
}

#qanda p  {
  font-weight: 600;
}

/* Small devices (tablets, 768px and up) */


@media (max-width: 960px) {
  .jumbotron-fluid {
    height: auto;
  }
  .accordion {
    width:100%;
  }
}

.iframe-container {
  position:relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}


li {
  margin-left: 10px;
}
ul li{ 
  margin-left: 20px;
}

