html, body {height: 70%;}

body {overflow-x: hidden;}

#scrollUp {
  bottom: 0.8em;
  right: 0.8em;
  width: 3em; /* Width of image */
  height: 3em; /* Height of image */
  font-size: .9em;
  border-radius: 10em;
  background-color: rgb(68, 114, 152);
}

#scrollUp:after {
  content: '';
  display: inline-block;
  margin-top: 1.1em;
  margin-left: .98em;
  width: 1.1em;
  height: 1.1em;
  border-top: 0.3em solid #fff;
  border-right: 0.3em solid #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); 
}


/******** Slider ********/

.carousel, .item, .active {height: 100%;}

.carousel-inner {height: 100%;}

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

#mainCarousel .slider_overlay {
    background: none repeat scroll 0 0 #252333;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

#mainCarousel .hero {
    position: relative;
    top: 50%;
    left: 50%;
    z-index: 1000;
    color: #fff;
    text-align: center;
    padding: 0 13%;
    font-family: 'NTR', sans-serif;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

#mainCarousel .hero h1 {
    font-size: 5em;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
}

#mainCarousel .hero h3 {
    font-size: 1.625em;
    margin: 0;
    padding: 0;
}

#mainCarousel .hero button {
	margin-top: 30px;
	background: #42a5f6;
	font-size: 1.25em;
	padding: 10px 20px;
	outline: none;
}

#mainCarousel .carousel-indicators {
	position: absolute;
	z-index: 1000;
}

#mainCarousel .carousel-control {
	position: absolute;
	z-index: 1000;
}

#mainCarousel .carousel-control.left {background-image: none;}

#mainCarousel .carousel-control.right {background-image: none;}

@media screen and (min-width: 768px) {
#mainCarousel .carousel-control .icon-next, #mainCarousel .carousel-control .icon-prev {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    font-size: 12.5em;
    margin-right: -100px;
    margin-left: -100px;
    color: #42a5f6;
}}

#mainCarousel .carousel-indicators .active {
    background: #42a5f6;
    border: 1px solid #0781E6; 
}

/******** Remove <a> Link Text Decoration ********/

a.btn-link:link {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
} 

a.btn-link:visited {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

a.btn-link:hover {
  text-decoration: none;
  color: #fff;
}

a.btn-link:active {
  text-decoration: none;
  font-weight: bold;
  color: #fff; 
} 



/******** Media Queries ********/

@media screen and (max-width: 1071px) {
#mainCarousel .hero h1 {
	font-size: 70px;
}
}

@media screen and (max-width: 938px) {
#mainCarousel .hero h1 {
	font-size: 60px;
}
}

@media screen and (max-width: 799px) {
#mainCarousel .hero h1 {font-size: 60px;}
#mainCarousel .hero h3 {font-size: 22px;}
}

@media screen and (max-width: 608px) {
#mainCarousel .hero h1 {font-size: 50px;}
#mainCarousel .hero h3 {font-size: 20px;}
}

@media screen and (max-width: 507px) {
#mainCarousel .hero h1 {font-size: 45px;}
#mainCarousel .hero h3 {font-size: 18px;}
button.btn {width: 100%;}
#google h3 {font-size: 18px;}
#directions button.btn{position: static !important;}
#about h3 {font-size: 18px !important; font-weight: bold;}
#local {position: static !important;}
#contact {display: block !important;}
#subscribe {position: static !important;}
}

@media screen and (max-width: 400px) {
#mainCarousel .hero h1 {font-size: 40px;}
#mainCarousel .hero h3 {font-size: 16px;}
#portfolio h2 {font-size: 20px !important;}
button.btn {width: 100%;}
#google h3 {font-size: 16px;}
#about h3 {font-size: 16px !important; font-weight: bold;}
#directions button.btn{position: static !important;}
#local {position: static !important;}
#contact {display: block !important;}
#subscribe {position: static !important;}
}


/******** About Section ********/

#about {
    padding-top: 60px;
	padding-bottom: 0;
}

#about .text h2 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: center;
}

#about h3 {
    display: inline;
    font-size: 20px;
    font-weight: bold;
}

#about .text p {
	text-align: left;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}

#about .panel-heading:hover {cursor:pointer;}

#about .panel-heading {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

