@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*{
	padding:0;
	margin:0;
}
body{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
/*body{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	background:#fff;
	overflow-x:hidden;
	font-size:14px;
	background-image:url(../images/body-bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
	height:100vh;
}*/
.body-bg{
	width:100%;
}
.body-bg img{
	width:100%;
	height:100vh;
}
.content-inner{
	position: absolute;
    top: 0;
    width: 100%;
}
h1 {
  color: #fff;
  font-family: times new roman;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
}
h2 {
  color: #fff;
  font-family:arial;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
}
.logo{
	width:100%;
	text-align:center;
	margin-top:100px;
}
.footer-main{
	background:#161012;
	padding:30px 0 0;
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#a67c00;
}
.footer-main p{
	font-size:16px;
}
.footer-main a{
	color:#a67c00;
}
.footer-main a:hover{
	color:#a67c00;
}
.footer-main h3 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 10px;
}
.footer-main p.rights{
  font-size:14px;
  color:#636363;
  margin-top:20px;
}
.rights a{
	color:#636363;
}
body.admin-bar #wprmenu_bar {
	top: 0 !important;
	display: none !important;
}
@media (min-width: 992px) and (max-width: 1024px) {
h1 {
    font-size: 30px;
    margin-top: 20px;
}


}


@media (min-width: 768px) and (max-width: 991px) {
.logo {
    margin-top: 18px;
}
h1 {
	font-size: 24px;
	margin-top: 5px;
}
#wprmenu_bar {
	display: none !important;
}
	
}

@media (max-width: 767px) {
.logo {
    margin-top: 10px;
}
.logo img {
    width: 33%;
}
h1 {
	font-size: 20px;
	margin-top: 10px;
}
	
}

@media (max-width: 480px) {
.logo {
    margin-top: 15px;
}
.logo img {
	width: 40%;
}
.body-bg img {
	height: 220px;
}
h1 {
	font-size: 16px;
	margin-top: 17px;
}

}


































