/**
 * Place your custom styles here.
 */
 
 /* Bump the search box down a bit */
 .search-form {
      max-width: 80%;
  }

@media screen and (min-width: 768px){
   .search-form {
      margin-top: 70px;
      margin-left: 30px;
  }
}
  
.carousel-caption h3 {
  display: none;
}
@media screen and (min-width: 480px){
    .carousel-caption h3 {
       display: inline;
    }
} 
 
#footer-block-title h2 {
  font-size: 1.5em;
} 
 
div #vision {
  margin: auto;
  max-width: 620px;
} 

a, a:hover, a:visited {
  color: #0099ff;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
  font-size: 1.1em;
  
}

.navbar-collapse {
  margin-left: -10px;*/
}

div.field.field-name-field-event-documents {
  margin-bottom: 18px;
}

.field-name-field-event-document .field-item, .field-name-field-event-documents .field-item{
  margin-bottom: 4px;
} 

 #vision h3 {
  /*font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;*/
  font-style: oblique;
}
 
#block-social-media-links-social-media-links h2.block-title {
  display: none;
}

#block-social-media-links-social-media-links {
  margin-top: 20px;
  margin-bottom: 20px;
}
 
body {
  font-size: 16px;
  color: black;
}

img {
   max-width: 100%;
   height: auto;
 }

a.logo{
  max-width: 100%;
}
 
.field-name-post-date {
  font-style: italic;
  padding-bottom: 12px;
}

.field-type-video-embed-field {
  margin-bottom: 14px;
}


.embedded-video .player {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}

.embedded-video .player iframe,
.embedded-video .player object,
.embedded-video .player embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

select[multiple], select[size] {
  height: 250px;
}

/*media="all"*/
.carousel-caption h3 {
  font-size: 1.8em;
  color: white;
}

ul.social-media-links.platforms.inline.horizontal {
  display: inline;

}

.navbar.container {
  background: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #A5A5A5;
  border-radius: 0;
}

.footer.container {
  border-top: 2px solid #A5A5A5;
}

.footer h2.pane-title {
  font-size: 1.6em;
}
