/*---Global---*/
body {
  font-family: 'Muli', sans-serif; }

body, .container {
  background-color: #e2e2e2; }

.container {
  position: relative;
  z-index: 5;
  padding-top: 20px; }

section {
  margin-bottom: 100px; }

hr {
  border: 2px solid yellow;
  width: 60px;
  margin-top: 10px;
  margin-bottom: 30px; }

a:hover {
  cursor: pointer; }

footer {
  margin: 40px 0 15px 0;
  text-align: center;
  border-top: 1px solid #15D400;
  padding-top: 15px;
  display: flex; }
  footer #social-icons {
    position: absolute;
    right: 0;
    display: flex; }
  footer i {
    margin: 0 10px;
    margin-top: -10px; }
  footer .fa-facebook-square {
    color: #3B5998; }
  footer .fa-instagram {
    font-size: 32px;
    height: 36px;
    margin-top: -7px;
    color: #fff;
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    padding: 0 6px;
    border-radius: 7px;
    line-height: 1.2; }
  footer .fa-youtube-square {
    color: #E62117; }

.content {
  background-attachment: fixed;
  background-size: cover;
  height: 300px; }

.first-parallax {
  background-image: url("../Images/tram_sunset.jpg"); }

.content-second {
  background-attachment: fixed;
  height: 500px; }

.second-parallax {
  background-image: url("../Images/ohsu_night.jpg"); }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 93%; }

@media (min-width: 768px) {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  iframe {
    width: 90%;
    height: 84.8%;
    margin: 0 5%; } }
@media (min-width: 992px) {
  iframe {
    width: 80%;
    height: 76.4%;
    margin: 0 10%; } }
@media (min-width: 1200px) {
  iframe {
    width: 80%;
    height: 77%;
    margin: 0 10%; } }
/*---Header--*/
.parallax {
  /* The image used */
  background-image: url("../Images/ohsu_skyline.png");
  /* Set a specific height */
  min-height: 635px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-repeat: no-repeat; }
  .parallax .parallax-caption {
    position: fixed;
    width: 60%;
    left: 20%;
    margin-top: 20%;
    color: #fff;
    text-align: center;
    z-index: 1; }
  .parallax img {
    width: 500px; }
  .parallax h1 {
    margin: 0;
    z-index: 1;
    font-size: 70px; }
  .parallax h2 {
    text-shadow: 1px 1px #666; }

/*---Nav---*/
#nav {
  background-color: #0e4d8f;
  background: linear-gradient(#286BB7, #0e4d8f);
  padding: 10px 0px;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  z-index: 1000;
  margin-bottom: 0; }
  #nav a {
    color: #fff;
    margin: 0 10px; }
  #nav a:hover {
    text-decoration: none; }
  #nav img {
    width: 100px; }
  #nav .navbar-nav {
    text-align: center; }
  #nav .nav li {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden; }
  #nav .nav li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #53EB63;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  #nav .nav li:hover:before, #nav .nav li:focus:before, #nav .nav li:active:before {
    left: 0;
    right: 0; }
  @media (min-width: 768px) {
    #nav .navbar-nav {
      float: right; }
    #nav .navbar-nav a {
      padding: 15px 0; } }

.affix {
  top: 0;
  width: 100%; }

.affix + .container {
  padding-top: 90px; }

/*---About--*/
#about {
  z-index: 5; }
  #about img {
    border: 1px solid #0e4d8f;
    box-shadow: 1px 1px 1px #666; }

#about-des h1 {
  margin-bottom: 0px; }
#about-des span {
  color: #16DF00; }
#about-des .col-sm-4 {
  margin-bottom: 30px;
  padding: 0; }
#about-des img {
  width: 90%;
  margin-bottom: 10px; }
#about-des p {
  width: 90%;
  margin: auto;
  text-align: left; }

#exec-leadership h1 {
  margin-bottom: 30px; }
#exec-leadership .col-md-6 {
  margin-bottom: 30px; }
#exec-leadership img {
  width: 320px;
  height: 400px; }
#exec-leadership h3, #exec-leadership h4, #exec-leadership p {
  text-align: left;
  width: 320px;
  margin: 5px auto; }
#exec-leadership h4 {
  color: #15D400;
  text-shadow: 1px 1px #d1d1d1;
  font-size: 24px; }
