
@font-face {
    font-family:"DreeOleeRegular";
    src: url('/static/fonts/dree-olee-regular.ttf') format('truetype'); /* TTF file for CSS3 browsers */
}



/*html{
  height: 100%;
  padding: 0;
}
body{
  min-height: 100%;
  background-image: linear-gradient(to top,rgba(8,59,102,.5) 0%,rgba(8,59,102,.0001) 50%);
}
*/
footer {
  /*position: fixed;*/
  /*bottom: 0;*/
  width: 100%;
  height: 20px;
}


/*html,*/
body{
  padding-top: 30px;
  padding-bottom: 20px;
  /*position: fixed;*/
  /*top: 0px;*/
  /*height: 100%;*/
  /*width: 100%;*/
  background-image: linear-gradient(to top,rgba(8,59,102,.5) 0%,rgba(8,59,102,.0001) 50%);
}
main{
  /*position: fixed;*/
  /*top: 50px;*/
  /*height: 100%;*/
  /*width: 100%;*/
  /*padding-bottom: 20px;*/ /*for the footer*/
}






.TopText{
  font-family:'DreeOleeRegular', "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  padding: 0px;
  margin-top: 30px;
}


.carousel-caption{
  color: rgba(8,59,102,0.4);
  text-shadow: 0 0px 0px;
  left: 5%;
  width: 90%;
}

/*@media (min-width: 768px)
.carousel-caption p {*/
  
.caption-content{
  font-size: 18px;
}
.container{
  /*margin-top: 100px;*/
    text-align:center;
    /*margin: 0px;*/
    /*padding: 0px;*/
}
.item{
  height: 200px;
  width: 100%;
}
.carousel-indicators{
  margin-top: 0px;
  margin-bottom: 0px;
}
.carousel-indicators li{
  border-color: rgba(8,59,102,0.4);
}
.carousel-indicators .active{
  background-color: rgba(8,59,102,0.4);
  border-color: rgba(8,59,102,0.8);
}
.carousel-caption{
  top: 0px;
  padding: 0px;
}
.indicator{
  min-width: 17px;
  min-height: 17px;
  margin: 10px;
  background-color: rgba(8,59,102,0.4);
  color: rgba(8,59,102,0.4);
  border-color: rgba(8,59,102,0.4);
}
.btn{
  /*width: 200px;*/
}


/*@media (min-aspect-ratio: 1/1) {*/

/*@media (min-width: 100px){  
  .movie{
    margin-top: 10px;
    width: 200px;
    margin-bottom: -50px;
  }

}
@media (min-width: 350px){  
  .movie{
    margin-top: 50px;
    width: 200px;
    margin-bottom: -50px;
  }

}
@media (min-width: 768px){
  .movie{
    margin-top: 60px;
    width: 300px; 
    margin-bottom: -50px;
  }

}*/
#movie{
  margin-top: 0px;
  margin-bottom: 0px;
  width: 300px;
  height: auto;
}
#TheMoviePlace{
}
#TheMovie{
/*  position: fixed;
  margin: 0;
  width: 300px;
  height: 250px;
  border: 1px solid red;
  overflow: hidden;*/
}
#TheMovie video{
  /*position: fixed;*/
  width: 100% !important;
  height: auto !important;
}
#movieContainer{
  padding-top: 50px;
  padding-bottom: 30px;
}
.video-modal-header{
  padding-top: 10px;
  padding-right: 15px;
}




/* Background image
-------------------------------------------------- */
@media (min-aspect-ratio: 1/1) {
.backgroundImage{
  background-image: url('/static/img/HomeBgLandscape.png');
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-size: cover;
  pointer-events: none;
  /*z-index: 0;*/

  opacity: 0.2;
  }
}
@media (max-aspect-ratio: 1/1) {
.backgroundImage{
  background-image: url('/static/img/HomeBgPortrait.png');
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-size: cover;
  pointer-events: none;
  /*z-index: 0;*/

  opacity: 0.2;
  }
}


.homeEmpty{
  position: relative;
  top: 0px;
  height: 5000px; /* make sure it initialized out side the screen */
  width: 100%;
  /*opacity: 0.5;*/
  /*z-index: 10;*/
}

.homeLogo{
  background-image: url('/static/img/logo.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-origin: content-box;
  background-size: 150px 150px;
  height: 300px;
  opacity: 0.9;
  z-index: 10;
  position: relative;
  top: 0px;
}
.homeLogo-lineLeft{
  top: 92px;
  height: 208px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: solid;
  border-width: 0px;
  border-right-width: 1px;
  border-color: white;
  z-index: 0;
  opacity: 0.92;
}
.homeLogo-lineRight{
  top: 90px;
  height: 210px;
  padding-left: 0px;
  padding-right: 0px;
  border-style: solid;
  border-width: 0px;
  border-left-width: 1px;
  border-color: white;
  z-index: 0;
  opacity: 0.92;
}
.btn-scroll{
  position: relative;
  top: -60px;
  height: 30px;
  padding: 0px;
  margin: 0 auto;
  text-align: center;
  max-width: 120px;
  opacity: 0.99;
  overflow: auto;
  z-index: 100;
  border-radius: 15px;
}

.btn-scrollDown{
  /*display: none;*/
  z-index: 101;
  background: var(--btn-success-color);
  position: absolute;
  width: 120px;
  height: 30px;
  top: 0px;
  left: 0px;
  color: white;
  overflow: auto;
  padding-top: 5px;
  text-align: center;
}

.homeContentWrapper{
  position: relative;
  top: -31px;
  background: white;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.92;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-md-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-md-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.progress{
  margin-bottom: 5px;
}
.progress-bar{
  color: black;
}
#pb-left{
  text-align: right;
}
#pb-right{
}

/* Features
------------------------- */

.feature-divider {
  margin: 50px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.feature-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.iframe_dsvd{
	box-shadow: 10px 10px 20px rgba(100, 100, 100, 1);
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: rgba(100, 100, 100, 1);
	border-radius: 5px;
}
.feature_1_image{
	margin: 0px;
	padding: 0px;
	max-height: 100%;
	max-width: 100%;
}
.feature_1_content{
	margin: 0px;
	padding: 0px;
}


#logo-img{
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
/*img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}*/

.jumbotron{
	/*background-color:#f9f9f9;*/
	margin-top: 0px;
}
.jumbotron-image{
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.jumbotron-content{
	text-align: center;
	float: none;
}
.jumbotron-title{
	font-weight: bold;
	text-align: center;
}
.jumbotron-header{
	text-align: center;
}
.jumbotron-body{
	font-weight: bold;
	text-align: center;
}
.jumbotron-footer{
	text-align: center;
}

.abbo-btn{
	float: none !important; 
}

/*@media (min-width: 992px) {
  .jumbotron-content{
	padding-left: 10%;
  }
  .jumbotron-title{
	  text-align: left;
  }
  .jumbotron-header{
	  text-align: left;
  }
  .jumbotron-body{
	  text-align: left;
  }
  .jumbotron-footer{
	  text-align: left;
  }
  .abbo-btn {
	float: left !important;
  }
}

@media (min-width: 1200px) {
}*/