body{text-align:center; background: #eee; font-size: 20px; line-height: 26px; font-family: Lato, sans-serif; color:#333; padding:0; margin:0;}
a{color:#333; text-decoration:none; transition-timing-function: ease; transition-duration: 0.5s;}
h1{text-transform: uppercase; margin:0; font-size: 2em; line-height: 1em;}
p{margin:0; }
address{font-style:normal;}
.addressBox{width: 50%; margin: 0 25%; min-height:calc(100vh - 70px); height:calc(100% - 70px); padding: 35px; box-shadow: 4px 2px 10px 4px #2a4162; background: rgba(255, 255, 255, .8);  transition-timing-function: ease; transition-duration: 0.5s;}

@media only screen and (min-width: 1099px) {
	/* Hover effects only on big screens*/
	a:hover{color:#0f223e;}
}

@media only screen and (max-width: 979px) {
	h1{font-size: 1em;}
}

@media only screen and (max-width: 979px) {
	.addressBox{width: 50%;}
}

@media only screen and (max-width: 650px) {
	.addressBox{width: 60%;}
}

@media only screen and (max-width: 450px) {
	.addressBox{width: calc(100% - 50px); min-height:calc(100vh - 50px); height:calc(100% - 50px); padding: 25px;}
}

