@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

html {
	font-size: 16px;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
}
header {
	border-bottom: 2px solid #ADADAD;
}
header .container {
	display: flex;
	max-width: 1140px;
	align-items: center;
	margin: 20px auto;
	background-color: transparent;
	height:130px;
}

#logo {
	flex-grow: 1;
	margin: 10px;
}
#address {
	display: flex;
	flex-direction: column;
	margin: 12px;
}

#address a {
	text-decoration: none;
	color : black;
}
#address a:hover {
	color: #56A0FF;
}

.content .container {
	max-width: 1140px;
	align-items: center;
	margin: 20px auto;
	background-color: transparent;
}

@media only screen and (max-width: 7680px)  {
 	
}

@media only screen and (max-width: 600px) {
	header .container {
 		flex-direction: column;
 	}
}
