<!DOCTYPE html>
<html>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">

<style>
body {margin:0; padding:0 0 20px 0; font: 24px/33px 'Open Sans';}
.header {height:125px; background: rgba(237,237,237,1); margin:0 0 70px 0; display: flex; align-items: center;}
.header div {width:1200px;  height:55px; margin:0 auto; }
.shell {max-width:1320px; margin:0 auto;}
.content {}
h1 {font-size:54px; font-weight:300; line-height:61px; margin:0 0 30px 0; padding:0;}
p {margin:0 0 30px 0;}
img {margin:0 25px 0 0; float:left; max-width:100%; height:auto;}
a {color:#07a2fb;}
a:hover {text-decoration:none;}

iframe{width:638px;}

@media only screen and (max-width: 1180px) {
    .content img {
        float: none;
        width: 50%;
        margin: 0 auto;
        max-width: 32%;
    }
    iframe{width: 100%;}
    section{padding: 0 10px;}
    section img {margin:0;}
    iframe{width:100%;}
}


@media only screen and (max-width: 1315px) and (min-width: 1180px){
	iframe{width:500px;}
}


@media only screen and (max-width: 640px) {
	 .content img{
	 	max-width: 50%;
	 	width: 50%;
	 }
}


</style>
<body>

<section class="header"><div><img src="imgs/logo-marketing-sherpa.png"></div></section>

<section class="shell">
	<section class="content">
		<img src="imgs/Compass.gif">
		<h1>We're lost in the pursuit of customer-first marketing</h1>
		<p>Please be patient with us while we optimize our servers, and enjoy one of our most popular videos or check out our <a href="https://www.youtube.com/user/marketingsherpa" target="_blank">YouTube channel</a>.</p>
		<iframe width="628"  height="294" src="https://www.youtube.com/embed/zA2d39k7Zag?start=2&showinfo=0" frameborder="0" allowfullscreen></iframe>
	</section>
</section>

</body>
</html>