html {
	height: 100%;
}

.jumbotron {
	background: linear-gradient(rgba(0, 0, 0, 0.7),
			rgba(0, 0, 0, 0.5)), url(../images/bg1.jpg);
	height: 670px;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
	margin: 0;
}

.jumbotron h1 {
	width: 250px;
	font-family: 'Allison', cursive;
	color: #cb9b51;
	padding: 10px;
	margin: 50px auto 0px;
}

.jumbotron p {
	color: #aaa;
	font-size: 16px;
	line-height: 10px;
	margin: 10px auto 10px;
}

/* contact section */
.contact {
	background: rgba(0, 0, 0, 0.4);
	overflow: hidden;
	margin-top: 10px;
	padding: 30px 40px;
	border: 1px dashed #aaa;
	border-radius: 5px;
}

.input-container {
	display: -ms-flexbox;
	/* IE10 */
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}

.icon {
	padding: 8px;
	background: transparent;
	color: #cb9b51;
	min-width: 50px;
	text-align: center;
	border-bottom: 1px solid #aaa;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.jumbotron .form-control {
	background: transparent;
	width: 100%;
	outline: none;
	color: #fff;
	border-bottom: 1px solid #aaa;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0px;
	color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.jumbotron h4,
.btn2 {
	background-image: linear-gradient(to right,
			#462523 0,
			#cb9b51 22%,
			#f6e27a 45%,
			#f6f2c0 50%,
			#f6e27a 55%,
			#cb9b51 78%,
			#462523 100%);
	color: #070f1c;
	width: 100%;
	padding: 10px;
	border: none;
}


@media (max-width: 1200px) {
	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav>li {
		float: none;
	}

	.collapse.in {
		display: block !important;
	}

	.collapsing,
	.in {
		background-color: #f7f7f7;
	}

	.collapsing ul li a,
	.in ul li a {
		color: #555 !important;
	}

	.collapsing ul li a:hover,
	.in ul li a:hover {
		color: #e23a47 !important;
	}
}

@media only screen and (max-width: 767px) {

	.collapsing,
	.in {
		background-color: #f7f7f7;
	}

	.collapsing ul li a,
	.in ul li a {
		color: #555 !important;
	}

	.collapsing ul li a:hover,
	.in ul li a:hover {
		color: #e23a47 !important;
	}

	.shrink .navbar-header img {
		width: 100px;
		margin: -10% 0 0 -95%;
	}

	.navbar-header img {
		width: 110px;
		margin: -15% 0 0 -90%;
	}

	.services-box {
		box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	}

	.jumbotron {
		padding: 10px;
		height: auto;
	}

	.jumbotron h1 {
		margin: 100px 20px 0;
		font-size: 36px;
	}

	.contact {
		margin: 10px;
	}
}

@media only screen and (max-width: 479px) {

	.collapsing,
	.in {
		background-color: #f7f7f7;
	}

	.collapsing ul li a,
	.in ul li a {
		color: #555 !important;
	}

	.collapsing ul li a:hover,
	.in ul li a:hover {
		color: #e23a47 !important;
	}

	.navbar-default .navbar-brand,
	.navbar-default .navbar-brand:hover {
		margin-left: 0px !important;
	}

	.shrink .navbar-header img {
		width: 100px;
		margin: -10% 0 0 -95%;
	}

	.navbar-header img {
		width: 110px;
		margin: -15% 0 0 -90%;
	}

	.services-box {
		box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	}

	.jumbotron {
		padding: 10px;
		height: auto;
	}

	.jumbotron h1 {
		margin: 100px 20px 0;
		font-size: 36px;
	}

	.contact {
		margin: 10px;
	}
}

section {
	padding: 30px 0 50px;
}

/* footer */
footer {
	background-color: #262626;
	padding: 50px 0px;
	color: #eaeaea;
}

footer p {
	color: #eaeaea;
	font-size: 1em;
	z-index: -1;
}

footer a {
	text-decoration: none;
	color: #eaeaea;
}

footer a:hover {
	text-decoration: none;
	color: #eaeaea;
	opacity: 0.9;
}

footer h4 a {
	text-decoration: none;
	color: #e23a47;
	opacity: 0.9;
}

footer h4 a:hover {
	text-decoration: none;
	color: #e23a47;
	opacity: 1;
}

footer .social a {
	background: #e23a47;
	width: 32px;
	height: 32px;
	text-decoration: none;
	color: #ddd;
	display: inline-table;
	margin: 15px 5px;
	border: 1px solid #e23a47;
	font-size: 12px;
}

footer .social a i {
	display: table-cell;
	vertical-align: middle;
}

footer img {
	width: 150px;
}

/* loader */
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #0d0d0d;
	display: flex;
	justify-content: center;
	align-items: center;
}

.preloader span:nth-child(1) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	border: 3px solid #e23a47;
	border-radius: 50%;
	border-bottom: 6px solid transparent;
	animation: animate1 1s linear infinite;
}

.preloader span:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	border: 3px solid #e23a47;
	border-radius: 50%;
	border-top: 6px solid transparent;
	animation: animate2 1s linear infinite;
}

.preloader span:nth-child(3) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	border: 3px solid #e23a47;
	border-radius: 50%;
	border-bottom: 6px solid transparent;
	animation: animate1 1s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes animate2 {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(-360deg);
	}
}