/*defaults*/

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-size: 100%
}

html, body {
	margin:0;
	padding: 0;
}

html, body, .cover, .next, footer {
	position: relative;
	width: 100%;
}

html, body, .cover {
	height: 100%;
}

h1, h2, h3, h4, h5 {
    font-weight: 400;
    color: #222222;
	font-family: 'Bitter', serif;
}

h2, h3, h4, h5 {
    line-height: 1.25em;
}

h1 {
    font-size: 48px;
    line-height: 1.05em;
}

h2 {
    font-size: 36px;    
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 18px;
}

h5 {
	font-size: 16px;
}

p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
	color: #222222;
}

strong {
	font-weight: bold;
	font-size: inherit;
}

em {
	font-style:italic;
	font-size: inherit;
}

ol {
	list-style-type:decimal;
	font-family: 'Source Sans Pro', sans-serif;
}

ol li {
	margin: 1em;
	font-size: 20px;
}

ul {
    list-style-type: none;
    font-family: 'Source Sans Pro', sans-serif;
}

ul, li {
    margin: 0;
    padding: 0;
    text-indent: 0;
	font-size: 16px;
	
}

img, embed, object, video, iframe {
  max-width: 100%;
}

.vertical {
	display: table-cell;
	vertical-align: middle;
}

.link a {
    position:absolute; 
    width:100%;
    height:100%;
    top:0;
    left:0; 
    text-decoration:none;
    z-index:10;
    background-color:white;
    opacity: 0;
    filter: alpha(opacity=1);
}

.appear {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	visibility: visible;
}

.disappear {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility:hidden;
}

/* grid */

.section {
    clear: both;
}

.col {
    display: block;
    float: left;
}

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}

.block {
  text-align: center;
}
 
.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.center {
  display: inline-block;
  vertical-align: middle;
}

/* styles */

header {
	background: rgba(17,17,17, .9);
	padding: 0 6.25%;
	width:100%;
	height: 100px;
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;	
}

#logo, header nav {
	display: table-cell;
	vertical-align: middle;
}

#logo {
	width: 338px;
	position: relative;
}

#logo .col:first-child {
	padding-right:25px;
	width: 89px;
}

#logo .col:first-child img {
	height: 64px;
	width: 64px;
}

#logo h5 {
	margin: 0;
	font-weight: 400;
	color: #ffffff;
	line-height: 64px;
}

header ul li {
	display: inline;
	vertical-align: middle;
}

header nav {
	float: right;
}

header nav ul li {
	margin-left: 2em;
}

header nav ul li:first-child {
	margin-left: 0;
}

header nav ul li a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 103px;
}

header nav ul li a:hover {
	color: #ff736c;
}

header nav ul li:last-child a {
	color: #ffffff;
	background-color: #49a1aa;
	border-radius: 5px;
	padding: 10px 15px;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 97px;
	font-weight: 600;
	box-shadow: 0px 3px 0 #18676f;
}

header nav ul li:last-child a:hover {
	color: #ffffff;
}

.cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display:table;
	text-align: center;
	height: 75%;
}

.cover-full {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	height: 100%;
}

#cover {
	background-image: url(cover.jpg);
}

#unexplored {
	background-image: url(unexplored.jpg);
}

#survival {
	background-image: url(our-survival.jpg);
}

#management {
	background-image: url(management.jpg);
}

#dynamic {
	background-image: url(dynamic.jpg);
}

#bad-stuff {
	background-image: url(bad-stuff.jpg);
}

#oer {
	background-image: url(oer.jpg);
}

.title {
	position: absolute;
	top: 50%;
	height: 94px;
	left:0;
	bottom:0;
	right:0;
	margin: 0 auto;
	width: 75%;
}

.cover-full .title {
	position: absolute;
	top: 0;
	height: 131px;
	left:0;
	bottom:0;
	right:0;
	margin: auto;
	width: 75%;
}

.cover-full .title h1 {
	margin-top: 0;
}


.cover-full .title ul {
	list-style-type: none;
}

.cover-full .title li {
	color: #ffffff;
	display: inline;
}

.cover-full .title li span {
	font-family: "bitter", serif;
	font-style:italic;
	font-size: 18px;
	line-height: 44px;
}

