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

@-webkit-viewport {width: device-width;}
@-moz-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@-o-viewport {width: device-width;}
@viewport {width: device-width;}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

img { width: auto; max-width: 100%; height: auto; }

video#bgvid {
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background: url(polina.jpg) no-repeat;
	background-size: cover;
	opacity: 0.4;
}

html {
	height: 100%;
}

body {
	background: #090909;
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, Gotham, sans-serif;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  margin-left: 5%;
}
 
.column:first-child {
  margin-left: 0;
}

.column.full {
  width: 100%;
}
  
.column.two-thirds {
  width: 65%;
}
  
.column.half {
  width: 47.5%;
}
 
.column.one-third {
  width: 30%;
}
 
.column.one-fourth {
  width: 21.25%;
}

/* START CONTENT */

.logo {
	margin-top: 25px;
}

h1 {
	line-height: 33px;
	margin-bottom: 6px;
}

hr {
	border: 2px solid #FFF;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}

.jumbo {
	margin: 0 auto;
	margin-top: 14%;
	text-align: center;
	font-size: 3em;
	font-weight: 700;
	text-shadow: 0px 0px 10px #222;
}

img.logotype {
	margin-top: 25px; 
	display: block; 
	width: 70%;
}

.social {
	margin: 0 auto;
	margin-top: 18%;
}

.social a {
	display: block;
	width: 200px;
	border: 2px solid #FFF;
	padding: 25px 0 30px 0;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	font-size: 1em;
	border-radius: 1px;
}

.social a:hover {
	background-color: #FFF;
	color: #282828;
}

.social img {
	width: 50%;
	display: block;
	margin: 0 auto;
}

.footer {
	position: absolute;
	bottom: 40px;
	width: 90%;
	font-weight: 700;
	color: #FFF;
}

p {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 1em;
}

.footer a {
	text-decoration: none;
	color: #000;
	font-weight: 700;
	background: #FFF;
	padding: 1px 10px 5px;
}

.footer a:hover {
	color: #444;
}

p.p-left {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 40em;
}

p.p-right {
	float: right;
	display: block; 
	margin-top: -23px;
	position: absolute;
	right: 0;
}


@media screen and (max-width: 640px) {
  .column.full,
  .column.two-thirds,
  .column.half,
  .column.one-third,
  .column.one-fourth,
  .footer {
    float: none;
    margin: 0;
    width: 100%;
  }
  .footer {
	  bottom: 20px;
  }
  .container {
	  overflow: hidden;
  }
  body {
	  background: url('decay.png') #000 no-repeat center center fixed;
	  background-size: cover;
  }
  #bgvid {
	  display: none;
  }
  p.p-left {
	float: none;
  }
  p.p-right {
	  float: none;
	  position: relative;
	  margin-top: 20px;
  }
  hr {
	  width: 91%;
  }
  .footer a {
	  margin: 0 auto;
	  width: 200px;
	  padding: 10px;
	  margin-top: 20px;
  }
}
