@charset "utf-8";
/*

 * Copyright © 2016 | Website Design by Webfrog Studios

 *

 */

/* Extra small devices (phones, less than 768px) */

/* No media query since this is the default in Bootstrap */



header,
 #slider,
 #slider .item {
	height: 280px;
}
#slider .item {
	background-position: center;
	background-size: cover;
}
/*

#yourElement {

  -vendor-animation-duration: 3s;

  -vendor-animation-delay: 2s;

  -vendor-animation-iteration-count: infinite;

}

*/

.item .carousel-caption {
	-webkit-animation-delay: 1s;
}
.carousel-caption {
	position: absolute;
	right: 15px;
	bottom: 0px;
	left: 15px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 25px rgba(0,0,0,1);
	text-transform:uppercase;
}
.carousel-caption h2 {
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
}
.carousel-caption h2 strong,
.carousel-caption h2 b {
	font-weight: 800;
	color:#fff;
}
.carousel-caption p {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}
.carousel-caption a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	background-color: #f1592c;
	width: 100%;
	margin-top: 15px;
	margin-left: 0;
	/*margin-bottom: 15px;*/

	border-radius: 0;
	padding: 10px 25px;
	color: #fff;
}
.carousel-caption a:hover {
	background-color: #16171f;
	color: #fff;
}



/*

 * Copyright © 2016 | Website Design by Webfrog Studios

 *

 */

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
header,
 #slider,
 #slider .item {
	min-height: 400px;
	height: calc(100vh - 50px - 100px);
}
.carousel-caption {
	right: 5%;
	left: 5%;
	bottom: calc(100% / 2 - 100px);
	padding-bottom: 30px;
}
.carousel-caption h2 {
	font-size: 47px;
	letter-spacing: 2px;
}
.carousel-caption p {
	font-size: 16px;
	letter-spacing: 1px;
}
.carousel-caption a {
	width: auto;
	margin-top: 0;
	margin-left: 15px;
	font-size: 13px;
	padding: 10px 25px;
}
}

/*

 * Copyright © 2016 | Website Design by Webfrog Studios

 *

 */

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
.carousel-caption h2 {
	font-size: 57px;
	letter-spacing: 2px;
}
.carousel-caption p {
	font-size: 18px;
	letter-spacing: 1px;
}
.carousel-caption a {
	font-size: 15px;
	padding: 10px 25px;
}
}

/*

 * Copyright © 2016 | Website Design by Webfrog Studios

 *

 */

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
header,
 #slider,
 #slider .item {
	min-height: 500px;
	height: calc(100vh - 100px);
}
.carousel-caption {
	right: 10%;
	left: 10%;
	bottom: calc(100% / 2 - 150px);
	padding-bottom: 30px;
}
.carousel-caption h2 {
	font-size: 83px;
}
.carousel-caption p {
	font-size: 26px;
}
.carousel-caption a {
	font-size: 16px;
	padding: 15px 30px;
}
}

/*

 * Copyright © 2016 | Website Design by Webfrog Studios

 *

 */

/* Large devices (xlarge desktops, 1200px and up) */

@media (min-width: 1600px) {
.carousel-caption {
	right: 20%;
	left: 20%;
	bottom: calc(100% / 2 - 100px);
	padding-bottom: 30px;
}
.carousel-caption h2 {
	font-size: 83px;
}
}

/*

 * Copyright © 2016 | Website Design by Webfrog Studios

 *

 */
