
html, body {
background-color: white;
font-weight: 300 !important;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}


#bgndVideo {
width: 500px;
height: 500px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
cursor: pointer;
}

@media only screen and (max-width: 900px) {
	#bgndVideo {
	width: 300px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	cursor: pointer;
	
	}
}




#logo {
position: absolute;
width: 100%;
height: 100%;
background-image: url("logo_12t.png");
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: contain; /* Resize the background image to cover the entire container */
}

#nav {

width: 100%;
background-color: rgba(255,255,255,0.9);
z-index: 100 !important;
border-top: 10px solid black;
padding-top: 10px;

}

#nav ul li a {
background: none !important;
font-weight: 300 !important;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

.logo-small a img {
z-index: 200;
}

.slick, .noslick {
z-index: 2;
margin-top: 50px;
}

.slick>.slick-prev {
  left: 10px;
  z-index: 1;
  width: 40px;
  height: 40px;
}
.slick>.slick-next {
  right: 10px;
  z-index: 1;
  width: 40px;
  height: 40px;
  }


#nav ul a {
	color: black;
	font-weight: normal;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	background-color: white;
	font-size: 1.2em;
}

#nav ul a:hover {
	color: black;
	font-weight: normal;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	background-color: white;
	font-size: 1.2em;
	text-decoration: underline;
	}



li.logo-small, li.logo-small a {
padding-left: 0 !important;
margin-left: 0 !important;
}

.promo {
padding-top: 100px;
}

#main {
position: absolute;
top: 100% !important;
height: auto;
width: 100%;
padding: 0;
margin: 0;
min-height: 200px;

}

#works {
background-color: white;
color: #111;
z-index: 10 !important;
}








.changeColor {
background-color: #ffe500 !important;
transition: 1.0s all;
}

#works h1, #mac h1 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 3em;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; 

}

h1.high { 
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; 
font-size: 2em !important;
line-height: auto;
}

h2.small { 
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; 
font-size: 1.2em !important;
}

#works h3,#mac h3 {
font-size: 1em;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: 300;
padding: 15px 0 0 0;
margin: 0;
line-height: 1em;
}

#works h3 small,#mac h3 small {
font-size: 0.7em !important;
color: black;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: 300;
padding: 0;
margin: 0;
}

#works h1 a {
color: black;
text-decoration: underline;
}

#works h1 a:hover {
color: black;
text-decoration: none;
}

.work {
font-size: 1em !important;
}

.work img {
border: 1px solid #ccc;
}

.work h3 a {
color: black;
}

.work h3 a:hover {
color: black;
text-decoration: underline;
}

.work i {
font-size: 0.8em;
}






.promo4 {
	padding-top: 50px;
}




a.tuile {
position: absolute;
top:0;
bottom:0;
left:0;
right:0;

z-index: 1000;
}


.sendmail {
background-color: black;
border-radius: 50%;
width: 100px;
height: 100px;
font-weight: bold;
}
.sendmail:hover {
background-color: #666;
}



.grecaptcha-badge {
	visibility: collapse !important;  
	}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666;
    opacity: 1; /* Firefox */
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666;
   opacity:  1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
   opacity:  1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #666;
}
input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #666;
   }
textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666;
    opacity: 1; /* Firefox */
}
textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666;
   opacity:  1;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
   opacity:  1;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #666;
}
textarea::-ms-input-placeholder { /* Microsoft Edge */
   color:    #666;
   }
   
.blocvert {
background: black;
padding: 20px;
color: white;
font-size: 1.5em;
text-transform: uppercase;
margin-bottom: 20px;
position: absolute;
top:0;
left:0;
right:0;
}


#contact {
padding-bottom: 20px;
}

#footer {
height: 700px;
background-image: linear-gradient(white, black);
width: 100%;
}

#footer2 {
background: black;
color: white;
font-size: 1.5em;
padding-bottom: 15px;
}