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


/*  FLEXIBLE TYPE  */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.hero h1 {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size:65px;
	line-height: 105%;
	text-align:center;
	margin-top: 70px;
	margin-bottom: 30px !important;
}





/*   Content   */


/* Create three unequal columns that floats next to each other */
.column {
    float: left;
    
    height: 70px; /* Should be removed. Only for demonstration */
}

.left, .right {
  width: 42%;
}

.middle {
  width: 16%;
  letter-spacing: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.row {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    font-size: 12px;
    color: #999;
    font-family: minion-pro, serif;
   
    
}

.row hr {
    
    padding: 0;
    border: none;
    border-top: medium double #999;
    color: #999;
    text-align: center;
    
}

#work {
	
	position: absolute;
	z-index: 2;
 	width: 100%;
 	
 	

}



#welcome {
	
	z-index: 99;
	width: 100%;
	color: #999 !important; 
	background-color: black;
	height: auto;
	border-top:solid 1px white;
	
}
	
	


.inner {
	
	background-color: white;
	text-align:center;
	padding-top: 25px;
	border-top: solid 1px white;
	box-shadow: 0 0px 3px #CCC;
	
}

.inner img{
		
	display:block;
    margin:auto;
		
}


.bandage {
	
	/*width: 94%;*/
	max-width: 1634px;
	margin-bottom: 25px;
	background-color: white;
}
	

#about {
	
	z-index: 99;
	width: 100%;
	color: #5D6167 !important; 
	background-image: url(../images/vivendabg.jpg);
	background-size: 100% 100%;
	height: auto;
	border-top:solid 1px white;
	
}







/*   THUMBNAIL PORTFOLIO IMAGES   */


.thumb {
		
	
	height: 320px;
	float: left; 
	background-color: white;
	overflow:hidden;	
	position: relative;
		
}



.thumb img {
    width: 100%;
	height: 100%;
    padding: 0;
}

.thumb > div {
   
    opacity: 1.0;
    position: absolute;
    width: 94%;
    height: 94%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s linear;
    color: #ccc;
	text-align:center;
	  margin-top: 3%;
  margin-left: 3%;
	
}

.thumb:hover > div {
    
    opacity: 0.0;
    cursor: pointer;
	

}

.thumb > div div {   
	


}


.thumb > div div a:visited {   
	
	color: #CCC;

}



.link{ 
    
	text-align: center;
	width:134px;
	height:40px;
	line-height: 40px;
	border-radius: 5px;
	border: solid 1px black;
	color: black;
	text-align:center;

}







/*   FOOTER   */



ul.social-icons {
	
	list-style: none;
	margin-left: -40px;
	
	
}
	
.social-icons li {
	display: inline;
}


#footerhang {
  
  top: -50%; 
  left: -50%; 
  
}
#footerhang img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
  
}


#footer {
	position: relative; 	z-index: 99;
	width: 100%;
	background-color: black;
	height: 250px;
	margin-bottom: 0px;
	text-align:center;
	
	border-top:solid 1px white;
	
}
	
	
	#fcontent {
	position: relative;
    color: #999;
    padding-top: 75px;
    font-size: 8px;
    text-transform: UPPERCASE;
    
    }
		
.fcon {
		
	margin:2px;
	float: left; 
	
	background-color: ;
	overflow:hidden;
	color: #ccc;
	position: relative;
	text-align: left;

		
}

#fnav {
		
	
	float: right; 
	text-align: right;
	color: #ccc;
	
  
		
}


#fnav a { color: #ccc }
#fnav a:hover { color: white;}



#nav {
	
	
	right: 50px;
	text-align: right;
	position:fixed;
	top: 30px;
	z-index: 1000;
	font-size: 16px;
	font-weight:bold;
	display: inline;
	font-family: "futura-pt",sans-serif;
font-style: normal;
font-weight: 500;
		
}

#s-nav {
	
	width: 90%;
	right: 50px;
	text-align: right;
	position:fixed;
	top: 30px;
	z-index: 1000;
	font-size:14px;
	font-weight:bold;
	display: none;
		
}

#nav span {background-color: black;}

.wbnav {color: white;}

.wbnav span {background-color: white !important;}

