@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
*, html, body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, header, foooter, section{
	margin:0px;
	padding:0px;
}
header, foooter, section{
	display:block;
}
body {
	font-family: 'Montserrat';
	letter-spacing: .01em;
	font-weight: 300;
	font-size: 100%;
	color: #000;
	font-size: 14px;
	font-weight:normal;
	background:url(../images/bg.png) no-repeat;
	background-attachment: fixed;
	background-size:cover;
	

}
h1, h2, h3, h4, h5 {
	font-family: 'Montserrat';
	color:#303030;
	margin-bottom:15px;
}
a {
	text-decoration: none;
	outline: 0;
	color:#11afdc;
	font-weight:600;
	text-transform:uppercase;
}

a:focus {
	outline: none;
	color:#000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#2aaae1;
}
p{margin-bottom:5px; line-height:22px;}
h1.logo {
	padding: 0;
	width: 250px;
	height:50px;
	text-indent: -9999px;
	margin:0px auto;
	

}
h1.logo a {
	display: block;
	width: 250px;
	height:50px;
	background: url("../images/logo.png") no-repeat;
	background-size: 100%
}
.header{
	background:#fff;
	padding:0px;
	height:75px;
	padding:10px;
	margin-top:0px;
	background:rgba(255,255,255,.8);
	margin-bottom:60px;

}
.frame{
	background:#fff;
	padding:30px 20px;	
	background:rgba(255,255,255,.8);
	border:4px solid #000;

	margin:40px 0;
	
}
.form-control{
	padding:15px;
	height:40px;
	border-radius:0px;
}
.btn-success{
	padding:10px 40px;
	border-radius:0px;
}
.copyright{
	font-size:12px;
	text-align:center;
	margin-bottom:20px;
}