@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	background:url(../images/bg.jpg) no-repeat center bottom #FFFFFF;
	-webkit-background-size: contain; 
    background-size: contain;
}

*{
	transition:0.2s;
}

@font-face {
    font-family: 'granstander_cleanregular';
    src: url('../fonts/grandstander-clean-webfont.woff2') format('woff2'),
         url('../fonts/grandstander-clean-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

a{
	text-decoration: none;
	color:#000000;
}

a:hover{
	text-decoration: underline;
}

h1{
	margin: 20px 0 0;
	font-size: 400%;
    display: inline-block;
	vertical-align: middle;
	z-index:5;
	position:relative;
	font-family: 'granstander_cleanregular';
	color:#000000;
}

h2, #contact{
	font-family: 'hipsterishfontnormalnormal';
	color:#000000;
	margin: 0;
}

h2{
	font-size: 280%;
}

#contact{
	text-align: center;
	margin-bottom: 860px;
	padding: 0 20px;
}

#contact p{
	font-size: 180%;
}

#construction{
	
}


#logo{
    width: 38%;
    margin: 0 auto 30px auto;
    position: relative;
    text-align: center;
    margin-top: 2%;
}

#logo img{
	width: 100%;
}

p#quote{
	font-size: 130%;
    font-style: italic;
}


@media (max-width: 480px){
	h1{
	font-size: 200%;
	line-height: 40px;
	margin-bottom: 20px;
    }
    h2 {
    font-size: 200%;
    }
    #logo{
    width: 75%;
    }
    #contact {
    margin-bottom: 230px;
}
    #contact p {
    font-size: 130%;
    padding: 0 20px;
    }
}

@media (min-width: 1920px){
	#logo{
    width: 28%;
    }
}