.wbnav:hover {border-bottom:3px solid white; color: white;}



#nav li:hover {border-bottom:3px solid #262626}








/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

.stopmoving   {
      overflow-x: hidden;
    overflow-y: scroll !important;
        }
        
        #fnav {display: none;}
        .bandage {margin-left: 25px; margin-right: 25px;}
        .hero h1 {font-size:40px;line-height: 100%;}
    #typeblock p {font-size: 18px}
    #typeblock {width: 80%;}
    #project-area {padding: 0 10px 0 10px !important;}
    .left, .right {width: 29%;}
    .middle {width: 42%; letter-spacing: 4px;}
    .row {padding-left: 10px; padding-right: 10px; font-size: 10px;}
    #pblurb.p50 {padding: 20px;}
}



/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
    .thumb {width: 100%;}
    #nav li {display:inline; margin-left: 25px}
    .bandage {margin-left: 25px; margin-right: 25px;}
    .hero h1 {font-size:40px;line-height: 100%;}
    #typeblock p {font-size: 18px}
    #typeblock {width: 80%;}
    #project-area {padding: 0 10px 0 10px !important;}
    .left, .right {width: 29%;}
    .middle {width: 42%; letter-spacing: 4px;}
    .row {padding-left: 10px; padding-right: 10px; font-size: 10px;}
    #pblurb.p50 {padding: 20px;}

    
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
    .thumb {width: 100%;}
    #nav li {display:inline; margin-left: 25px}
    .bandage {margin-left: 25px; margin-right: 25px;}
    .hero h1 {font-size:40px;line-height: 100%;}
    #typeblock p {font-size: 18px}
    #typeblock {width: 80%;}
    #project-area {padding: 0 10px 0 10px !important;}
    .left, .right {width: 29%;}
    .middle {width: 42%; letter-spacing: 4px;}
    .row {padding-left: 10px; padding-right: 10px; font-size: 10px;}
    #pblurb.p50 {padding: 20px;}

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    .thumb {width: 50%;}
    #nav li {display:inline; margin-left: 25px}
    .bandage {margin-left: 45px; margin-right: 45px;}
    

}


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .thumb {width: 50%;}
    #nav li {display:inline; margin-left: 25px}
    .bandage {margin-left: 45px; margin-right: 45px;}

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .thumb {width: 50%;}
    #nav li {display:inline; margin-left: 25px}
    .bandage {margin-left: 45px; margin-right: 45px;}

}


/* Small Screens ----------- */
@media only screen 
and (min-width : 650px) {
    .thumb {width: 50%;}
    #nav li {display:inline; margin-left: 50px}
    #fnav {display: none;}
    .bandage {margin-left: 45px; margin-right: 45px;}
    .left, .right {width: 42%;}
    .middle {width: 16%; letter-spacing: 4px;}
    .row {padding-left: 10px; padding-right: 10px; font-size: 12px;}
    .hero h1 {font-size:50px;line-height: 105%;}
    #typeblock p {font-size: 20px}
    #project-area {padding: 0 40px 0 40px !important;}

}




/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1000px) {
    .thumb {width: 33.333%;}
    #nav li {display:inline; margin-left: 50px}
    #fnav {display: inline;}
    .bandage {margin-left: 45px; margin-right: 45px;}
    .left, .right {width: 42%;}
    .middle {width: 16%; letter-spacing: 4px;}
    .row {padding-left: 10px; padding-right: 10px; font-size: 12px;}
    .hero h1 {font-size:60px;line-height: 105%;}
    #typeblock p {font-size: 20px}
    #project-area {padding: 0 50px 0 50px !important;}

}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
    .thumb {width:33.333%;}
    #nav li {display:inline; margin-left: 100px}
    #fnav {display: inline;}
    .bandage {margin-left: auto; margin-right: auto;}
    .left, .right {width: 45%;}
    .middle {width: 10%; letter-spacing: 4px;}
    .row {padding-left: 10px; padding-right: 10px; font-size: 12px;}
    .hero h1 {font-size:60px;line-height: 105%;}
    #typeblock p {font-size: 20px}
    #project-area {padding: 0 50px 0 50px !important;}
}