.cover-full .title li a {
	color: #ffffff;
	border: 2px solid #ff736c;
	border-radius: 5px;
	width:  200px;
	height: 45px;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 41px;
	font-weight: 600;
	display: inline-block;
	font-family: "source sans pro", sans-serif;
}

.cover-full .title li:first-child a {
	margin-right: 2em;
	background-color: transparent;
}

.cover-full .title li:last-child a {
	margin-left: 2em;
	margin-right: 0;
	background-color: #49a1aa;
	border: 2px solid #49a1aa;
	box-shadow: 0px 3px 0 #18676f;
	height: 43px;
}

.cover h1, .cover-full h1, .chapter p {
	color: #ffffff;
}

.cover .chapter {
	border-bottom: 2px solid #ffffff;
	margin: 0 auto 20px auto;
	text-transform: uppercase;
	width: 150px;
}

.chapter p {
	font-size: 16px;
}

main {
	position: relative;
	width: 75%;
	margin: 0 auto;
	padding: 3.125% 0 6.25% 0;
}

aside {
	width: 50%;
	max-width: 710px;
}

article {
	width: 50%;
}

article p {
	font-family: "droid serif", serif;
	margin-right: 12.5%;
}

article p:first-child {
	margin-top: 0;
}

.share {
	padding: 25px 0;
	background-color: #f7f7f7;
	border-top: 1px solid #dddddd;
}

.social {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 75%;
	max-width: 823px;
}

.social .col {
	height: 48px;
	position: relative;
}

.social .col:nth-child(1) {
	width: 50%;
	margin-right: 5%;
}

.social .col:nth-child(1) p {
	margin: 0;
	line-height: 48px;
	text-transform: none;
	font-family: "source sans pro", sans-serif;
	font-weight: 300;
}

.social .col:nth-child(2), .social .col:nth-child(3) {
	width: 22.5%;
	margin-right: 0;
}

.social .col:nth-child(2):hover p, .social .col:nth-child(3):hover p {
	color: #ff736c;
}

.social .col:nth-child(2) p, .social .col:nth-child(3) p {
	margin: 0;
	line-height: 48px;
	text-transform: uppercase;
	font-family: "bitter", serif;
	font-weight: 700;
	font-size: 14px;
}

#facebook {
	background:url(facebook.png) 0 0;
	background-repeat: no-repeat;
	position: relative;
}

#facebook:hover {
	background:url(facebook.png) 0 -48px;
	background-repeat: no-repeat;
}

#twitter {
	background:url(twitter.png) 0 0;
	background-repeat: no-repeat;
	position: relative;
}

#twitter:hover {
	background:url(twitter.png) 0 -48px;
	background-repeat: no-repeat;
}

.next {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	display:table;
	height: 50%;
	padding: 0 25% 0 12.5%;
	width: 100%;
}

.next .center {
	text-align: left;
	height: auto;
	position: relative;
}

.next h1, h2, h4 {
	color: #ffffff;
}

.next h2 {
	margin-bottom: 0;
}

.next h4 {
	margin-bottom: 20px;
	margin-top: 0;
}

.next h4 {
	font-family: "source sans pro", sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 0.5em;
}

#index {
	height: 12.5%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
}

#explore {
	text-align: center;
	position: relative;
	display: table;
	width: 100%;
	height: 37.5%;
	text-align: center;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(explore.jpg);
}

#explore h2 {
	color: #ffffff;
	font-family: "source sans pro", sans-serif;
	font-weight: 300;
}

#explore a {
	color: #ffffff;
	background-color: #49a1aa;
	border-radius: 5px;
	padding: 10px 15px;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	box-shadow: 0px 3px 0 #18676f;
}

/* action page */

.action .cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 75%;
	background-color: #013F5A;
	text-align: center;
}

.action .cover:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
  margin-right: -0.25em;
}

.action .cover .title {
	text-align: left;
	display: inline-block;
    vertical-align: middle;
	top:auto;
	position:relative;
	height: auto;
	left: auto;
	bottom: auto;
	right: auto;
	margin: auto;
	max-width: 1408px;
}

.action .title h1 {
	margin: 0;
}

.action .title h4 {
	margin-top: 0;
	margin-bottom: 0.6em;
	font-family: "source sans pro", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #92CFD4;
}

.action .title .col:first-child {
	width: 8.875%;
	height: auto;
	margin-right: 3.125%;
	position: relative;
}

.action .title a {
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #92CFD4;
	font-size:inherit;
}

