/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;

}

.carousel-inner {
  margin-top: 0%;
}

.carousel-inner .item {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 52%;
  background-color: rgba(51, 51, 51, 0.34) !mportant;
  background-blend-mode: multiply;
}



/* Background images are set within the HTML using inline CSS, not here */


.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*CUSTOM STYLE*/


#global-nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  color: #fff;
    -webkit-transition: height .5s, line-height .5s; /* Safari */
    transition: height .5s, line-height .5s;
}
#global-nav a{
color:white;
}

.site-title {
  display: inline-block;
  -webkit-transition: all .5s;
    transition: all .5s;
}

.scrolled-nav .site-title  {
  font-size: 16px;
}

.nav-list {
  list-style: none;
}

.nav-list li {
  list-style: none;
  display: inline-block;
  padding-left: 20px;
}

.hero-section,
.content-section {
  height: 500px;
  padding: 100px;
}

.hero-text,
.content-text {
  max-width: 550px;
}

.hero-section h1 {
  color: #333;
}

.hero-section p {
  color: #333;
}

.content-section {
  background: aqua;
}

.scrolled-nav {
  height: 60px !important;
  background-color:white;
  display:none;
}

.counter {
  width: 20px;
  height: 20px;
  background: black;
  color: #fff;
  position: fixed;
  top: 120px;
  right: 0;
}
.spacer{
	height:50px;
}

footer {
  background: #333;
  color: #fff;
 padding: 40px 0;
}
.active{
	background-color:#EEEEEE;
}
.activeFixNav{
	background-color:#EEEEEE;
}
.activeFix{
	background-color:#BEBEBE;
}
.scrolled-nav  a{
	color:#F04B27 !important;
}
.scrolled-nav  a:hover{
	  background-color: #eee !important;
}
#preloader {
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background: white;
    z-index: 100;
	
}
#loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left:50%; top:50%;
    background: url(../img/loader.gif) no-repeat center 0;
    margin:-50px 0 0 -50px;
	background-size: 100% 100%;
}
  
@keyframes shrink {
     from {
    	-webkit-transform: scale(1,1);
    }
    to {
    	-webkit-transform: scale(1.5,1.5);
    }
}
.equal {
    display: flex;
    flex-wrap: wrap;
}
/*CUSTOM STYLE*/
/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
#ulnav{
	background-color:rgb(255, 255, 255);
	margin-top:0px;
}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
#ulnav{
	background-color:rgb(255, 255, 255);
	margin-top:0px;
}
}