@charset "utf-8";
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

header {
	position:relative;
	overflow:hidden;
}
header
#slider,
#slider .item {
	height:calc(45vh);
	min-height:220px;
	background-position:center center;
}
.carousel-caption{
	left:15px;
	right:15px;
	bottom:30px;
}
.carousel-caption h2{
	font-size:32px;
	text-transform:uppercase;
	text-align:center;
	
}


/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
header
#slider,
#slider .item {
	height:calc(100vh - 64px - 103px); /*-- calc(45vh) --*/
	min-height:400px;
	background-position:center center;
}
.carousel-caption{
	left:0;
	right:0;
	bottom:30%;
}
.carousel-caption h2{
	font-size:42px;
}
.carousel-caption p{
	
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
header
#slider,
#slider .item {
	height:calc(100vh - 65px - 113px); /*-- calc(45vh) --*/
	min-height:400px;
	background-position:center center;
}
.carousel-caption h2{
	font-size:50px;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
header
#slider,
#slider .item {
	height:calc(100vh - 65px - 113px); /*-- calc(45vh) --*/
	min-height:400px;
	background-position:center center;
}
.carousel-caption h2{
	font-size:68px;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (xlarge desktops, 1200px and up) */
@media (min-width: 1600px) {
.carousel-caption h2{
	font-size:72px;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */