@font-face {
    font-family: 'BGR';
    src: url('../fonts/BrandonGrotesque-Regular.eot');
    src: url('../fonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Regular.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Regular.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BGM';
    src: url('../fonts/BrandonGrotesque-Medium.eot');
    src: url('../fonts/BrandonGrotesque-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Medium.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Medium.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'BGB';
    src: url('../fonts/BrandonGrotesque-Bold.eot');
    src: url('../fonts/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Bold.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'no_name_37';
    src: url('../fonts/no_name_37.eot');
    src: url('../fonts/no_name_37.eot?#iefix') format('embedded-opentype'),
        url('../fonts/no_name_37.woff2') format('woff2'),
        url('../fonts/no_name_37.woff') format('woff'),
        url('../fonts/no_name_37.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa Demo';
    src: url('../fonts/NexaDemo-Bold.eot');
    src: url('../fonts/NexaDemo-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NexaDemo-Bold.woff2') format('woff2'),
        url('../fonts/NexaDemo-Bold.woff') format('woff'),
        url('../fonts/NexaDemo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html, body{
	font-family: 'BGR';
	margin:0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	
}
body{
	    background-image: url(../img/bg2.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.logo{
	    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 3;
	
}
.logo img{
	width:150px;
}
.coming_soon{
	color: #ffcb06;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 630px;
    text-align: center;
    margin: auto auto;
    top: 0px;
    bottom: 0px;
    height: 170px;
	
}
.coming_soon h4{
	font-family: 'BGB';
	font-size: 36px;
	margin: 0px;
}
.coming_soon h4 img{
    max-width: 380px;
}
.coming_soon h3{
	font-family: 'no_name_37';
	font-size: 12px;
	margin: 0px;
    color: #58595b;
    line-height: 16px;
}
.footer_img{
position: absolute;
    bottom: 0px;
    opacity: 1;
    z-index: 1;
    right: 20px;
    margin: 0 auto;
    width: 420px;
}
.footer_img img{
    max-width:420px;
}
.footer_img a {
    position: absolute;
    display: inline-block;
    width: 140px;
    height: 23px;
}
.footer_img a.mail {
    left: 150px;
    width: 170px;
}
.footer_img a.twitter {
    right: 0;
    width: 110px;
}
@media (max-width: 767px){
 .coming_soon h4 img {
    max-width: 280px;
}
.coming_soon{
        height: 230px;
        width: 100%;
}
.coming_soon h3 {
    font-size: 12px;
    max-width: 280px;
    margin: 0 auto;
}
.footer_img{
        width: 280px;
    left: 0;
}
.footer_img a{
        width: 100px;
}
.footer_img a.mail {
    left: 100px;
    width: 114px;
}
.footer_img a.twitter {
    right: 0;
    width: 60px;
}
.footer_img{
    bottom: 20px;
}
.footer_img img{
        max-width: 280px;
}
}