.action .title a:hover {
	color: #92CFD4;
}

.action .title .col:first-child img {
	max-width: 100%;
	height: auto;
}

.action .title .col:nth-child(2) {
	width: 50%;
	margin-right: 5%;
}

.action .title .col:last-child {
	width: 31.5%;
	height: auto;
	margin-right: 0;
}

.action .title p {
	margin-right: ;
	font-family: "source sans pro", sans-serif;
	color: #ffffff;
}

.action .cover .follow {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height: 65px;
	background-color: #f7f7f7;
	border-bottom: 2px solid #dddddd;
	padding-left: 21.25%;
}

.action .cover .follow p {
	margin: 0 100px 0 0;
	color: #222222;
	line-height:65px;
	text-transform: uppercase;
	font-size: 14px;
}

.action .cover .follow .col {
	display: inline;
	margin-left: 0;
	margin-right: 50px;
	padding: 17.5px 0;
}

.action .cover .follow .col:first-child {
	padding:0;
	margin-right: 0;
}

.action .cover .follow .col:last-child {
	margin-right: 0em;
}

.action .share {
	border-top: 0;
	border-bottom: 1px solid #dddddd;
}

#subscribe {
	max-width: 100%;
	height: auto;
	background-color: #ffffff;
	border: 10px solid #92CFD4;
	z-index:100;
	text-align: center;
	padding: 12.5% 0;
}

#subscribe .center {
	width: 75%
}

#subscribe h3 {
	color: #18676f;
	margin-top: 0;
	font-family: "source sans pro", sans-serif;
}

#subscribe form {
    font-family: "source sans pro", sans-serif;
	margin: 0 auto;
	position: relative;
}

#subscribe input {
    display: block;
    margin: 1em 0;
	width: 100%;
    padding: 0.5em 1em;
    border-radius: 5px;
    border: 1px solid #999999;
	font-size: 14px;
}

#subscribe input:last-child {
    margin-bottom: 0;
    padding: 1em 0;
	text-transform: uppercase;
	border: 0;
	color: #ffffff;
	background-color: #49a1aa;
	font-size: 12px;
	font-weight: 600;
	box-shadow: 0px 3px 0 #18676f;
	cursor: pointer;
}

#okeanos {
	background-image: url(okeanos.jpg);
	max-width: 100%;
	height: auto;
	padding: 12.5% 0;
	position: relative;
}

#okeanos .center {
	width: 75%;
	padding: 83px 0;
}

#okeanos h3 {
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 1em;
	font-family: "source sans pro", sans-serif;
}

#okeanos img {
	width: 120px;
	height: 50px;
}

.action main {
	position: relative;
	padding: 3.125% 0 6.25% 0;
	width: 75%;
	max-width: 1408px;
	margin: 0 auto;
}

.action article {
	width: 62.5%;
}

.action article h3 {
	color: #222222;
}

.action article p {
	margin-right: 0;
}

.action main .col:first-child {
	width: 58.875%;
	margin-right: 8.125%;
}

.action main .col:last-child {
	width: 31.5%;
	height: auto;
	margin-right: 0;
}

.action .return {
	position: relative;
	width: 100%;
	height: 37.5%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(cover.jpg);
	display:table;
	text-align: center;
}

.action .return h2 {
	color: #ffffff;
	font-family: "source sans pro", sans-serif;
	font-weight: 300;
}

.action .return a {
	color: #ffffff;
	border: 2px solid #ff736c;
	border-radius: 5px;
	width:  200px;
	height: 45px;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 41px;
	font-weight: 600;
	display: inline-block;
	font-family: "source sans pro", sans-serif;
}

/* footer */

footer {
	background-color: #111111;
	height: 25%;
	position: relative;
	display:table;
}

footer nav {
	width: 1024px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

footer nav .col {
	width: 12.5%;
}

footer nav .col a {
	font-size: 12px;
	font-family: "source sans pro", sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 64px;
}

footer nav .col:nth-child(4) {
	position:relative;
	width: 25%;
	padding: 0 20px;
}

footer nav .col:nth-child(4) p {
	font-family: "bitter", serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 0;
}

footer nav .col img {
	height: 64px;
	width: 64px;
}

/* menu */

.menu {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(17,17,17, .8);
	z-index: 1000;
}

.menu nav h3 {
	color: #ffffff;
	margin-top: 0;
}

.menu nav {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin:auto;
	height: 343px;
	width: 786px;
}

.menu nav ol {
	position: relative;
	font-family: "bitter", serif;
}

.menu nav ol li {
	margin:0 0 0 -1em;
	height: 3em;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}

.menu nav ol li a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	line-height: 3em;
	text-decoration: none;
	font-family: "source sans pro", sans;

}

