@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,700,700i');

html, body {margin: 0; height: 100%; overflow: hidden;}

* {
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
}


video {
	position: relative;
	width: 82%;
	left: 9%;
	margin-bottom: 5%;
}

.lightbox {
  /** Hide the lightbox */
  display: none;

  /** Apply basic lightbox styling */
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  border: none;
  background: rgba(255,255,255,1);
  z-index: 10;
}

div.header {
		width: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		display:table;

	}
	
	div.header2 {
		display:table-cell;
		    vertical-align:middle;
		    text-align:center;
	}
	.menu-link2 {
	z-index: 200;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	letter-spacing: .7px;
	font-size: .7em;
	text-decoration: none;
	text-align: center;
	color: #EC008C;
	position: fixed;
	margin-top: 17px;
	margin-left: -45px;
	align-content: center;

}

.menu-listaccordion {
position: fixed;
right:0%;}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: right;
}
li a {
  display: block;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

.nav {
	position: relative;
	z-index: 100;
}

#abc {
width:100%;
height:100%;
top:0;
left:0;
display:none;
position:fixed;
background-color: white;
overflow:auto;
z-index: 0;
}
#abc2 {
width:100%;
height:100%;
top:0;
left:0;
display:none;
position:fixed;
background-color: white;
overflow:auto;
z-index: 1;
}
img#close {
position:fixed;
right: 80px;
top:85px;
cursor:pointer;
width: 30px;
width:30px;
height: auto;
z-index: 10;
-webkit-transition: all .4s;
transition: all .4s;
}

img#close:hover {
transform: scale(1.2);
}
div#popupContact {
position:absolute;
left:50%;
top:17%;
margin-left:-202px;
font-family:'Open Sans',sans-serif;
}
form {
max-width:300px;
min-width:250px;
height: auto;
padding:10px 50px 50px 50px;
border-radius:10px;
font-family: 'Open Sans', sans-serif;
font-weight: 500;
letter-spacing: .5px;
font-size: 20px;
text-align: center;
background-color:#fff;
-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
-moz-box-shadow:    0px 0px 12px rgba(0,0,0,0.2);
box-shadow:         0px 0px 12px rgba(0,0,0,0.2);
}

button {
background-color: white;
font-family: 'Open Sans', sans-serif;
border: 0px;
cursor:pointer;
position: fixed;
left: -1%;
z-index: 0;
}

#popup {
width: 150px; height: 25px;
background-repeat:no-repeat;
background-color: white;
transform: scale(.75);
background-size: 55px;
position: fixed;
float: left;
text-align: left;
font-family: open sans;
font-weight: 600;
font-size: 1em;
left: 0px;
bottom: 13px;
color: #7f6d78;
letter-spacing: 2.25px;
-moz-transition: color 0.4s ease-in-out 0s;
-webkit-transition: color 0.4s ease-in-out 0s;
-ms-transition: color 0.4s ease-in-out 0s;
transition: color 0.4s ease-in-out 0s;
z-index: 0;
}

#popup2 {
margin-bottom: 20px;
margin-top: -30px;
width:100%;
position: relative;
font-family: open sans;
font-weight: 600;
font-size: 1em;
text-align:left;
left: 7.5%;
z-index: 1;
color: black;

}
.hoverpopup {
	width: 250px;
}
.hoverpopup:hover {
text-decoration: underline;
}

#popup:hover {
	color: #EC008C;
}

.gallery {
	max-width: 80%;
	max-height: 80%;
	z-index: -5;
	margin: 10%;
	
}

.lightbox img {
  /** Pad the lightbox image */
  height: auto;
  max-width: 84%;
  margin-top: 0%;
   

}



.lightbox:target {
  /** Show lightbox when it is target */
  display: block;

  /** Remove default browser outline style */
  outline: none;
  
}

.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 0px;
	position: relative;
}
.wrapper
{
width: 75%;
margin: auto;
margin-top: -15px;
border:none;
 position: absolute;
 top: 50%; left: 50%;
 -webkit-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
         transform: translate(-50%,-50%);
}



.gallery2 {
	display: block;
	margin: 0 auto;
	height: 100%;
	
}
.column {
    -ms-flex: 33.3%; /* IE10 */
    flex: 33.3%;
    max-width: 33.3%;
	height: 100%;
    padding: 0 0px;
	position: relative;
	
}
.contain {
	width: 89%;
	position: relative;
	left: 5.5%;
	right: 5.5%;
	padding-bottom: 8%;
}

