body {
    font-family: 'Lobster', cursive;
	width: 100%;
	background-color: #00768e;
	background-image: url(/media/nat-bg.jpg);
}

.container {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
	padding: 25px;
	background:#fff;
	box-shadow: 2px 2px 8px #242424;
	border: 1px solid #584920;
	}
	
div.header {
	text-align: center;
	color: #00768e;
	line-height: 20px;
	}
	
div.header h1 {
	font-size: 40px;
	margin: 30px 0;
	}
	
h3 {
	font-weight: 300;
	margin: 0 0 20px 0;
}
	
.one_half {
	width: 48%;
	margin-right: 2%;
	float: left;
}

.one_half img.book {

	-ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
    transform: rotate(-3deg);
	margin-left: 20px;
}

.last {
	margin-right: 0;
}

div.clr {
	clear: both;
	}


.responsiveCal {
 
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
 
}
 
.responsiveCal iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%;
 
}


/* Responsive */
@media (max-width: 768px) {

body {
	margin: 0;
	}

.container {
		padding: 0 5%;
		width: 90%;
		}
.one_half {
	width: 100%;
	margin-right: 0%;
	float: none;
	text-align: center;
	}

.one_half img {
	max-width: 80%;
	}
	
div.header h1{
	line-height: 1em;
	}
}