
body {font-family: "Oswald"; font-family: 'Roboto Condensed'; font-family: 'Roboto';sans-serif}
body, html {height: 100%; margin: 0px;}

.container{
	background-image: url(../img/bg-web.jpg);
	background-position: center center;
	background-size: cover;	
	background-color: #1e1e1e;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 800px) {img {width:200px;padding-left: 10px;}}

@media only screen and (min-width: 800px) {img {width:350px; margin-top: 40px;}}