/* 12-column responsive grid */

.row {
    clear: both;
    max-width: 1040px;
    margin: 0 auto;
    overflow: hidden;
}

[class^="col-"] {
    float: left;
    margin: 0 3.84615384615% 0 0;
    list-style: none;
    position: relative;
}

[class^="col-"]:last-child {
    margin: 0;
}

.col-1 { width: 4.8076923077% }
.col-2 { width: 13.4615384615% }
.col-3 { width: 22.1153846154% }
.col-4 { width: 30.7692307692% }
.col-5 { width: 39.4230769231% }
.col-6 { width: 48.0769230769% }
.col-7 { width: 56.7307692308% }
.col-8 { width: 65.3846153846% }
.col-9 { width: 74.0384615385% }
.col-10 { width: 82.6923076923% }
.col-11 { width: 91.3461538462% }
.col-12 { width: 100%; margin: 0 }

/* Basic Structure */

html {
	background: #fff;
	font-size: 62.5%
}

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	background-color: #b8b8b8;
	font-size: 1.6rem;
	line-height: 1.4em;
	color: #333;
	max-width: 1440px;
	text-align: center;
	
}


#header {
	background-color: #666;
	height: 65px;
}

#header ul a, a:visited, a:active {
	color: #f8f8f8;
	text-decoration: none;
}

#header ul a:hover {
	color: #d8d8d8;
	text-decoration: none;
}

#header ul {
	list-style: none;
	color: #f8f8f8;
	letter-spacing: 3.5px;
	font-size: 2.0rem;
	display: inline-block;
	float: right;
}

#header ul li {
	float: left;
	display: inline-block;
	padding: 0 1em;
	position: relative;
	vertical-align: middle;
}

#header ul li a{
	padding: 0 1em;
}


#footer {
	background-color: #c8c8c8;
	height: 45px;
	font-size: 1.4rem;
	color: #f8f8f8;
}

img {
	max-width: 100%;
	height: auto !important;
}

#silhouette {
	margin: auto auto 0 4em;
	position: absolute;
}

#content {
	background: url("../images/scotland_beach_320.jpg") no-repeat;
	font-size: 1.6rem;
	display: inline-block;
	width: 100%;
	height: 600px;
}

#content div ~ div {
	background-color: rgba(255,255,255,0.4);
	padding: 1em;
	z-index: 10;
}

#logo {
	background-color: #ff0000;
	height: 100%;
	width: 200px;
	color: #fff;
	font-size: 5rem;
	padding: auto;
	text-align: center;
	line-height: normal;
	font-weight: bold;
	float: left;
	display: inline-block;
	position: relative;
}

#logo a, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #fff;
}

#content h2 {
	text-align: left;
}

#content p {
	text-align: left;
	background-color: rgba(255,255,255,0.8);
	padding: 1em;
}

@media only screen and (min-width: 321px){
	#content {
		background: url("../images/scotland_beach_600.jpg") no-repeat;
		}
}

@media only screen and (min-width: 600px){
	#header {
		height: 65px;
	}
	
	#logo {
		height: 65px;
	}

	#content {
		background: url("../images/scotland_beach_1040.jpg") no-repeat;
		}
		
	#footer {
		height: 45px;
	}
	
	#silhouette {
		height: 600px;
	}
	
	#silhouette img {
		position: absolute;
		bottom: 0;
		left: -6em;
	}
}

@media only screen and (min-width: 1024px){
    #content {
    	background: url("../images/scotland_beach_1200.jpg") no-repeat;
		}
}

@media only screen and (min-width: 1140px){
	#content {
		background: url("../images/scotland_beach_1440.jpg") no-repeat;
		}
}





