@charset "UTF-8";
/* CSS Document */
html, body {height: 100%;}


.shuffle-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 20px;
	font-size: 16px;
	font-family: 'futura-pt', sans-serif; 
	color: white;
	background: linear-gradient(135deg, #13a89e, #2575fc);
	border: none;
	border-radius: 25px;
	cursor: pointer;
	transition: transform 0.2s ease-in-out;
	outline: none;
	margin: 10px auto;
}
.shuffle-button:hover {
	transform: scale(1.05);
}
.shuffle-icon {
	width: 20px;
	height: 20px;
}


#container { margin:0 auto;}
/*  FLEXIBLE TYPE  */
.hero {
	font-family: "futura-pt-condensed",sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size:60px;
	line-height: 84%;
	text-align:center;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-top: 15px;
}

#projects-btn{
	width: 121px; 
	margin-left: 45px; 
	height: 40px; 
	background-color: white; 
	text-align: center; 
	position: absolute; bottom: 10px; 
	font-family: 'futura-pt', sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: 500; 
	line-height: 268%; 
	z-index: 9;
}

#projects-btn span {margin-top: -2px;}

#welcome {
	
	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;
	
}

/* index */

#preloader { position: fixed; left: 0; top: 0; z-index: 9999; width: 100%; height: 100%; overflow: visible; background: black url('../images/loading.gif') no-repeat center center; }

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

/* nav */

/* logo */
.alt {display:none;}

#altlogo {background-color:#FFFFFF; width:100%; height:80px; position:fixed; top:0; z-index:10; box-shadow: 0 -2px 4px #666;}

.alter { padding-top: 18px; padding-left: 50px;}

#main-logo {
	position:fixed;
	top: 18px;
	left: 50px;
	z-index:1;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 500;	
}

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

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

/* mobile nav */

#mobile-drop { position: fixed; margin-top: 80px; width: 120px; right: 0px; z-index: 9999999; margin-right: 40px; text-align: right;  }

#mobile-drop ul {
	background-color: white; border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: -2px 1px 44px 6px rgba(0,0,0,0.18);
	-moz-box-shadow: -2px 1px 44px 6px rgba(0,0,0,0.18);
	box-shadow: -2px 1px 44px 6px rgba(0,0,0,0.18);
	font-size: 16px;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 500;
}

#mobile-drop ul a:hover {border-bottom: 3px solid black;}
#mobile-drop > div { margin-bottom: -4px !important; }

.mobile-nav { float: right; }

.menu-btn span {
	display: block;
	width: 19px;
	height: 3px;
	margin: 4px 0;
}

.responsive-menu{display: none;}

.expand {display: block !important;}

.responsive-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;   
}

.responsive-menu li {height: 50px; text-align: center;  line-height: 3;  }

@media screen and (min-width: 650px) {
    .mobile-nav {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    #nav li {
        display: none;
    }
}

/* projects */

#projects{}

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

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


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

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

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

.thumb > div {
    background-color: rgba(18, 167, 157, 0.95);
    opacity: 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: 1.0;
}

.thumb > div div {}

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

/* about */

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

#typeblock {
	margin: 0 auto;
	text-align:center;
	padding-bottom: 30px;
	width: 60%;
	max-width: 695px;
	min-width: 250px;
	line-height: 1.1;
	color: inherit;
}

#typeblock a{text-decoration: underline;}

#typeblock a:hover {
	text-decoration: underline;
	color: #13a89e;
}

#typeblock h4 {
	font-family: "futura-pt",sans-serif !important;
	font-style: normal;
	font-weight: 500;
	line-height: 195%;
	color: inherit;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 15px;
}

#typeblock p {
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	margin: 0 0 10px;
	line-height: 1.6;
}

/* footer */

#footer {
	z-index: 99;
	width: 100%;
	background: #262626;;
	height: 250px;
	margin-bottom: 0px;
	text-align:center;
	padding: 50px;
	border-top:solid 1px white;
}

#footer li {display:inline-block; margin-left: 50px; vertical-align: middle;}
		
.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;}

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

/* -------- QUERIES --------- */


/* 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;
    }
	#nav li {display:none; margin-left: 25px}
	#fnav {display: none;}
	.bandage {margin-left: 25px; margin-right: 25px;}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
    .thumb {width: 50%;}
    #nav li {display:none; margin-left: 25px}
    .bandage {margin-left: 25px; margin-right: 25px;}
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
    .thumb {width: 50%;}
    #nav li {display:none; margin-left: 25px}
    .bandage {margin-left: 25px; margin-right: 25px;}
          
}

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

}

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

}

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