@charset "UTF-8";
/* CSS Document */
/* ------------------------------------------------
    1) Reset
   ------------------------------------------------- */
html, body, div, span, button, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; 
  border:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; 
}
/*@-ms-viewport{
  width: device-width;
}*/

/* --------------------------------------------------
   2) Utils
   ------------------------------------------------- */
body {
   font-size: 16px;
}
h1,h2,h3,h4,h5,h6,p,a {
   line-height: 1.4;
}
h1 { 
	font-size: 1.3em; 
}
h2 { 
	font-size: 1.2em; 
}
nav {
	/* font-size: 3.05vw; */
	font-size: 2.88vw;	
} 
/*ul {
	font-size: 4em;      
} */ 
/* ------------------------------------------------
   3) Main
  ------------------------------------------------- */
body {
	font-family: 'Spectral', serif;
	margin: 0;
	padding: 0;
	font-weight: 300;
	/* display:table; */
}
p {
	color: rgba(230,230,220,0.8);	
}
img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.bg-dark-blue {
	background-color: rgba(0,50,70,1);	
}
.bg-mid-blue {
	background-color: rgba(0,60,85,0.6);	
}
.bg-light-blue {
	background-color: rgba(150,190,210,1);	
}
/* --------------------------------------------------
  4) index page
   ------------------------------------------------- */
#wrapper {
	width: 96%;
	height: 100%;
	/* max-width: 1680px; */
    padding: 0;
    top: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 4%;
	margin-left: 0;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 12px 14px 40px 5px rgba(0,0,0,0.4);
	/*-moz-box-shadow: 12px 124x 40px 5px rgba(0,0,0,0.4);*/
	box-shadow: 12px 14px 40px 5px rgba(0,0,0,0.4);
	overflow: hidden;	
}
#copyright {
    position: absolute;
    font-size: 1.2vw;
	width: 95%;
	top: 0;
	left: 0;
	padding: 4% 3% 0 2.3%;
	z-index: 5;
	background-color: rgba(0,35,50,0.7);
	line-height: 1.6;
	display:none;
	-webkit-box-shadow: 12px 14px 40px 5px rgba(0,0,0,0.5);
	/*-moz-box-shadow: 12px 124x 40px 5px rgba(0,0,0,0.4);*/
	box-shadow: 12px 14px 40px 5px rgba(0,0,0,0.5);		
}
.slide-up{
	float: right;
	padding: 1% 2% 0 0;
	color: rgba(230,230,220,0.8);
	font-size: 3vw;
	cursor: pointer;	
}
.home-bg {
	position: relative;
	width: 100%;
	margin: 0 0 -2% 0;
	opacity: 1;
	left: 0px;
	/*height: 100%;*/
	z-index: 3;
}
.top-navigation {
	font-family: 'Spectral', serif;
	font-weight: 600;
	position: absolute;
	width: 100%;
	left: 2%;
	top: 0.2%;
	z-index: 5;
	font-size: 2.8vw;
	
}
.bot-navigation {
	font-family: 'Spectral', serif;
	font-weight: 600;
	position: absolute;
	width: 100%;
	left: 2%;
	bottom: 0.5%;
	z-index: 5;	
}
nav {
    width: 100%;
	margin: 0;
	padding: 0;
}
nav ul {
	/* font-size: 1em; */
    margin: 0;
    padding: 0;
}
nav ul li {
	display: inline;
    list-style: none;
    text-align: left;
}
nav a {
 text-decoration: none;
}
.top-navigation a:link {
	color: rgba(180,220,220,0.4);
}
.top-navigation a:hover {
	color: rgba(180,220,220,0.7);
}
.top-navigation a:active {
	color: rgba(180,220,220,0.4);
}
.top-navigation a:visited {
	color: rgba(180,220,220,0.4);
}
.bot-navigation a:link {
	color: rgba(180,220,220,0.3);
}
.bot-navigation a:hover {
	color: rgba(180,220,220,0.7);
}
.bot-navigation a:active {
	color: rgba(180,220,220,0.3);
}
.bot-navigation a:visited {
	color: rgba(180,220,220,0.3);
}
.news { 
	width: 100%;
	position: absolute;
	left: 5.5%;
	top: 42%;
	z-index: 6;
	font-weight: 600;
}
.news li a {
 color: rgba(220,190,50,0.5);
 text-decoration: none;
}
.news a:link {
	color: rgba(220,190,50,0.5);
}
.news a:hover {
	color: rgba(220,190,50,0.8);
}
.news a:active {
	color: rgba(220,190,50,0.5);
}
.news a:visited {
	color: rgba(220,190,50,0.5);
}
.signature {
	position: absolute;
	width: 3.3%;
	right: 1%;
	top:0;
	z-index: 3;
}
.signature a {
	opacity: 0.25;
}
.signature a:link {
	opacity: 0.25;
}
.signature a:hover {
	opacity: 0.6;
}
.signature a:visited {
	opacity: 0.25;
}
.signature a:active {
	opacity: 0.25;
}
/* @media only screen and (max-width: 1420px) {
	nav {
		font-size: 2.88vw;	
	} 
} */
@media only screen and (max-width: 1025px) {
	nav {
		font-size: 2.9vw;	
	}
	#wrapper {
			 width: 97%;
	}
	img {
		margin-bottom: -0.5%;
	}
}
@media only screen and (max-width: 750px) {
    #copyright {
        font-size: 1.9vw;
    }
	nav {
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
	}
	.slide-up{
		font-size: 4vw;
	}
}
@media only screen and (max-width: 415px) {
	#copyright {
        font-size: 2vw;
    }
}