@charset "UTF-8";
/* CSS Document */

/*FULL PAGE*/

*{
	margin:0;
	padding:0;
}

/*FONTS*/

@font-face {
	font-family:nav;
	src:url(../fonts/roboto_regular.ttf);
}

@font-face {
    font-family:title;
    src:url(../fonts/roboto_bold.ttf);
}

@font-face {
    font-family:portfolioclassification;
    src:url(../fonts/roboto_regular.ttf);
}

@font-face {
    font-family:bodycopy;
    src:url(../fonts/roboto_light.ttf);
}

@font-face {
    font-family:description;
    src:url(../fonts/roboto_lightitalic.ttf);
}

@font-face {
	font-family:selection;
	src:url(../fonts/roboto_regular.ttf);
}

@font-face {
    font-family:footer;
    src:url(../fonts/roboto_light.ttf);
}

/*PAGE*/

body{
	background:#187392;
}

#wrapper{
	width:1200px;
	height:2845px;
	background-color:#1D87AB;
	margin:auto;
	position:static;
	z-index:-1;
}	

#wrapper2{
	width:800px;
	height:2845px;
	background-color:#15404F;
	margin:auto;
	position:relative;
	z-index:1;
}

footer {
    width:100%;
    height:150px;
    background-color:#187392;
    text-align:center;
    display:block;
    z-index:50;
    align-content:center;
}

/*NAV*/

nav{
	width:100%;
	height:80px;
	align-content:center;
	float:left;
	margin:0px 0px 0px 0px;
	font-family:nav;
	background-color:#187392;
	line-height:30px;
	padding:0px 0px 0px 0px;
	position:fixed;
	z-index:100;
}

ul li{
	display:block;
	text-align:center;
	font-size:.80em;
	letter-spacing:.30em;
    margin:auto;
    transition-duration: .4s;
    float:left;
    left:20px;
    position:relative;
}

ul .li2{
    float:left;
    margin: 25px 58px -97px 33px;
    position:relative;
    left:78px;
    bottom:22px;
    padding: 0;
    background-color: transparent;
}

ul .li2:hover{
    background-color: transparent;
}

a{
	color:#90DCF6;
	text-decoration:none;
    transition-duration: .3s;
}

a:hover{
	color:#FFFFFF;
    transition-duration: .3s;
}

ul {
    width: 1024px;
    height:80px;
    margin: auto;
    text-align: center;
}

li:hover {
    background:#215F74;
}

a #active{
	color:#FFFFFF;
}

.logo {
    position: relative;
    left:0px;
    top:5px;
}

.logonav{
    background-color:transparent;
}

.logonav:hover{
    background-color:transparent;
}

.homenav{
	display:block;
	text-align:center;
    padding:25px 91.1px 25px 91.1px;
    margin:auto;
    transition-duration: .4s;
    float:left;
    position:relative;
}

.worknav{
	display:block;
	text-align:center;
    padding:25px 91.1px 25px 91.1px;
    margin:auto;
    /*transition-duration: .4s;*/
    float:left;
    position:relative;
}

.aboutnav{
	display:block;
	text-align:center;
    padding:25px 91.1px 25px 91.1px;
    margin:auto;
    transition-duration: .4s;
    float:left;
    position:relative;
}

a.homenav:hover{
    transition-duration: .4s;
    color:#FFFFFF;
}

/*a.worknav:hover{
    transition-duration: .4s;
    color:#FFFFFF;
}*/

a.aboutnav:hover{
    transition-duration: .4s;
    color:#FFFFFF;
}

/*MAIN*/

#boxleft{
    float:left;
    height:800px;
    width:280px;
    margin:0px 20px 0px 20px;
    background-color:transparent;
    position: relative;
    top:142px;
}

#boxright{
    float:left;
    position:relative;
    height:2675px;
    width:440px;
    margin:0px 20px 0px 20px;
    top:120px;
    background-color:transparent;
}

#boxleftprocess{
    float:left;
    position:absolute;
    height:300px;
    width:280px;
    margin:0px 20px 0px 20px;
    background-color:transparent;
    top:1839px;
}

#boxleftprocessplacement{
    float:left;
    position:absolute;
    height:80px;
    width:280px;
    margin:20px 20px 0px 20px;
    background-color:transparent;
    top:1730px;
}

#navboxleft,
#navboxright,
#porthub{
    position:relative;
    height:30px;
    width:30px;
    z-index:-10;
    float:right;
    top: 100px;
}
#navboxleft{
    right:80px;
    background-color:#10333F;
    background-image:url(../images/website_navigation/leftarrow.png);
}
#navboxright{
    left:40px;
    background-color:#10333F;
    background-image:url(../images/website_navigation/rightarrow.png);
}
#navboxleft:hover{
    background-color:#0E2C33;
    background-image:url(../images/website_navigation/leftarrowhover.png);
}
#navboxright:hover{
    background-color:#0E2C33;
    background-image:url(../images/website_navigation/rightarrowhover.png);
}
#porthub{
    right:20px;
    background-color:#10333F;
    background-image:url(../images/website_navigation/porthub.png);
}
#porthub:hover{
    background-color:#0E2C33;
    background-image:url(../images/website_navigation/porthubhover.png);
}

