body {
	font-family: 'Oswald', sans-serif;
	font-weight:200;
	font-size: 1em;
	color: #FFF;
	background-color: #000;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
}

p {
	background-color: rgba(41, 177, 185, 0.28);
	padding: 12px;
	font-weight: 200;
}

/* ITEMS FULLSCREEN BG */

html, body { 
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
#full-screen { 
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

/* CONTENT */

#container {
	position: relative;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 700px;
}
#header {
	position: absolute;
    margin-top: 400px;
    left: -33px;
    height: 25px;
    width: 380px;
    z-index: 1;
}

#img {
	position: absolute;	
	top: 48px;
	left: 0px;
}

/* NAV */


#nav-container {
	position: relative;	
	background-color: rgba(41, 177, 185, 0.54);
	width: 750px;
}
  
ul li {
	padding-top: 10px;
	padding-right: 15px;
}

li {
	display: inline;
}

a.open:link, a.open:visited{
	color: #29B1B9;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
	font-family: 'Oswald', sans-serif;
    background-color: #fff;
}

a.link:link, a.link:visited{
	font-size: 1.2em;
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
	padding: 3px;
	font-family: 'Oswald', sans-serif;
}
a.link:hover, a.link:active{
	color: #29B1B9;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fff;
    padding: 3px;
	font-family: 'Oswald', sans-serif;
}

/* CONTENT */

#content {
	position: relative;
	width: 750px;
    text-align: justify;
    margin-top: 540px;
    font-size: 1.3em;
}
#footer {
	width: 735px;
	height: 18px;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 30px;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 5px;
}

a.credits:link, a.credits:visited{
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
a.contact:link, a.contact:visited{
	font-size: 1.1em;
	text-decoration: none;
	color: #FFFFFF;
}
.h1 {
	font-size: 2.6em;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    border: solid 1px #FFF;
}
.h2 {
	font-size: 1.1em;
    font-weight: 200;
    text-transform: uppercase;
    color: #FFF;
    background-color: rgba(41, 177, 185, 0.28);
    padding: 12px;
}
.h3 {
	font-size: 1em;
    font-weight: 200;
	text-transform: uppercase;
	color: #FFF;
}
.letterspacing-1px {
	letter-spacing: 1px;
}

.icon-contact {
	width: 20px;
  }

/*Define Accordion box*/

.accordion { width:100%; overflow:hidden; color:#FFF; }

/*General Accordion****************************************************************************/
/*Set style of open slide*/
.accordion section:target { background:rgba(41, 177, 185, 0.28);}
.accordion section:target:hover { background:rgba(41, 177, 185, 0.28); }
.accordion section:target h3 {width:100%;}
.accordion section:target h3 a{ color:#FFF;}
.accordion section:target p {display:block;}
.accordion section h3 a{
	padding:5px 10px;
	display:block;
	font-size:0.6em;
	font-weight:200;
	color:#FFF;
	text-decoration:none;
	text-transform: uppercase;
}

/*set style of closed slide*/
.accordion section{ float:left;	overflow:hidden; color:#FFF; cursor:pointer; background: rgba(41, 177, 185, 0.28); margin:3px; }
.accordion section:hover {background:rgba(41, 177, 185, 0.28);}
.accordion section p {
	font-size: 0.8em;
	padding: 25px;
	margin-top: -45px;
}
/*End General Accordion****************************************************************************/

/*Vertical Accordion *************************************************************************/
.vertical section{
	width:100%;
	height:40px;

	-webkit-transition:height 0.2s ease-out;
	-moz-transition:height 0.2s ease-out;
  	-o-transition:height 0.2s ease-out;
	-ms-transition:height 0.2s ease-out;
	transition:height 0.2s ease-out;
	background-color: rgba(41, 177, 185, 0.28);
}
/*Set height of the slide*/
.vertical :target{ height:auto; width:100%; }

.vertical section h3 {
	position:relative;
	left:0;
	top:-25px;
}


@media screen and (max-width: 480px) {
	body {
	font-size: 120%;
	}
	#header {
	position: relative;
	margin-top: 0px;
	width: 100%;
	}
	.h1 {
    font-size: 1.6em;
    margin-top: 170px;
    position: absolute;
	width: 100%;
	}
	img {
    width: 100%;
    height: auto;
	}
	#nav-container {
	position: relative;
	margin-top:	80%;	
	background-color: rgba(41, 177, 185, 0.54);
	width: 100%;
	}
	#nav li {
	display:block;
	text-align:left;
	padding:2px;
	}
	#nav ul {
	padding: 0;
	margin: 0;
	line-height: 15px;
	}
	a.contact:link, a.contact:visited{
	max-width: 70%;
	font-size: 0.8em;
	}
	.icon-contact {
    width: 10%;
    height: auto;
	}
	#content {
	position: relative;
    width: 100%;
    text-align: left;
    margin-top: 0px;
	}
	#footer {
    width: 100%;
    height: auto;
    border-top: none;
    border-bottom: none;
    text-align: left;
	}
}
