body {
	font-size:19px; 
	color:#2d4f5c; 
	font-family: 'Metropolis', sans-serif;
	text-align:center;
	text-transform: none;
	}



	
h1 {
	font-family: 'Akrobat Black', sans-serif;
	font-size:64px; 
	color:#555555; 
	margin: 70px 0 50px 0;
}

h1 span {
	font-family: 'Akrobat ExtraLight', sans-serif;

}

p {
	text-align:left; 
	margin-left:auto;
	margin-right:auto; 
	margin-top: 30px;
}

div.container {width:70%; text-align:center; margin-left:auto;margin-right:auto;}



a:link {color: #2d4f5c; text-decoration:none; font-weight:bold;
}
a:visited {color: #2d4f5c;}
a:active {color: #2d4f5c;}
a:hover {color: #2d4f5c;}
img {
	
	}

.logo {
	position: absolute;
	left:2rem;
	top:2rem;
	
	width:10%;
}
	
strong {
	font-weight:bold;
	}

#footer {
    background-image: url(background-bottles.png);
    background-size: 650px;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 380px;
    width: 100%;
    position: relative;
    bottom: 10px;
}

@media only screen and (max-width: 600px) {
	.logo {
        position: relative;
        left: auto;
        width: auto;
        max-width: 160px;
    }
   	div.container {
    	width:90%;
    }

    p {	width:100%;}
    h1 {
    	font-size:33px;
    }

}