@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
	font-family: "Montserrat", "Arial", Sans-serif;
	font-size: 15px;
	line-height: 1.3;
	background: #ffffff;
	color: #ffffff;
	font-weight: 400;
}


/* Header */
header {
	background: rgba(255,255,255,0.9);
	height: 50px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	position: fixed;
	height: 50px;
	z-index: 10;
	width: 100%;
}
header div {
	height: 50px;
}

h1 {
	line-height: 45px;
	display: inline;
	float: left;
	padding-left: 20px;
}

h1 img {
	vertical-align: middle;
	width: 120px;
	display: inline;
}

nav, nav a {
	line-height: 50px;
	color: #33ccff;
	text-decoration: none;
	padding: 0px 20px 0 0;
	/*padding-right: 10px;*/
	transition: color 0.3s;
	float: right;
	position: relative;
	display: inline;
}


nav a:hover {
	color: #666666; 
	text-decoration: underline;
}

/* Globe section */
html, body {
	height: 100%;
}

section.globe {
	background: url(../images/onlyplanet_mandela.jpg);
	height: 100%;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}


/* Band */
section.band {
	background: #000000;
	height: 200px;
}

h2 {
	font-family: 700;
	text-align: center;
	font-size: 26px;
	padding: 40px 30px;
}



/* Blurb section*/
section.blurb {
	background-color: #33ccff;
	padding: 70px 0;
}


h3 {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	padding: 0 0 40px 0;
	line-height: 1.2;
}

h3 a {
	font-size: 26px;
	font-weight: 700;
	text-align: center;

	transition: color 0.3s;
	cursor: pointer;
	color: #ffffff;
}

h3 a:hover {
	color: #0085ec;
	text-decoration: underline;
}

section.blurb p {
	padding: 0 0px;
}

section.blurb img {
	padding: 0 0 30px 0;
}

p a {
 	color: #ffffff;
 	transition: color 0.3s;
 }

p a:hover {
	color: #0085ec;
}


/* Gallery section*/


section.gallery {
	padding: 40px 0;
}

img.grid{
	margin: 0 0 20px 0;
}

section.gallery img {
	cursor: pointer;
}



/* Quotes section*/


section.quotes {
	background-color: #99cc33;
	padding: 40px 0;
}

section.quotes img {
	padding: 50px 50px;
	border-radius: 200px;
}

blockquote {
	padding: 0px 30px;
	text-align: center;
	color: #222222;
}

section.quotes p {
	color:#222222;
	text-align: center;
	padding: 10px 30px;
	text-transform: uppercase;;
}

footer {
	background: #000000;
	color: #ffffff;
	display: block;
	padding: 20px;
	text-align: center;
}

footer img {
	width: 80px;
	padding: 5px 0 10px 0;
}


/*lightbox*/
div#lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background: rgba(0,0,0,0.7);
	text-align: center;
	display: none;
}

div#lightbox img {
	width: 50%;
	margin: 100px;
	border: 15px #ffffff solid;
}

/*div#lightbox img.portrait {
	width: 10%;
	margin: 100px;
	border: 15px #ffffff solid;
}*/


/*responsive custom stuff*/
@media only screen and (max-width: 767px){
	
	section.gallery img{
		margin: 0 0 20px 0;
		padding: 0 0 0 0;
	}

	div.row {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
}


@media only screen and (max-width: 500px){

section.globe {
	background: url(../images/onlyplanet_mandelamob.jpg);
	height: 100%;
	background-position: center;
	/*background-size: cover;*/
	/*background-attachment: fixed;*/
}