#socialsharebox{
    float:left;
    height:30px;
    width:280px;
    margin:20px 20px 10px 20px;
    background-color:transparent;
    position: absolute;
    top:80px;
    vertical-align: middle;
    transform: translateY(5%);
}

iframe{
    border:none;
    overflow:hidden;
}

#processbox{
    height:30px;
    width:330px;
    top:80px;
    margin:20px 20px 20px 20px;
    float: left;
    left:320px;
    position: absolute;
    background-color:#187392;
    align-content: center;
    transition-duration: .35s;
}

#processbox:hover{
    background:#215F74;
    transition-duration: .35s;
}

#backtotopbox{
    height:30px;
    width:280px;
    margin:20px 20px 20px 20px;
    float: left;
    right:20px;
    position: relative;
    background-color:#187392;
    align-content: center;
    transition-duration: .35s;
}

#backtotopbox:hover{
    background:#215F74;
    transition-duration: .35s;
}

/*LIGHTBOX*/

#lightbox {
    position: fixed;
    /* keeps the lightbox window in the current viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(overlay3.png) repeat;
    text-align: center;
    z-index: 100000;
}

#lightbox img {
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111;
    max-width: 90%;
    max-height: 80vh;
    width: auto;
    height: auto;
}

#lightbox p {
    text-align: right;
    color: #fff;
    margin-top: 30px;
    margin-right: 20px;
    font-size: 12px;
}

/*CONTENT*/

#typedownloadbox{
    height:80px;
    width:280px;
    margin:40px 20px 20px 0px;
    float: left;
    position: relative;
    background-color:#187392;
    align-content: center;
    transition-duration: .35s;
}
#typedownloadbox:hover{
    background:#215F74;
    transition-duration: .35s;
}

/*TEXT RULES*/

h1 {
    text-align:left;
    font-family:title;
    font-size:20pt;
    letter-spacing:.1em;
    padding:0px;
    color:#46C7F4;
    display:block;
}

h2 {
    text-align:left;
    font-family:portfolioclassification;
    color:#FFF;
    font-size:8pt;
    letter-spacing:.18em;
    padding:0px;
    display:block;
}

p {
    text-align:left;
    font-family:description;
    font-size:9pt;
    letter-spacing:.15em;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    color:#90DCF6;
}

.bodycopy {
    text-align:left;
    font-family:bodycopy;
    color:#90DCF6;
    font-size:10pt;
    letter-spacing:.1em;
    padding:0px;
    display:block;
}

.linkboxtext {
    text-align:center;
    font-size:0.8em;
    letter-spacing:.25em;
    color:#46C7F4;
    line-height:20px;
    font-family: selection;
    transition-duration: .35s;
}

.linkboxtext:hover{
    color:#FFFFFF;
    transition-duration: .35s;
}

.linkinbodycopy{
	color:#4b9fb4;
	text-decoration:none;
    transition-duration: .3s;
}

.linkinbodycopy:hover{
	color:#FFFFFF;
    background-color:transparent;
    transition-duration: .3s;
}

.downloadlinkboxtext {
    text-align:center;
    font-size:1em;
    letter-spacing:.25em;
    color:#46C7F4;
    line-height:70px;
    font-family: selection;
    transition-duration: .35s;
    padding-left:5px;
    padding-right:2px;
    padding-top:5px;
    padding-bottom:5px;
}

.downloadlinkboxtext:hover{
    color:#FFFFFF;
    transition-duration: .35s;
}

/*FOOTER*/

#container {
    width:800px;
    height:150px;
    position:relative;
    align-content:center;
    margin:auto;
}

#span {
    position:relative;
    font-family:footer;
    font-size:10pt;
    letter-spacing:.1em;
    color:#FFF;
    float:left;
    left:0px;
    top:120px;
}

#span2 {
    position:absolute;
    font-family:footer;
    font-size:10pt;
    letter-spacing:.1em;
    color:#FFF;
    float:left;
    right:0;
    top:12px;
    text-align:right;
}

#span3 {
    position:absolute;
    float:left;
    left:0px;
    top:10px;
    height:100px;
    width:111px;
}

#span4 {
    position:absolute;
    float:left;
    left:135px;
    top:18px;
    height:100px;
    width:200px;
    font-family:description;
    color:#90DCF6;
    font-size:10pt;
    text-align:left;
    letter-spacing:.02em;
}

/*NAV BAR ACTIVE*/

.active {
    background:#215F74;
    color:#FFFFFF;
}