#about .carousel-content {
    color:black;
    display:flex;
    align-items:center;
}

#text-carousel {
  width: 100%;
  height: auto;
  padding: 50px;
}

#about .side-tab:hover {cursor: pointer;}
#about span:hover{cursor: pointer;}
    
#about .panel.panel-default {
     border: none;
     box-shadow: none !important;
     border-bottom-right-radius: 0px;
     border-bottom-left-radius: 0px;
        
}

#about .panel-heading {
     border: none;
     background-color: #2469A2;
     color: #fff;
}

#about .panel-title {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
}
 
#about .panel-body {
	border-right: 1px solid #2469A2;
	border-left: 1px solid #2469A2;
    border-bottom: 1px solid #2469A2;
	font-family: 'PT Sans', sans-serif;
}     

.panel-heading.collapsed .fa-chevron-down, .panel-heading .fa-chevron-right {display: none;}
.panel-heading.collapsed .fa-chevron-right, .panel-heading .fa-chevron-down {display: inline-block;}

.fa {
    cursor: pointer;
    margin-right: 5px;
}

.collapsed ~ .panel-body {padding: 0;}

.center {text-align: center;}

.circle {
    width: 30%;
    height: 30%;
    border-radius: 50%;
    margin-bottom: 18px;
}


/******** Youtube Section ********/

#portfolio {
	padding-top: 60px;
	padding-bottom: 40px;
	background: #1b507c;
}

#portfolio h2 {
	font-size: 28px;
	text-transform: uppercase;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
	border: 2px solid #42a5f6;
    display: table;
    margin: 10px auto;
    padding: 10px 8px 10px 9px;
}

#youtube {text-decoration: none;}

#portfolio span{color:#42a5f6}

#portfolio h4{color:#fff;}

#portfolio p {
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color: #fff;
}

#portfolio .Portfolio-nav .current{
	background: #42a5f6;
	color:#fff;
	text-decoration:none;
}

#portfolio img {width: 100%;}

img {max-width:100%;}


/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}


/******** Instagram & Youtube Section ********/

#blog {
	padding-top: 60px;
	padding-bottom: 20px;
	background: #f9f9f9;
}

#blog h2 {
    font-size: 28px;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	border: 2px solid #42a5f6;
    color: black;
    letter-spacing: 1px;
    padding: 10px;
	font-weight: 600;
    display: table;
    margin: 10px auto;
}

#blog a:hover {text-decoration: none;}
#blog a:visited {text-decoration: none;}
#blog a:active {text-decoration: none;}
#blog a:link {text-decoration: none;}

#blog p {text-align: center;}

#blog img{width: 100%;}


/******** Google Maps Styling ********/

#google {
    padding-top: 50px;
    padding-bottom: 20px;
}

.local {
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    border-bottom: 1px solid deepskyblue;
    border-top: 1px solid deepskyblue;
    padding: 10px 0px;
}

#map {
    margin-top: 20px;
    width: 100%;
    height: 400px;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    background-color: lightgray;
}

#directions button.btn {
    margin-top: 20px;
    border-radius: 8px;
    background: #42a5f6;
    outline: none;
    letter-spacing: 0.5px;
    font-family: 'Noto Sans' sans-serif;
    text-transform: uppercase;
    position: relative;
    top: -90px;    
}

#local {
    position: relative;
    top: -40px;
}


/******** Subscribe Section ********/

#subscribe h2 {
	font-size: 1.75em;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	color: #000;
	border-bottom: 8px solid #42a5f6;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-right: 75px;
    line-height: 40px;
}

#subscribe p {
	font-family: 'PT Sans', sans-serif;
	font-size: 1.063em;
	color: #000;
}

#subscribe button.btn {
    height: 60px;
    font-weight: bold;
    font-family: 'Noto Sans' sans-serif;
    letter-spacing: 0.5px;
    border-radius: 8px;
    background: #42a5f6;
    outline: none;
    padding-left: 80px;
    padding-right: 80px;
    text-transform: uppercase;
}


/******** Footer ********/

.footer {
	margin-top: 20px;
  	width: 100%;
  	height: 60px;
  	background-color: #1a223d;
  	text-align: center;
}

.footer .text-muted {
	padding: 20px;
	margin: 0px;
	color: #fff;
}

