body{
	background-color: #000; 
	margin:0; 
	font-family: sans-serif;
	font-size:16px;
}

.wrapper{
	position:absolute;
	width:100%;
	height:100%;
	overflow-x:hidden;
}

.links a{
	text-decoration: none;
	color:#071330;
	padding:10px;
}

.links a:hover{color:#738fa7}

.links{
	position: relative;
	padding:20px 20px 20px 100px;
	color:#071330;
	background-color: #c3ceda;
	border: 4px solid #738fa7;
}

/* Menu ------------------*/

.header {width:100%}

.header img{width:100%; transition:1s;}

.title {
	position:absolute;
	top:0;
	right:0;
	text-align: right;
	width:50%;
}

.title img{width:100%}

#menu {
	position: absolute;
	left:-120px;
	top:610px;
	width:1200px;
	font-size: 18px;
	font-weight:bold;
}

.rotated25 {
  -webkit-transform:rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
}

.rotated10 {
  -webkit-transform:rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.rotated90 {
  -webkit-transform:rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* Main page -----------------*/

#content {
	position:absolute;
	background-image: linear-gradient(#c3ceda, #071330);
	top: 850px;
	color: #0c4160;
	padding:0 150px 150px 150px;
}

#content h1{
	position:relative;
	color:#071330;
	top:-130px;
	font-size: 46px;
	text-indent: 30px;
	font-weight:bold;
}

#content h6{
	position:relative;
	color:#0c4160;
	top:-170px;
	left:80px;
	font-size: 12px;
	font-style:italic;
}

#content h2 {color:#071330; font-weight:bold; font-size: 32px;}

#content h3 {color:#071330; font-weight:bold; font-size: 24px;}

.underline {text-decoration: underline;}

#gradient {
	position:absolute;
	width:100%;
	top:600px;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0.9), rgba(0,0,0,1)); 
	height:150px;
}

#slope{
	position:absolute;
	top:700px;
	border-top: 4px solid #738fa7;
	width:140%;
	background-color:#c3ceda;
	height:400px;
}

.explainer {
	background-color:#fff;
	border: 4px solid #738fa7;
	padding: 20px 120px 20px 120px;
	border-radius:5px;
	text-align: justify;
	position:relative;
}

.guidebox {
	background-color:#c3ceda;
	padding: 0px 40px 20px 40px;
	border-radius:5px;
	text-align: justify;
	position:relative;
}

.row {
	width:100%;
}

.flex {display:flex;}

.c20 {width:20%;}

.c80 {width:80%; padding:0px 30px 0px 30px;}

.top {
	position:relative;
	top:-10px;
	padding-bottom: 20px;
}

.centered {text-align: center;}

.notopmargin {margin-top:0px}

.lessextrapadding{padding-top: 30px;}

.extrapadding{padding-top: 40px;}

.lesspadding{padding-bottom: 0px; margin-bottom: 0px}

.lesspaddingtop{padding-top: 3px; margin-top: 0px}

.italics{font-style: italic}

.full {width:90%}

.bringin{padding-left: 40px; padding-right: 40px}

.z2{position:relative; z-index:2;}

/* Borders for boxes ----------*/

.imageHolder{width: 100%; padding:8px; position:relative}

.imageHolder img{width:100%; display: block;}

.imageHolderTR, .imageHolderTL, .imageHolderBR, .imageHolderBL{width:15%; height:15%; border: 2px solid #738fa7; position:absolute;}

.imageHolderTR{border-bottom: 0; border-right: 0; top:0px; left: 0px;}

.imageHolderTL{border-bottom: 0; border-left: 0;top:0px; right: 0px;}

.imageHolderBR{border-top: 0; border-right: 0;bottom:0px; left: 0px;}

.imageHolderBL{border-top: 0; border-left: 0;bottom:0px; right: 0px;}

.background{
	opacity:0.1;
	position: absolute;
	align-content: center;
	z-index: 0;
}

.bottom{bottom:0px; width:100%}

.top{top:20px}

.background img{width:80%;}

/* Bottom link back to NLP ------------------*/

.goback{
	position:fixed;
	bottom:0px;
	height:40px;
	background-color: #040;
	width:100%;
	text-align: center;
	padding-top: 10px;
	z-index:10;
	border-top:4px solid #ffde17;
	font-size: 20px;
}

.goback a{color:#ffde17; text-decoration: none;}

.goback a:hover{color:#fff; text-decoration: none;}

/* Media queries ------------------*/

@media screen and (max-width:1250px) {
	#content{padding:0 100px 100px 100px;}
}

@media screen and (max-width:1150px) {
	#content h1{text-indent: 480px; padding-right:120px;}
	.lessextrapadding{padding-top: 0px;}
}

@media screen and (max-width:1150px) {
	.lessextrapadding{padding-top: 10px;}
}

@media screen and (max-width:1050px) {
	.header img{width:1050px}
	#content h1{padding-right:40px;}
	.explainer{padding: 20px 80px 20px 80px;}
}

@media screen and (max-width:1000px) {
	#content h1{text-indent: 300px; padding-right:0px;}
	#content{padding:0px 50px 50px 50px;}
}

@media screen and (max-width:800px) {
	#content h1{text-indent: 100px;}
}

@media screen and (max-width:700px) {
	#content{padding:0 20px 80px 20px;}
	.explainer{padding: 20px 40px 20px 40px;}
	.c20 {width:50%; margin-left:auto; margin-right:auto;}
	.c80 {width:100%; padding:0px}
	.flex{flex-direction:column;}
	.header img{position:relative; left:-50%; top:-100px}
	#slope{top:635px;}
	#content h1{top:-170px;}
	#content h6{top:-190px;}
}

@media screen and (max-width:500px) {
	.header img{position:relative; left:-60%; top:-90px}
}

@media screen and (max-width:400px) {
	#content h1{text-indent: 60px; padding-left:15px;}
	#content h6{left:40px;}
	#content{padding:0 10px 80px 10px;}
	.explainer{padding: 10px 40px 10px 40px;}
}
