/*
font-family: 'Oswald', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'VT323', ;
*/

body {
	height: 100%;
	width: 100%;
	background-color: black;
	margin: 0px 0px 0px;
	min-width: 400px;
	position: relative;
}

#background {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background-image: url('./background.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#logo_image {
	position: absolute;
	height: 80px;
	width: 180px;
	background-image: url('./logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
  	top: 6px;
  	left:  30px;
}

#logo {
	font-family: Oswald;
	color: white;
	font-size: 40px;
	position: absolute;
	bottom: 25px;
	right: 50px;
	font-weight: 500;
}

#tagline {
	font-family: Oswald;
	padding-left: 0px;
	font-style: italic;
	font-weight: 300;
	color: white;
	font-size: 40px;
}

@media only screen and (max-width: 750px) {
    #tagline {
        display: none;
    }
}

#mailto {
	height: 50px;
	width: 50px;
	position: absolute;
	top: 25px;
	right: 50px;
	background-image: url('./mailto.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}