.menu nav ol li a:hover {
	color: #ff736c;
}

.si-icons span {
	position: absolute;
	left: 12.5%;
	top: 0;
	display: inline-block;
	width: auto;
	height: 64px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1000;
}

.noaa {
	position: absolute;
	right: 12.5%;
	top: 0;
	display:table;
	width: auto;
	height: 64px;
	z-index: 1000;
}

.noaa p {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12.2px;
	line-height: 54px;
	margin: 0 1em 0 0;
	word-spacing: 3px;
}

.noaa img {
	width: 54px;
	height: 54px;
	display: inline;
}

.effect {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.effect.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.effect nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.effect nav {
	opacity: 0.4;
	/*-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);*/
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.effect.open nav {
	opacity: 1;
	/*-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);*/
}

.effect.close nav {
	/*-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);*/
}

/* media queries */

@media only screen and (max-width: 1220px) {
	.action .title h1 {
		font-size: 40px;
	}

}

@media only screen and (max-width: 1200px) {
	#logo {
		width: 305px;
	}
	
	#logo h5 {
		font-size: 14px;
	}

}

@media only screen and (max-width: 1165px) {
	#logo {
		width: 89px;
	}
	#logo .col:nth-child(2) {
		display: none;
	}
	
	.title {
		width: 93.5%;
	}
	
	.action .cover .title {
		width: 75%;
	}
}

@media only screen and (max-width: 1024px) {
	footer nav .col:nth-child(1),
	footer nav .col:nth-child(2),
	footer nav .col:nth-child(3),
	footer nav .col:nth-child(5),
	footer nav .col:nth-child(6),
	footer nav .col:nth-child(7) {
		display:none;
	}	

	footer nav .col:nth-child(4) {
		width:100%;
	}
}



@media only screen and (max-width: 980px) {
	.action .cover {
		height: auto;
	}
	
	.action .cover .title {
		width: 87.5%;
	}
	
	.action .cover h1 {
		font-size: 24px;
	}
	
	.action .cover h4 {
		font-size: 12px;
	}
	
	.action .cover h3 {
		font-size: 20px;
	}
	
	.action .title .col {
		text-align: center;
		margin: 3.125% 0;
	}
	
	.action .title .col:nth-child(1) {
		width: 100%;
		margin-bottom: 0;
		margin-top: 6.25%
	}
	
	.action .title .col:nth-child(1) img {
		width: 64px;
		height: 64px;
	}
	
	.action .title .col:nth-child(2) {
		width: 100%;
	}
	
	.action .title .col:nth-child(2) p {
		display: none;
	}
	
	.action .title .col:nth-child(3) {
		width: 100%;
	}
	
	.action main {
		width: 87.5%;
	}
	
	.action main .col:first-child {
		width: 100%;
		margin: 3.125% 0;
	}
	
	.action main .col:last-child {
		width: 100%;
		margin: 3.125% 0;
	}
	
	.social {
		width: 100%;
		max-width: 325px;
	}
	
	.social .col:nth-child(1) {
		display: none;
	}
	.social .col:nth-child(2) {
		width: 50%;
	}
	
	.social .col:nth-child(3) {
		width: 50%;
	}
	
	#okeanos .center {
		padding: 43px;
	}
	
	#okeanos h3 {
		font-size: 20px;
	}
	
	#okeanos img {
		width: 75px;
		height: 31.25px;
	}
	
	.action .return {
		background-image: none;
	}
	
	.action .return h2 {
		color: #222222;
		font-size: 20px;
	}
	
	.action .return a {
		color: #ff736c;
		font-size: 12px;
	}
}

@media only screen and (max-width: 880px) {
	header nav ul li:first-child {
		display: none;
	}
	
	header nav ul li:nth-child(2) {
		display: none;
	}
	
	header nav ul li:nth-child(3) {
		display: none;
	}
	
	header nav ul li:nth-child(4) {
		display: none;
	}
	
	header nav ul li:nth-child(5) {
		display: none;
	}
	
	header nav ul li:nth-child(6) {
		display: none;
	}
	
	#index {
		height: 15.625%;
	}
	
	.next {
		background-attachment:initial;
	}
}

