*{box-sizing: border-box;}

header {color: #ffffff;
	background-color: #1d7874;
	height: 75px;
	text-align: center;
	padding: 1px;}

section {float: left;
	width: 50%;}

#wrapper {margin-left: auto;
	margin-right: auto;
	width: 80%;
	min-width: 960px;
	max-width: 2048px;}

	
h3 {text-align: center;
	margin-top: 15px;}

p {width: 100%;
	padding-left: 25px;
	padding-right: 25px;}

body {background-color: #679289;
	background-image: linear-gradient(to bottom, #ffffff, #679289);
	background-repeat: no-repeat;}
	

#tennis {height: 300px;
	background-image: url(tennis.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;}

#travel {height: 300px;
	background-image: url(travel.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;}
	


