@import url(http://fonts.googleapis.com/css?family=Pacifico);
body{
	background: url(../img/bg.jpg) no-repeat center center fixed;
	background-size: cover;
}
* {margin: 0; padding: 0;
}
img{
	margin: 0 auto;
}
a, 
a:hover,
a:focus{
text-decoration: none;
outline: 0px none;
color: #fff;
}

.padding{
	padding-top: 20px;
	padding-bottom: 20px;
}
.side-padding{
	padding-left: 20px;
	padding-right: 20px;
}
.border-top-bottom{
	border-bottom: 1px solid #ddd;
}
.navbar{
	border-radius: 0px;
}
.navbar-inverse{
	border:none;
	border-radius: none;
    background-image: linear-gradient(to bottom, rgba(209, 209, 209, 0.1) 0px, #7B6A6A 100%);
    background-repeat: repeat-x;

}
.services a{
	color: 	#ddd;
}
.services a:hover{
		color: 	#fff;
}
.row{
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
}
.row-margin{
	margin-top: 20px;
	margin-bottom: 20px;
}
/* Navigation Settings */
.form-control:focus {
    border-color: unset;
    outline: 0px none;
    box-shadow: 0px 0px 10px #CC9C13;
}
section {
	height: 100vh;
}

/* Screens Settings */
#screen1 {	
	position: relative;
	text-align: center;
}
.blur{
	background-color: rgba(0,0,0,.8);
	color: #fff;
	border-bottom: 1px solid #fff;
	width:400px;
	float: right;
	margin-right: 10px;

}
.about-blur{
	background-color: rgba(0,0,0,.8);
	color: #D4D4D4;
}
.blur h2 , .about-blur h2{
	font-family: 'Pacifico', cursive;
	color: #EFB900;

}
.about-blur h2{
	padding-bottom: 10px;
	text-indent: 5px;
	border-bottom: 1px solid #3C3232;
}

.contact-container{
	margin: 30px;
	border-radius: 5px;
	height: 456px;
	padding: 10px;
}
.form-control{
background-color: #302525;
background-image: none;
border: 1px solid #000;
}
.form-control:focus{
	border: unset;
	background-color: #fafafa;
	transition:all .5s ease;
}

.contact{
	background: url(../img/contact1-compressed.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	color: white
}

.contact h1{
	margin-top: 0px;
	color: white;
}
.contact p{
	font-size: 1.2em;
	line-height: 1.5em;
	color: #ddd;
}

footer{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.61);
	margin-top: 50px;
	text-align: center;
	color: #F6F6F6;
}
.hide-msg{
display:none;
}

.general-btn{
  background-color: #18a689;
  padding: 5px 10px!important;
  color: #fff;
  font-size: 12px!important;
  font-weight: bold!important;
  letter-spacing: .5px; 
  margin-top: 5px; }

@media(max-width: 756px) {
	.blur{
	background-color: rgba(0,0,0,.8);
	color: #fff;
	border-bottom: 1px solid #fff;
	width:100%;
	float: right;
	
	margin-right: 	0px;

}
.blur h2{
	font-family: 'Pacifico', cursive;
	color: #EFB900;

}
}

