/*!
Styles for full screen background video demo
*/
/* =============================================================================
  RESETS
============================================================================= */
html,
body,
div,
h1,
p,
a,
video {
  margin: 0;
  padding: 0;
  text-align: center;
}

/* =============================================================================
  HTML, BODY
============================================================================= */
html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Oxygen", sans-serif;
  line-height: 1;
}

/* =============================================================================
  CONTENT
============================================================================= */
.content {
  position: relative;
  top: 30%;
  z-index: 2;
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}

.content__heading {
  margin-bottom: 24px;
  color: #272727;
  font-size: 44px;
}

.content__teaser {
  margin-bottom: 24px;
  color: #595959;
  font-size: 20px;
}

.content__cta {
  display: inline-block;
  margin: 0;
  padding: 12px 48px;
  color: #ff3c64;
  font-size: 22px;
  text-decoration: none;
  border: solid 4px #ff3c64;
}

.panel {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px;
}

.logo {
  padding-bottom: 50px;
}

h4 {
  font-family: "Roboto Condensed", "Arial", "sans-serif";
  font-size: 1.3em;
  margin-top: 2em;
}

.social{
  padding-top: 25px;
}

.social > a{
  margin-right: 10px;
  margin-left: 10px;
}

.contact > p{
  font-family: "Lucida", "Arial", "Sans Serif";
  font-size: 18px;
}

p > i{
  margin-right: 10px;
  }

.colR {
  text-align: right;
}

.colL {
  text-align: left;
}

@media(max-width: 575px){
  .colR {
    text-align: center;
  }

  .colL {
    margin-top: 10px;
    text-align: center;
  }
}

/* =============================================================================
  VIDEO
============================================================================= */
.video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
