


html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}
body{
	margin: 0;
}

html, body{
    font-family: "Open Sans", 'Myraid Pro', "Helvetica Neue", sans-serif;
    font-size: 14px;
    width: 100%;
    height: 100%;
    background: white;
}

div{
	box-sizing: border-box;
}

.home h1{
    font-weight: bolder;
    font-size: 12vmin;
    margin-bottom: 0.3em;
    line-height: 1em;
    font-family: arial-black, helvetica;
}

.case h1{
    text-transform: uppercase;
}

.home h4{
    line-height: 1.6em;
    font-size: 2.5vmin;
    font-weight: 800;
    color: black;
    text-transform: initial;
    margin-bottom: 1.5em;
}

h3{
    font-size: 1em;
    font-weight: 600;
    color: #000;
    text-transform: initial;
    margin-bottom: 15px;
}

h4{
    font-size: 2em;
    margin-bottom: 10px;
}

p{
    font-size: 1em;
    letter-spacing: 0.5px;
    line-height: 1.3em;
    margin-bottom: 11px;
}

a, a:visited{
    color:inherit;
}

a:hover{
    color:inherit;
	/*color: #ff3;
    animation: 2s rotateColor linear infinite;
    mix-blend-mode: luminosity;*/
}

html{
	
}

body {
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    /*background: #002023 url('../img/gradient.jpg') no-repeat center bottom;*/
}





.header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 10;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    background-color: white;
    line-height: 1em;
    /*background-color:rgba(255,255,255,1);*/
}

.header .logo{
    background: url(../img/logo-animated.gif) no-repeat;
    background-size: contain;
    height: 50px;
    position: relative;
    left: -15px;
    top: 0;
    width: 300px;
    background-position: center;
}

.video-background{
    position: fixed !important;
    top:35px;
    left:0;
}

.video-background video{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

#manifesto-overlay {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.95);
    display: none;
    z-index: 10;
    position: fixed;
    top: 0;
}

#manifesto-overlay .section{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#manifesto-overlay video{
    max-height: 80vh;
} 


#close-manifesto-button{
    font-size: 1.3em;
    font-weight: 300;
    padding: 15px 25px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    color: #aaa;
    background-color: #000;
    mix-blend-mode: luminosity;
}



.hero-header{
    height: 100vh;
}

.title-box{
    position: relative;
    top: 25vh;
    box-sizing: border-box;
    width: 100%;
}

#open-manifesto-button{
    position: relative;
    bottom: -10vh;
    font-size: 1.3em;
    font-weight: 300;
    padding: 15px 25px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    color: #33a;
    background-image: linear-gradient(to bottom right, aqua,gold);
    animation: 10s rotateColor linear infinite;
    mix-blend-mode: luminosity;
}

#open-manifesto-button:hover{
    cursor: e-resize;
}

#close-manifesto-button:hover{
    cursor: w-resize;
}

.services{
    margin-top: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
}

.home h2{
    margin-bottom: 0 !important;
    font-size: 1.6em !important;
}

.clients{
    
}

.justified-image-list{text-align: justify; line-height: 2em;}
.justified-image-list img{    display: inline-block; height: 2.3em; padding: 1px; mix-blend-mode: multiply;}
/*.justified-image-list:after{content:""; display: inline-block; width: 100%; height: 0;}*/

.service-description{
    padding: 0 30px 20px 0;
    /* background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3); */
}

.service-description p{
    font-size: 1.0em;
    line-height: 1.6em;
    /* text-align: justify; */
    margin-bottom: 1em;
}


.content{ 
    position: relative;
    background-color: white;
}













::-webkit-scrollbar {
    display: none;
}








.case_entry{
    height: 20vmax;
    max-height: 250px;
}

.case_entry .image{
    transition: all 0.2s;
    background-color: #f2f2f2;
}

.case_entry:hover .image{
    filter: hue-rotate(130deg) saturate(2);
    filter: grayscale(0.8) saturate(2);
}


.case_entry .overlay{
    opacity: 0;
    /* background: url(../img/grain-1.gif) repeat; */
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.2s;
}

.case_entry:hover .overlay {
    opacity: 1.0;
}

.case_entry .title_continer{
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: table;
}


.case_entry .title_continer .title{
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 100;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}





.case_entry .title_continer .title h3 {
    line-height: 1.6em;
    font-size: 1.0em;
    font-weight: 200;
    color: #fff;
    text-transform: initial;
    font-weight: 600;
    padding-bottom: 20px;
    transition: all 0.4s;
    margin-bottom: 0;
}

.case_entry h5 {
    font-size: 0.7em;
    font-weight: 100;
    color: #fff;
    text-transform: initial;
    margin-top: 4px;
    padding-top: 20px;
    transition: all 0.4s;
}


.case_entry:hover h3 {
    padding-bottom: 0px !important;
}
.case_entry:hover h5 {
    padding-top: 0px !important;
}















.contact{
    color: #f2f2f2;
}



#call-us-shortcut{
    display: none;
}











.bottom_navigation{
	position: absolute;
    bottom: 5%;
    width: 100%;
    /*left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);*/
    transition: all 0.8s ease-in-out;
    text-align: center;
}

.links{
    /*margin-left: auto;
    margin-right: auto;*/
}



.workwithus, .icons_separator, .followus{
	display: inline-block;	
}

.followus{
	/*padding: 5px 10px;
    box-sizing: content-box;
    background-color: #222234;*/
}

.workwithus{
	position: absolute;
    left: 0;
    top: 0;
}

.workwithus ul{
	padding-left: 4px;
}

.icons_separator{
	width: 1%;
}

.workwithus_label{
	position: absolute;
    top: -27px;
    background-color: #222234;
    color: #fff;
    padding: 5px 8px;
    display: inline-block;
    min-width: 135px;
    font-size: 16px;
}
.contact_label{
	display: inline-block;
    overflow: hidden;
    vertical-align: baseline;
    width: 0;
    transition: all 0.5;
}
.contact_label div{
	float: left;
	display: inline-block;
	padding: 2px 8px;
	height: 10px;
	overflow: hidden;
}


ul{
	list-style-type: none;
}

li{
	display: inline-block;
    padding-right: 5px;
}


@-keyframes rotateColor {
  0% { -webkit-filter:hue-rotate(0deg); filter:hue-rotate(0deg); }
  100% { -webkit-filter:hue-rotate(360deg); filter:hue-rotate(360deg); }
}

@-moz-keyframes rotateColor {
  0% { -webkit-filter:hue-rotate(0deg); filter:hue-rotate(0deg); }
  100% { -webkit-filter:hue-rotate(360deg); filter:hue-rotate(360deg); }
}

@-webkit-keyframes rotateColor {
  0% { -webkit-filter:hue-rotate(0deg); filter:hue-rotate(0deg); }
  100% { -webkit-filter:hue-rotate(360deg); filter:hue-rotate(360deg); }
}




@media screen and (max-width: 800px) {
    #call-us-shortcut{
        display: block;
    }

    .header .logo{
        width: 200px;
    }

    .home h1{
        font-size: 18vmin;
        text-shadow: 0px -1px 1px rgba(255,255,255,0.7), 0px 1px 2px rgba(0,0,0,0.7);
    }

    .case_entry h3 {
        padding-bottom: 0px !important;
    }
    .case_entry h5 {
        padding-top: 0px !important;
    }


}