@media only screen and (max-width: 850px) {
 
    h1 {
        font-size: 40px;
    }
    
    h2 {
        font-size: 32px;
    }
    
    p, h4 {
        font-size: 16px;
    }
	
	.cover-full .title {
		height: 117px;
	}
	
	.chapter p {
		font-size: 14px;
	}
	
	main { 
		width: 100%;
		padding: 3.125% 6.25% 6.25% 6.25%;
	}
	
	article {
		padding: 3.125%;
	}
	
	article p {
		margin-right: 0;
	}
	
	article, aside { 
		width: 100%;
	}
    
}

@media only screen and (max-width: 705px) {
 
    h1 {
        font-size: 32px;
    }
	
	#cover {
		background-image: url(cover-800.jpg);
	}
	
	.cover-full {
		background-position: center center;
	}
	
	.cover .title {
		top: 25%;
	}
	
	.cover-full .title li a {
		font-size: 12px;
		width: 150px;
		height: 35px;
		line-height: 31px;
	}
	
	.cover-full .title li span {
		font-size: 16px;
	}
	
	.cover-full .title li:last-child a {
		height: 34px;
	}
	
	.share {
		padding: 15px 0;
	}
	
	.social {
		position: relative;
		text-align: center;
		margin: 0 auto;
		width: 75%;
		max-width: 823px;
	}

	.social .col {
		height: 24px;
		position: relative;
	}

	.social .col:nth-child(1) {
		width: 50%;
		margin-right: 5%;
	}

	.social .col:nth-child(1) p {
		line-height: 24px;
	}

	.social .col:nth-child(2) p, .social .col:nth-child(3) p {
		line-height: 24px;
		font-size: 10px;
	}

	#facebook {
		background:url(facebook-24.png) 0 0;
		background-repeat: no-repeat;
		position: relative;
	}

	#facebook:hover {
		background:url(facebook-24.png) 0 -24px;
		background-repeat: no-repeat;
	}

	#twitter {
		background:url(twitter-24.png) 0 0;
		background-repeat: no-repeat;
		position: relative;
	}

	#twitter:hover {
		background:url(twitter-24.png) 0 -24px;
		background-repeat: no-repeat;
	}
    
}

@media only screen and (max-width: 600px) {	
	header {
		height: 60px;
		background: rgba(17,17,17, .4);
	}
	
	#logo .col:first-child img {
		height: 44px;
		width: 44px;
	}
	
	header nav ul li:last-child a {
		padding: 7px 10px;
		font-size: 10px;
		line-height: 57px;
	}
	
	.si-icons span {
		display: none;
	}
	
	.noaa {
		position:relative;
		right:0;
		margin: 0 auto;
	}
	
	.noaa p {
		font-size: 10px;
		line-height: 44px;
	}
	
	.noaa img {
		height: 44px;
		width: 44px;
	}
	
	.next {
		padding-right: 12.5%;
	}
	
	.next h4 {
		margin-bottom: 0;
		font-size: 14px;
	}

	.next h2 {
		margin-top: 0.5em;
		font-size: 18px;
	}
	
	footer nav .col:nth-child(4) p {
		font-size: 12px;
		margin-top: 0.5em;;
	}

	footer nav .col img {
		height: 44px;
		width: 44px;
	}
	
	aside {
		margin-bottom: 3.125%;
	}
	
}

@media only screen and (max-width: 568px) {
	.cover-full .title {
		height: 85px;
		width: 95%;
	}
	
	.cover-full .title li span {
		display: none;
	}
	
	h1, h2 {
        font-size: 26px;
    }
    
    p, h4 {
        font-size: 14px;
    }
	
}

@media only screen and (max-width: 400px) {
	
	.cover-full .title {
		height: 175px;
	}
	
	.cover-full .title li {
		display: block;
	}
	
	.cover-full .title li:first-child a {
		margin-right: 0;
		margin-bottom: 1.5em;
	}
	
	.cover-full .title li:last-child a {
		margin-left: 0;
	}
}

@media only screen and (max-height: 364px) {	
	.cover {
		height: 100%;
	}
	
	.next {
		height: 50%;
	}
}
