/*!

 =========================================================
 * Coming Sssoon Page - v1.3.2
 =========================================================

 * Product Page: https://www.creative-tim.com/product/coming-sssoon-page
 * Copyright 2017 Creative Tim (http://www.creative-tim.com)
 * Licensed under MIT (https://github.com/creativetimofficial/coming-sssoon-page/blob/master/LICENSE.md)

 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 */

body {
}
.form-control::-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}
.form-control:-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #dddddd;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #dddddd;
  opacity: 1;
}
/*     General overwrite     */
a {
  color: #dd4869;
}
a:hover,
a:focus {
  color: #443a40;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: 0;
}

/*           Font Smoothing      */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.brand,
.btn-simple {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/*           Typography          */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 400;
  margin: 30px 0 15px;
}

h1,
.h1 {
  font-size: 52px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 28px;
  margin: 20px 0 10px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
p {
  font-size: 16px;
  line-height: 1.618em;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  color: #999999;
  font-weight: 300;
  line-height: 1;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 60%;
}

.main {
  background-position: center center;
  background-size: cover;
  height: calc(100vh - 60px);
  left: 0;
  min-width: 100%;
  position: absolute;
  width: auto;
}
.cover {
  position: fixed;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0px;
  width: 100%;
  height: calc(100vh - 60px);
}
.cover.black {
  background: linear-gradient(
    rgba(239, 42, 91, 0.9),
    rgba(238, 44, 83, 0.9),
    rgba(237, 47, 75, 0.9),
    rgba(236, 50, 67, 0.9),
    rgba(234, 54, 59, 0.9),
    rgba(234, 58, 54, 0.9),
    rgba(233, 62, 48, 0.9),
    rgba(232, 66, 42, 0.9),
    rgba(232, 71, 37, 0.9),
    rgba(232, 75, 31, 0.9),
    rgba(232, 80, 24, 0.9),
    rgba(231, 84, 16, 0.9)
  );
}

.blur {
  opacity: 0;
}

.logo {
  position: relative;
  margin-bottom: 20px;
}

.logo-container {
  left: 50px;
  position: absolute;
  top: 20px;
}
.logo-container .logo {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #333333;
  width: 60px;
  float: left;
}
.logo-container .brand {
  font-size: 18px;
  color: #ffffff;
  line-height: 20px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  width: 60px;
}
.main .logo {
  color: #ffffff;
  font-size: 56px;
  font-weight: 300;
  position: relative;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
  margin-top: 150px;
}
.main .logo.cursive {
  font-family: "Pacifico", cursive;
  font-size: 82px;
}
.main .content {
  position: relative;
}
.main .motto {
  min-height: 50px;
}
.main .motto {
  font-size: 28px;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
  text-align: center;
  margin-top: 50px;
}
#video_background {
  position: fixed;
  top: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  background-image: url("../img/video_bg.jpg");
  background-position: center center;
  background-size: cover;
}
#video_pattern {
  position: fixed;
  opacity: 0.6;
  background-color: rgba(0, 0, 0, 0.45);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.main input {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  outline: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  box-shadow:
    inset 0 -5px 45px rgba(100, 100, 100, 0.2),
    0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  -ms-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}
.main input:focus {
  box-shadow:
    inset 0 -5px 45px rgba(100, 100, 100, 0.4),
    0 1px 1px rgba(255, 255, 255, 0.2);
}