.column img {
    vertical-align: middle;
	 border: .1px solid #f2f2f2;
	z-index: 0;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.column img:hover {
	border: 0px;
	-webkit-box-shadow: 0 0px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0px 8px rgba(0,0,0,0.2);
	box-shadow: 0 0px 8px rgba(0,0,0,0.2);
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	letter-spacing: .7px;
	font-size: .65em;
	text-align: center;
	color: #EC008C;
	position: fixed;
	top: 0%;
	z-index: 25;
	width: 100%;
	align-content: center;
}



.bg {
      position: absolute;
       float: right;
       max-width: 90%;
       height: 100%;
       z-index: 0;
       top: 0%;
      left: 5%;
      right: 5%;
      bottom: 0%;
       overflow-y: scroll;
         -webkit-overflow-scrolling: touch;
		 overflow-x: hidden;
	 background-color: white;

}

h2 {
	font-family: Open Sans;
	font-size: 3em;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.7px;
	color: #EC008C;
	 text-align: left;
	 display: block;
	 position: relative;
	margin-top: 80px;
	margin-bottom: 40px;
	left: 7.65%;
	width: 60%;
	widows: 2;
	orphans: 2;
	
	
}
h6 {
	 font-family: Open Sans;
	 font-size: 2em;
	 font-style: normal;
	 font-weight: 600;
	 letter-spacing: .85px;
	 color: #000000;
	 text-align: left;
	 margin: 0;
}

.underline--magical {
  background-image: linear-gradient(120deg, #ffffff 0%, #ffdaee 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.01em;
  background-position: 0 100%;
  transition: background-size 0.15s ease-in;
}
  
  :hover {
    background-size: 100% 88%;}
    
    

.work-b {
	font-weight: 600;
	color: black;
}

h3 {
	 font-family: Open Sans;
	 font-size: 2em;
	 font-style: normal;
	 font-weight: 600;
	 letter-spacing: .85px;
	 color: #EC008C;
	 text-align: left;
	 margin: 0;
}

h4 {
font-family: Open Sans;
font-size: 1.25em;
font-style: normal;
font-weight: 600;
letter-spacing: .5px;
 color: #7f6d78;
 text-align: right;
 display: block;
 position: relative;
margin-top: 84px;
margin-bottom: 40px;
right: 8%;
width: 30%;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

p.small {

		font-family: 'Open Sans', sans-serif;
		font-size: .75em;
		 font-style: normal;
		 font-weight: normal;
		 letter-spacing: .5px;
		 line-height: 25px;
		 color: #7f6d78;
		 text-align: left;
		 margin: 0;
		 
}

b {
	font-family: Open Sans;
	font-size: 1em;
	font-style: normal;
	font-weight: 600;
	letter-spacing: .85px;
	text-align: left;
	margin: 0;
}

p.pd {

		font-family: 'Open Sans', sans-serif;
		 font-size: .75em;
		 font-style: normal;
		 font-weight: 500;
		 letter-spacing: .2px;
		 line-height: 30px;		 color: #000000;
		 padding-top: 20px;
		 margin: 0;
		 widows: 3; 
		 orphans: 3;
}
strong {
	font-family: 'Open Sans', sans-serif;
	 font-weight: 600;
}
.details {
	display: block;
	 position: relative;
	 float: left;
	 left:8%;
	 width: 50%;
	margin-top: 40px;
	margin-bottom: 26%;
}


.projectdescription {
	display: block;
	 position: relative;
	float: left;
	 width: 40%;
	 left:50%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.projectdescription3 {
	display: block;
	 position: relative;
	float: left;
	 width: 35%;
	 left:10%;
	margin-top: 100px;
	margin-bottom: 40px;
}
.projectdescription2 {
	display: block;
	 position: relative;
	float: left;
	 width: 80%;
	 left:10%;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 300%;
}

@media (max-width: 1200px) {
.projectdescription3 {
width: 50%;
}
	#popup {
		bottom: 75px;
		left: -50px;
		transform: rotate(-90deg);
		font-size: .75em;
		
	}
	
	
	h2 {
		font-size: 2em;
			width: 84%;
	}
	
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1em;
	}
	#popup2 {
font-size: .75em;
left: 7%;
top: -25px;
	}
	.alignright {
		float: left;
	}
	
	h4 {
	font-style: normal;
	font-weight: 600;
	letter-spacing: .5px;
	 color: #7f6d78;
	 text-align: left;
	 display: block;
	 position: relative;
	margin-top: -25px;
	margin-bottom: 40px;
	left: 7.6%;
	width: 80%;
	}
}

@media (max-width: 800px) {
   .projectdescription3 {
   width: 60%;
   }
   	
	h2 {
		font-size: 1.5em;
		width: 84%;

	}
	
	h6 {
		font-size: 1.5em;
		
	}
	
	h3 {
		font-size: 1em;
	}
	.projectdescription {
		left: 10%;
		width: 80%;	
}

#popup2 {
font-size: .5em;
left: 6.8%;
top: -25px;
	}
	
	
	.details {
		font-size: .5em;
	}

}