@media (min-width: 768px) {
  #exec-leadership {
    margin-bottom: 40px; }
    #exec-leadership h1 {
      margin-bottom: 40px; }
    #exec-leadership .col-md-6 {
      display: flex; }
    #exec-leadership img {
      width: 220px;
      height: auto; }
    #exec-leadership h3, #exec-leadership h4, #exec-leadership p {
      text-align: left;
      width: unset;
      margin: 7px auto; }
    #exec-leadership .leadership-decs {
      margin-left: 20px; }
    #exec-leadership h3 {
      font-size: 20px;
      margin-top: 0; } }

/*---Advocacy--*/
#advocacy h1 {
  text-align: center;
  font-size: 50px; }
#advocacy h2 {
  color: #15D400;
  text-shadow: 1px 1px #d1d1d1; }
#advocacy button {
  font-size: 22px;
  padding: 15px;
  background-color: #0e4d8f;
  color: #fff;
  border: 2px solid #fff;
  transition: background-color 1s; }
#advocacy button:hover {
  background-color: #53EB63; }
@media (min-width: 768px) {
  #advocacy h2 {
    margin-top: 0; } }
@media (min-width: 992px) {
  #advocacy h2 {
    font-size: 36px; }
  #advocacy p {
    font-size: 19px; } }

#myCarousel {
  border: 1px solid #0e4d8f;
  box-shadow: 2px 1px 2px #0e4d8f; }
  @media (min-width: 768px) {
    #myCarousel {
      height: 310px; }
      #myCarousel img {
        width: 100%;
        height: 308px; } }
  @media (min-width: 992px) {
    #myCarousel {
      height: 400px; }
      #myCarousel img {
        width: 100%;
        height: 398px; } }
  @media (min-width: 1200px) {
    #myCarousel {
      height: 482px; }
      #myCarousel img {
        width: 100%;
        height: 480px; } }

.carousel-control.left, .carousel-control.right {
  background-image: none; }

.glyphicon-chevron-left, .glyphicon-chevron-right {
  background-color: unset;
  padding: 7px;
  width: unset !important;
  height: unset !important;
  margin: 0 !important;
  opacity: 0.4; }

.glyphicon-chevron-left {
  left: 0 !important;
  color: #53EB63;
  opacity: 1; }

.glyphicon-chevron-right {
  right: 0 !important;
  color: #53EB63;
  opacity: 1; }

.carousel-control:focus, .carousel-control:hover {
  opacity: .8; }

/*---Pre Dental--*/
#preDental {
  margin-bottom: 0; }
  #preDental h1 {
    text-align: center;
    font-size: 45px; }
  #preDental .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
  #preDental .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 93%; }
  @media (min-width: 768px) {
    #preDental .video-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
    #preDental .video-wrapper iframe {
      width: 90%;
      height: 84.8%;
      margin: 0 5%; } }
  @media (min-width: 992px) {
    #preDental .video-wrapper iframe {
      width: 80%;
      height: 76.4%;
      margin: 0 10%; } }
  @media (min-width: 1200px) {
    #preDental .video-wrapper iframe {
      width: 80%;
      height: 77%;
      margin: 0 10%; } }

/*---Events--*/
#events h1 {
  text-align: center;
  font-size: 50px; }
#events #upcoming-events {
  border: 1px solid #000; }
#events h2 {
  padding-left: 10px; }
#events ul {
  list-style: none;
  padding: 0;
  margin: 0; }
#events li {
  font-size: 18px;
  padding: 5px;
  padding-left: 10px; }
#events li:nth-child(odd) {
  background-color: #d1d1d1; }
#events iframe {
  position: unset;
  height: 500px;
  margin-bottom: 30px; }
@media (min-width: 992px) {
  #events iframe {
    width: 550px; } }
@media (min-width: 1200px) {
  #events iframe {
    width: 680px; } }

/*---Events--*/
#resources {
  text-align: center; }
  #resources h1 {
    text-align: center; }

/*---Testimonials--*/
#testimonials h1 {
  text-align: center; }

/*---Contact--*/
#contact h1 {
  text-align: center; }
#contact h2 {
  color: #15D400; }
#contact p {
  font-size: 18px; }
#contact iframe {
  position: unset;
  height: 600px; }

#contact-info p {
  font-size: 16px !important; }

/*