@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:bodycopy;
    src:url(../fonts/roboto_light.ttf);
}

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

@font-face {
    font-family:boxtitle;
    src:url(../fonts/roboto_black.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:1040px;
	background-color:#1D87AB;
	margin:auto;
	position:static;
	z-index:-1;
}	

#wrapper2{
	width:800px;
	height:1040px;
	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*/

#leftbox{
    float:left;
    height:500px;
    width:370px;
    margin:0px 10px 20px 20px;
    background-color:#15404F;
    position: relative;
    top:80px;
}

#rightbox{
    float:left;
    position:relative;
    height:500px;
    width:370px;
    margin:0px 20px 20px 10px;
    top:80px;
    background-color:#15404F;
}

[id^=box]{
    float:left;
    height:500px;
    width:370px;
    top:inherit;
    background-color:#90DCF6;
    background-blend-mode:multiply;
    display: inline-block;
    transition: transform .4s;
}

[id^=box]:hover > .overlay {
    width:370px;
    height:500px;
    top:inherit;
    position:relative;
    background-color:#0A1E33;
    opacity:.7;
    transition-duration: .35s;
}

[id^=box]:hover {
    transform:scale(1.05);
}

[id^=box]:hover .boxtitletext {
    visibility: visible;
    opacity: 1;
}

[id^=box]:hover .boxtextdescription {
    visibility: visible;
    opacity: 1;
}

/*TOP BOX SETTINGS*/

#topbox{
    float:left;
    position:relative;
    height:200px;
    width:760px;
    margin:20px 20px 20px 20px;
    top:80px;
    background-color:#15404F;
}

#topbox1{
    float:left;
    height:200px;
    width:760px;
    top:inherit;
    background-color:#90DCF6;
    background-blend-mode:multiply;
    display: inline-block;
    transition: transform .4s;
}

#topbox1:hover > .overlay {
    width:760px;
    height:200px;
    top:inherit;
    position:relative;
    background-color:#0A1E33;
    opacity:.7;
    transition-duration: .35s;
}

#topbox1:hover {
    transform:scale(1.04);
}

#topbox1:hover .boxtitletext {
    visibility: visible;
    opacity: 1;
}

#topbox1:hover .boxtextdescription {
    visibility: visible;
    opacity: 1;
}

/*CONTENT*/

#box1{
    background-image:url(../images/work_main/portfolio_work_collage_main.png);
}

#box2{
    background-image:url(../images/artist_main/portfolio_artist_main2.png);
}

#topbox1{
    background-image:url(../images/featured_main/5daysbook_featured_gif.gif);
}

#selectionbox{
    height:80px;
    width:370px;
    top:60px;
    margin:20px 10px 20px 20px;
    float: left;
    position: relative;
    background-color:#187392;
    align-content: center;
    transition-duration: .35s;
}

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

#selectionbox2{
    height:80px;
    width:370px;
    top:60px;
    margin:20px 20px 20px 10px;
    float: left;
    position: relative;
    background-color:#187392;
    align-content: center;
    transition-duration: .35s;
}

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

#selectionbox3{
    height:80px;
    width:370px;
    top:60px;
    margin:0px 10px 20px 20px;
    float: left;
    position: relative;
    background-color:#187392;
    align-content: center;
    transition-duration: .35s;
}

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

#selectionbox4{
    height:80px;
    width:370px;
    top:60px;
    margin:0px 20px 20px 10px;
    float: left;
    position: relative;
    background-color:#187392;
    align-content: center;
    transition-duration: .35s;
}

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

/*TEXT RULES*/

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;
}

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

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

.boxtitletext {
  top: -60%;
  bottom: 0;
  left: 0;
  right: 0;
  font-family:boxtitle;
  position:relative;
  text-align:center;
  font-size:1em;
  letter-spacing:.30em;
  color:#46C7F4;
  visibility: hidden;
  opacity: 0;
}

.boxtextdescription {
  top: -55%;
  bottom: 0;
  left: 0;
  right: 0;
  color:#90DCF6;
  font-family:description;
  position:relative;
  text-align:center;
  font-size:1em;
  letter-spacing:.10em;
  visibility: hidden;
  opacity: 0;
}

.boxtitletext.featuredtopbox {
  top: -70%;
  bottom: 0;
  left: 0;
  right: 0;
  font-family:boxtitle;
  position:relative;
  text-align:center;
  font-size:1em;
  letter-spacing:.30em;
  color:#46C7F4;
  visibility: hidden;
  opacity: 0;
}

.boxtextdescription.featuredtopbox {
  top: -65%;
  bottom: 0;
  left: 0;
  right: 0;
  color:#90DCF6;
  font-family:description;
  position:relative;
  text-align:center;
  font-size:1em;
  letter-spacing:.10em;
  visibility: hidden;
  opacity: 0;
}


/*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;
}
