﻿@import url(http://fonts.googleapis.com/css?family=Baumans);
body,html {
    width:100%;
    height:100%;
    min-height:100%;
    font-family: 'Baumans', cursive;
}
* {
    padding:0;
    margin:0;
}

#intro {
    position:fixed;
    top:50%;
    left:50%;
    height:300px;
    width:90vw;
    margin-left:-45vw;
    margin-top:-150px;
    transition:ease-in-out 0.5s;
    transition-property:width, height;
}
#intro h2, #intro p {
	text-align:center;
	white-space: nowrap;
	margin-top:15px;
}
#logo {
    text-align:left;
    text-indent:-9999px;
    background-image:url('../img/logo.png');
    background-repeat:no-repeat;
    background-position: center center;
	background-size: contain;
    height:180px;
}