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

/* Body */

body { 
background:#080f14 url("../images/lights.jpg") no-repeat;
background-size:cover;
}

a, a:hover, a:active, a:focus { outline:0; color:#333; }

/* Backgrounds */

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}

/* #white-shell { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: rgba(250,250,250,0.5);
    background-size: cover; 
} /*




/* Div Magic */

  
 .full-height {
	 height: 80%;  
	height: 80vh; 
 } 
 
#home .full-height {
	padding:300px 0 0 0;
 }
 
 #who .full-height {
	margin:0 auto;
 }
 
 .social-block { display:inline-block;float:right; }
 .social-block img, .social-block svg { margin:5px 0 0 10px;}
 
 /* Typography */
 
 #home p {font-weight:100;font-size:1.5em;color:#fff; }
 #who p {font-weight:100;font-size:1em; }
 #who p strong {font-weight:600;}
 ul { margin:0;padding:0; }
 li { list-style:none;font-size:1.5em; }
.top-nav { height:40px;background:rgba(0,0,0,.50) }
.top-nav span { font-family:"museo-sans",Verdana,sans-serif;padding:10px;display:inline-block;valign:middle; }
.top-nav span a, .top-nav span a:hover, .top-nav span a:visited, .top-nav span a:active {color:#FFF4AB;font-weight:100;}
 li a, li a:hover, li a:visited, li a:active {color:white;font-weight:100;}
 .social {text-align:right;}
 hr { border: 0; margin:4px 0;height: 1px; background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)); }
 #the-list {    background: rgba(250,250,250,0.5);padding:100px 30px; height:100%;min-height:95vh;}
 #sidebar { padding:100px 30px 0 30px; }
 .white-p {color:#fff; }
 #home .link-home a,  #home .link-home a:hover, #home .link-home a:active, #home .link-home a:visited { color:#3e6a70;}
 #who .link-who a,  #who .link-who a:hover, #who .link-who a:active, #who .link-who a:visited { color:#3e6a70;}
 
h1, h2, h3, h4 { color:#fff; }
.dark { color:#333; }



.home-logo, .home-text {
	text-align:center;
}

.home-logo {
	  margin:0 0 50px 0;
}

@media (min-width: 850px) { 

.home-logo {
  text-align: right;
}
.home-text {
  text-align: left;
}

}
 