body {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 10px;
	color: #fee5cc;
	font-weight: 300;
	line-height: 1.7em;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../images/main-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.wrapper {
	width: 1000px;
}
.center {
	text-align: center;
}
a {
	color: #fee5cc;
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
	color: #FFB266;
	text-decoration: none;
}
h6 > p {
	font-size: 10px;
	line-height: 1.7em;
}
strong {
	font-size: 10px;
	color: #b01117;
	font-weight: 300;
}
.side {
	display: block;
	background-color: #000000;
	/*background-color: rgba(20, 20, 20, 0.9);*/
	padding: 0 30px;
}
label {
	margin-top: 5px;
	font-weight: 400;
}
.dark {
	margin: 1px 50px 0 50px;
	padding: 20px;
	background-color: rgba(0, 0, 0, 1);
}
.space {
	padding: 30px;
}
.img-responsive {
	/*max-width: 240px;*/
	height: auto;
	display: block;
	margin: 0px auto;
}
.border {
	border: 1px solid #fee5cc;
	padding: 15px 0;
	margin: 35px 0;
}
.border2 {
	border: 1px solid #fee5cc;
	padding: 15px 25px;
}
.imgborder {
	border: 1px solid #fee5cc;
	margin: 15px 0 0 0;
}
.footer {
	font-size: 10px;
	color: #C0AC99;
	line-height: 1.7em;
	margin: 30px 10px;
}
nav ul {
	list-style-type: none;
	margin-top: 30px;
}
nav ul li {
	margin-bottom: 20px;
}
nav ul li a {
	text-decoration: none;
	transition: 0.3s;
	font-size: 12px;
	margin: 10px 0 10px -40px;
	text-align: center;
}
nav ul li a:hover {
	color: #fee5cc;
	text-decoration: none;
}
nav ul li a:focus {
	color: rgba(255, 229, 204, 0.3);
	text-decoration: none;
}
/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
	list-style-type: none;
	margin: 50px 0 0 0;
	padding: 0;
	overflow: hidden;
}
/* Float the list items side by side */
ul.topnav li {
	float: left;
}
/* Style the links inside the list items */
ul.topnav li a {
	display: inline-block;
	color: #fee5cc;
	text-align: center;
	padding: 14px 30px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 14px;
}
/* Change background color of links on hover */
ul.topnav li a:hover {
	color: rgba(255, 229, 204, 0.3);
}
.dull {
	color: rgba(255, 229, 204, 0.3);
}
.form-control {
	font-size: 10px;
	color: #C0AC99;
	background-color: #000;
	border: 1px solid #333;
}
.btn {
	font-size: 10px;
	color: #C0AC99;
	background-color: #000;
	border: 1px solid #333;
	margin-top: 10px;
}

@media (min-width: 320px) and (max-width: 568px) {
.wrapper {
	width: 100%;
}
ul.topnav {
	margin: 1px -15px;
}
/* Float the list items side by side */
ul.topnav li {
	display: block;
	width: 100%;
}
/* Style the links inside the list items */
ul.topnav li a {
	display: block;
	background-color: #000000;
}
.dark {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.footer {
	padding-bottom: 30px;
}
}

@media (min-width: 365px) and (max-width: 667px) {
.wrapper {
	width: 100%;
}
ul.topnav {
	margin: 1px -15px;
}
/* Float the list items side by side */
ul.topnav li {
	display: block;
	width: 100%;
}
/* Style the links inside the list items */
ul.topnav li a {
	display: block;
	background-color: #000000;
}
.dark {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.footer {
	padding-bottom: 30px;
}
}

@media (min-width: 240px) and (max-width: 360px) {
.wrapper {
	width: 100%;
}
ul.topnav {
	margin: 1px -15px;
}
/* Float the list items side by side */
ul.topnav li {
	display: block;
	width: 100%;
}
/* Style the links inside the list items */
ul.topnav li a {
	display: block;
	background-color: #000000;
}
.dark {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.footer {
	padding-bottom: 30px;
}
}
