/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'Maison-Bold';
  src: url("../fonts/maisonneue-bold-webfont.eot");
  src: url("../fonts/maisonneue-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/maisonneue-bold-webfont.woff2") format("woff2"), url("../fonts/maisonneue-bold-webfont.woff") format("woff"), url("../fonts/maisonneue-bold-webfont.ttf") format("truetype"), url("../fonts/maisonneue-bold-webfont.svg#maisonbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Maison-Light';
  src: url("../fonts/maisonneue-light-webfont.eot");
  src: url("../fonts/maisonneue-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/maisonneue-light-webfont.woff2") format("woff2"), url("../fonts/maisonneue-light-webfont.woff") format("woff"), url("../fonts/maisonneue-light-webfont.ttf") format("truetype"), url("../fonts/maisonneue-light-webfont.svg#maisonlight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Sectra-Book';
  src: url("../fonts/gt-sectra-fine-book-webfont.eot");
  src: url("../fonts/gt-sectra-fine-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-sectra-fine-book-webfont.woff2") format("woff2"), url("../fonts/gt-sectra-fine-book-webfont.woff") format("woff"), url("../fonts/gt-sectra-fine-book-webfont.ttf") format("truetype"), url("../fonts/gt-sectra-fine-book-webfont.svg#gt_sectra_finebook") format("svg");
  font-weight: normal;
  font-style: normal; }
.transition, a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

* {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden; }

body {
  background: #1c252f;
  position: relative;
  width: 100%;
  height: 100%; }

.logo {
  width: 90px;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .logo {
      width: 70px; } }

h1 {
  color: #cadcef;
  font-family: Maison-Light;
  font-size: 48px;
  letter-spacing: 1px;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 36px;
      margin-bottom: 6px; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    h1 {
      font-size: 32px;
      margin-bottom: 2px; } }

h2 {
  color: #5e7b99;
  font-family: Sectra-Book;
  font-size: 24px;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 20px; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    h2 {
      font-size: 16px; } }

h3 {
  color: #00a1df;
  letter-spacing: 1px;
  font-family: Maison-Bold;
  font-size: 12px;
  margin-bottom: 12px;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 10px;
      margin-bottom: 10px; } }

img {
  max-width: 100%; }

.layout {
  position: fixed;
  width: 100%;
  height: 100%;
  border: 40px solid #101317;
  padding: 50px;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .layout {
      border: 15px solid #101317;
      padding: 15px; } }
  @media screen and (min-width: 768px) and (max-width: 1279px) {
    .layout {
      border: 25px solid #101317;
      padding: 30px; } }

.content {
  position: absolute;
  bottom: 50px; }
  @media screen and (max-width: 767px) {
    .content {
      bottom: 15px; } }
  @media screen and (min-width: 768px) and (max-width: 1279px) {
    .content {
      bottom: 30px; } }
  .content br {
    display: none; }
    @media screen and (max-width: 767px) {
      .content br {
        display: block; } }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .content br {
        display: none; } }

video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url(../assets/beach.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3; }

@media screen and (max-device-width: 800px) {
  body {
    background: url(../assets/beach.jpg) #1c252f no-repeat center center fixed;
    background-size: cover; }

  #bgvid {
    display: none; } }
ul {
  list-style: none;
  overflow: hidden;
  *zoom: 1; }
  ul li {
    float: left;
    margin-right: 25px; }
    @media screen and (max-width: 767px) {
      ul li {
        margin-right: 12px; } }
    ul li:last-child {
      margin-right: 0; }

.who-i-am h3 {
  margin-bottom: 7px; }
.who-i-am .ampersand {
  height: 17px; }
  @media screen and (max-width: 767px) {
    .who-i-am .ampersand {
      height: 14px; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .who-i-am .ampersand {
      height: 12px; } }

.brands {
  overflow: hidden;
  *zoom: 1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .brands {
      margin-top: 30px;
      padding-top: 30px; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .brands {
      margin-top: 25px;
      padding-top: 25px; } }
  .brands:before {
    background: #cadcef;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    opacity: 0.2;
    height: 1px;
    width: 30px; }
    @media screen and (max-width: 767px) {
      .brands:before {
        width: 20px; } }
  .brands ul li {
    display: block;
    height: 32px;
    line-height: 32px; }
    @media screen and (max-width: 767px) {
      .brands ul li {
        height: 21px;
        line-height: 21px; } }
    .brands ul li img {
      vertical-align: middle; }
  .brands .hp {
    width: 32px; }
    @media screen and (max-width: 767px) {
      .brands .hp {
        width: 20.64516px; } }
  .brands .lionsgate {
    width: 94px; }
    @media screen and (max-width: 767px) {
      .brands .lionsgate {
        width: 60.64516px; } }
  .brands .oracle {
    width: 83px; }
    @media screen and (max-width: 767px) {
      .brands .oracle {
        width: 53.54839px; } }
  .brands .youtube {
    width: 55px; }
    @media screen and (max-width: 767px) {
      .brands .youtube {
        width: 35.48387px; } }
  .brands .sony {
    width: 69px; }
    @media screen and (max-width: 767px) {
      .brands .sony {
        width: 44.51613px; } }
  .brands .hbo {
    width: 50px; }
    @media screen and (max-width: 767px) {
      .brands .hbo {
        width: 32.25806px; } }

.find-me {
  margin-top: 30px;
  padding-top: 30px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .find-me {
      margin-top: 20px;
      padding-top: 20px; } }
  .find-me img {
    width: 32px; }
    @media screen and (max-width: 767px) {
      .find-me img {
        width: 28px; } }
  .find-me:before {
    background: #cadcef;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    opacity: 0.2;
    height: 1px;
    width: 30px; }
    @media screen and (max-width: 767px) {
      .find-me:before {
        width: 20px; } }
  .find-me a {
    opacity: 0.5; }
    .find-me a:hover {
      opacity: 1; }
