html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%; background: transparent; font-weight: 100; -webkit-font-smoothing: antialiased;}

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


a{
	text-decoration: none!important;
	color: inherit!important;
}

body{
	background: #0b211a;
	font-family: 'CircularStd-Black', sans-serif;
}


.logo{
	width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.logo img{
    width: 40%;
}

.mainBg{
	width: 100%;
	height: 80vh;
    background-size: 110% auto;
	background-position: center center;
	position: absolute;
}

.intro{
	width: 100%;
    color: #FFF;
    font-size: 34px;
    text-align: center;
    padding: 100px 0;
}


.social{
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
}

.socialIcon{
	width: 50px;
    height: 50px;
    margin: 0px 10px;
}

.socialIcon img{
	width: 100%;
	height: auto;
}


@media screen and ( max-width: 1200px ){
	
	.mainBg{
	    background-size: cover;
    }
	
	.intro {
	    font-size: 25px;
    }
    
    .logo img {
    	width: 70%;
	}
	
}

@media screen and ( max-width: 640px ){
	
	
}