@media (max-width: 600px) {
   .projectdescription3 {
   width: 80%;
   }
   	
	h2 {
		font-size: 1.25em;
		width: 84%;
	}

	h6 {
		font-size: 1em;
		letter-spacing: .5px;
		line-height: 40px;
		
	}
	.details {
		width: 84%;
	}

	#popup2 {
			left: 6.8%;
			}
	img#close {

	right: 30px;
	
	}
	
	
	
}



@media (max-width: 400px) {
	.nav {
		width: 40%;
		float: right;
		font-size: 1em;
	}
	.nav a {
		font-family: 'Open Sans', sans-serif;
		font-size: 8px;
		font-weight: 600;
		letter-spacing: .15px;
		margin-top: 3px;
		margin-left: -10px;
	}
	#popup2 {
			left: 6.3%;
			}
	
}
.feather {
	z-index: 5;
	background-color: white;
	position: fixed;
	left: 0%;
	top: 0%;
	height: 52px;
	width: 100%;

}

.content {
      position: absolute;
      float: right;
      max-width: 90vw;
      height: 85vh;
      z-index: 1;
	  top: 5vh;
	  bottom: 10vh;
     left: 5vw;
	 right: 5vw;
  
    }
    

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
	z-index: -2;
}


iframe {
	z-index: 1;
}

a {
	font-family: 'Open Sans', sans-serif;
	 font-size: 12px;
	 font-weight: 600;
	 letter-spacing: .15px;
	 text-decoration: none;
	 color: black;
	 -webkit-transition: all .4s;
	         transition: all .4s;
	
}
#currentpage {
	color: #EC008C;
}
a:hover {
	color: #EC008C;
}




img.tc {
	width: 100%;
	height: auto;
}

.logo {
	position: fixed;
	width: 32px;
	height: auto;
	z-index: 20;
	float: left;
	left: -4px;
	top: -4px;
	margin: 15px;
}

iframe {
	height: 25%;
	width: 30%;
	top: 35%;
	bottom: 40%;
	right: 35%;
	left: 35%;
	position: fixed;
	-webkit-box-shadow: 0 05px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 05px 8px rgba(0,0,0,0.2);
	box-shadow: 0 05px 8px rgba(0,0,0,0.2);
}

a.nav:hover{
	color: #EC008C;
	}

.main {
	width: 84%;
	height: auto;
	left: 8%;
	right: 8%;
	position: relative;
-webkit-animation: trans 2s;
	animation: trans 2s;
}



@-webkit-keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes trans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.second {
	width: 84%;
	height: auto;
	left: 8%;
	right: 8%;
	position: relative;
		margin-bottom: 5%
}
.three {
	width: 84%;
	height: auto;
	left: 8%;
	right: 8%;
	position: relative;
	
}
.third {
display: block;
 position: relative;
float: right;
 width: 20%;
 right: 150px;
marg left:10%;
margin-top: 100px;
margin-bottom: 40px;
line-height: 300%;
	
}
.pdfviewer {
	width: 84%;
	height: 70%;
	left: 8%;
	right: 8%;
	position: relative;
		margin-top: 5%;
}

object {
	background-color: white;
}

.last {
	width: 84%;backgr
	height: auto;
	left: 8%;
	right: 8%;
	position: relative;
}

.poster {
	width: auto;
	height: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	-webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 8px rgba(0,0,0,0.2);
	box-shadow: 0 5px 8px rgba(0,0,0,0.2);
	margin-bottom: 50px;
	clear: left;
	
}

.posterlast {
	width: auto;
	height: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	-webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 8px rgba(0,0,0,0.2);
	box-shadow: 0 5px 8px rgba(0,0,0,0.2);
	clear: left;	
}

.details a {
	font-family: 'Open Sans', sans-serif;
	font-size: .75em;
	 font-style: normal;
	 font-weight: normal;
	 letter-spacing: .5px;
	 line-height: 25px;
	 color: #7f6d78;
	 text-align: left;
	 margin: 0;
}

.details a:hover {

color: #EC008C;
	
}


#poster {
	bottom: 5%;
}

.underline--magical {
	background-image: linear-gradient(120deg, #ffffff 0%, #ffdaee 100%);
	background-repeat: no-repeat;
	background-size: 100% .09em;
	background-position: 0 100%;
	transition: background-size 0.15s ease-in;
}
.underline--magical:hover {
	background-size: 100% 88%;
}


