html,
body,
.view {
     font-family: "Roboto", "Helvetica", "Arial", sans-serif;
     font-size: 12px;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

body, h1, h2 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  line-height: 1.5em;
}

.view {
    background: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.flex-center {
    color: #fff;
}

#contact .fa {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.navbar {
  
    background-color: #1C2331;
    /*background-color: transparent;*/

}
.navbar-dark .navbar-nav {
    color: #fff;
}
.scrolling-navbar {

	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
	color: #000;
}

.top-nav-collapse {
    background-color: #1C2331;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #1C2331;
    }
}

.logo-container .logo{
    overflow: hidden;
    float: left;
}

.logo-container .brand{
    font-size:11pt;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    width: 200px;
    height: 40px;
    text-align: left;
}
.logo-container .brand-material{
    font-size: 18px;
    margin-top: 15px;
    height: 25px;
    width: auto;
}
.logo-container .logo img{
    width: 100%;
}

.navbar-brand{
    font-size: 9pt;
    font-weight: bold;
    line-height: 18px;
	padding: 2px 8px;
	margin-top: 0px;
}

.navbar-brand img{
	float: left;
	width: 40px;
	height: 40px;
	margin-top: 0px;
	padding-top: 0px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-top: 2rem;
  margin-bottom: 2rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 3rem;
  color : #fff9c4;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 30rem;
  background-color: #777;
}
.carousel-item > img {
display: flex;
justify-content: center;
  width: 100%;
  height: 100%;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 30em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

#map{
    display: block;
    width:100%;
    height: 500px;
    z-index: 1;
}

#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
    max-height: 500px;
    
    overflow-x: hidden;
}

#accordion{
    max-height: 500px;
    
    overflow-x: hidden;    
}

#custom-search-input input{
    margin-bottom: 10px;
    box-shadow: none;
}

#preview-player{
    width: 100%;
    height: 400px;
}

.main-preview-player {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-js,
.playlist-container {
  position: relative;

  height: 0;
}
.video-js {
  flex: 3 1 70%;
}
.playlist-container {
  flex: 1 1 20%;
}
.vjs-playlist {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.vjs-default-skin .vjs-progress-control,
.vjs-default-skin .vjs-time-controls,
.vjs-default-skin .vjs-time-divider,
.vjs-default-skin .vjs-captions-button,
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-control{
    display: none;  
}

#myModal{
    z-index: 10000;
}

.fade.active {
opacity: 1;
}

.nav .nav-tabs .nav-link{
    padding: 10px;
    color: #000;
}

.loading{
    display: none;
    padding: 4px;
}



blockquote .twitter-timeline {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  width: 600px;
}

blockquote .twitter-timeline p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote .twitter-timeline a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote .twitter-timeline a:hover,
blockquote .twitter-timeline a:focus {
  text-decoration: underline;
}

.card-block{
	padding: 4px;
	border-top: solid 1px #ccc;
}

.card-text{
	font-size: 12pt;
}
