/* RESET */

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, font, 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 {
margin : 0;
padding : 0;
border : 0;
outline : 0;
font-size : 100%;
vertical-align : baseline;
background : transparent;
}
body {
line-height : 1;
}
ol, ul {
list-style : none;
}
blockquote, q {
quotes : none;
}
blockquote:before, blockquote:after, q:before, q:after {
content : '';
content : none;
}
:focus {
outline : 0;
}
ins {
text-decoration : none;
}
del {
text-decoration : line-through;
}
table {
border-collapse : collapse;
border-spacing : 0;
}
a {
text-decoration: none;
}

/* Styles */

body {
  font-family: "Proxima Nova", "tk-proxima-nova-n3", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
}

/* Headers */

h1, h2, h3, h4, h5 {
  font-family: "tk-proxima-nova-n7", sans-serif;
  color: #333;
}
h2 {
  font-size: 64px;
  line-height: normal;
  margin-bottom: 27px;
}
h3 {
  font-size: 32px;
  margin: 30px 0 12px;
}
h4 {
  font-size: 24px;
  margin: 18px 0 6px;
}
h5 {
  font-size: 20px;
  margin-bottom: 8px;
}

p {
  font-weight: 200;
}

a {
  color: inherit;
}
p a:hover {
  text-decoration: underline;
}

/* Buttons */

a.button {
  display: inline-block;
  font-family: "tk-proxima-nova-n4", sans-serif;
  padding: 20px 30px;
  font-size: 24px;
  border-radius: 256px;
  background: grey;
  box-shadow: 0 3px 0 rgba(0,0,0,.1);
  line-height: auto;
  transition: all .2s;
  margin-right: 5px;
}
a.button:hover {
  transform: scale(1.05);
  text-decoration: none;
}
a.button.purple {
  color: white;
  background-image: linear-gradient(to top, #4d0669, #ae0ab4);
}
a.button.lime {
  color: #333;
  background-image: linear-gradient(to top, #94a203, #def205);
}

/* Section Basics */

section,
footer {
  position: relative;
  padding: 80px 0 100px;
}
.container {
  width: 960px;
  margin: 0 auto;
}

/* Cover */

section#cover {
  height: 100%;
  background: url("../img/img_mainbg.jpg") no-repeat center top grey;
  background-size: cover;
  color: white;
  padding: 0;
}
section#cover .container {
  position: relative;
  height: 100%;
}
h1#logo {
  color: white;
  font-size: 28px;
  color: white;
  padding-top: 40px;
  font-weight: 500;
  font-family: "tk-proxima-nova-n7", sans-serif;
}

#cover-content {
  position: absolute;
  bottom: 80px;
  width: 550px;
  font-size: 24px;
  line-height: 29px;
}
#cover-content h2 {
  font-size: 120px;
  line-height: 100px;
  color: white;
}
#cover-content p {
  margin: 28px 0 0;
}

#giveaway-badge {
  width: 272px;
  opacity: 0;
  position: absolute;
  top: -20px;
  right: -40px;
  animation: bounceIn .5s forwards;
  animation-delay: .5s;
}
#giveaway-badge img {
  width: 100%;
}
@keyframes bounceIn {
  0% { opacity: 0; transform: scale(.8);}
  50% { opacity: 1; transform: scale(1.05); }
  100% { opacity: 1; transform: scale(1); }
}

/* Video */

.columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video {
  width: 460px;
}
.video p {
  color: #999;
}
.cover {
  position: relative;
  width: 460px;
  height: 307px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover a.button {
  color: white;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 500;
  border: 3px solid;
  background: transparent;
  font-size: 16px;
  padding: 8px 16px;
  box-shadow: none;
}
.cover img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.video p.meta {
  color: #333;
}
.video .download {
  margin-top: 13px;
}
.video .download ul a {
  color: #7542f5;
  text-decoration: underline;
  padding: 4px 0;
  display: inline-block;
}
.video .download ul a:hover {
  color: #2cebb3;
}

/* What Is It */

section#what-is-it {
  color: #888;
  background: #F2F2F2;
}
section#what-is-it .column {
  width: 210px;
}
section#what-is-it p {
  color: #888;
}

/* About Us */

section#about-us {
  background: #7542f5;
  color: white;
}
section#about-us h2 {
  color: white;
}

/* Giveaway */

section#giveaway {
  background: #dcf304;
  color: #333;
}
section#giveaway .container {
  width: 460px;
}
form {
  margin: 20px 0 0;
  position: relative;
}
form p {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
form input {
  font-family: "tk-proxima-nova-n3", sans-serif;
  padding: 15px;
  width: 100%;
  border: none;
  background: white;
  font-size: 16px;
  border-radius: 256px;
  margin: 0 10px 10px 0;
  box-shadow: 0 3px 0 rgba(0,0,0,.1);
}
form input::-webkit-input-placeholder {
  color: #ccc;
}
form input::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
form input:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
form input:focus::-webkit-input-placeholder {
  color: #dedede;
}
form input:focus::-moz-placeholder {
  color: #dedede;
}
form input:focus:-ms-input-placeholder {
  color: #dedede;
}

form button[type=submit] {
  font-family: "tk-proxima-nova-n4", sans-serif;
  border: none;
  color: white;
  background-image: linear-gradient(to top, #4f2da5, #7542f4);
  font-size: 18px;
  font-weight: 500;
  border-radius: 256px;
  box-shadow: 0 3px 0 rgba(0,0,0,.1);
  padding: 15px 30px;
  cursor: pointer;
  transition: all .2s;
  margin-right: 10px;
  opacity: .4;
}
form button[type=submit]:hover {
  transform: none;
  cursor: default;
}
form.ready button[type=submit]:hover {
    transform: scale(1.05);
}
form.ready button[type=submit] {
  opacity: 1;
}
#submit {
  display: block;
  margin-top: 10px;
  text-align: right;
}

/* Errors */

form p.form-error {
  background: #333;
  color: #dcf304;
  width: 90%;
  padding: 12px 4%;
  margin-bottom: 20px;
}
#error {
  display: none;
}
#giveaway-form input.error {
  background: #333;
  color: #dcf304;
}

/* Status */

#form-status {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(224,244,5,.7);
  display: flex;
  align-items: center;
  display: none;
  animation: fadeIn .5s;
}

@keyframes fadeIn {
  0%{ opacity: 0; }
  100% { opacity: 1; }
}

#form-status .msg {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  display: none;
  margin-top: -70px;
}
#form-status p {
  display: block;
}
#form-status p a {
  text-decoration: underline;
}
form.status #form-status {
  display: flex;
  z-index: 1;
}
form.status.sending #form-status #form-being-sent {
  display: block;
}
form.status.error #form-status #form-error {
  display: block;
}
form.status.success #form-status #form-success {
  display: block;
}
form.status.out-of-stock #form-status #form-out-of-stock {
  display: block;
}

/* Media */

section#media-contact {
  background: #333;
  color: white;
}
section#media-contact h2 {
  color: white;
}
section#media-contact a {
  color: #cfee02;
}

/* Footer */

#footer {
  background: #111;
  color: white;
}
#footer .logos {
  font-size: 24px;
}
#badoinkvr-logo  {
  display: inline-block;
  margin-top: 4px;
}
#footer .copyright {
  font-size: 12px;
  color: #666;
  margin-top: 20px;
}

/* Tablet screen corrections */

@media screen and (max-width: 1040px) {

  section#cover {
    height: 100%;
  }
  section {
    overflow: hidden;
  }
  .container {
    margin: 0 auto;
    width: 688px;
  }

  /* Video */

  .video {
    width: 324px;
  }
  .video .cover {
    width: 324px;
    height: 216px;
  }
  .video .cover img {
    width: 100%;
    height: auto;;
  }

  /* What Is It */

  section#what-is-it .column {
    width: 324px;
    margin-bottom: 20px;
  }
  section#what-is-it .column img {
    width: 100%;
    height: auto;
  }

  /* Giveaway */

  section#giveaway .container {
    width: 480px;
    margin: 0 auto;
  }

}

/* Mobile screen corrections */

@media screen and (max-width: 767px) {

  h2 {
    font-size: 46px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 24px;
  }
  .columns {
    display: block;
  }

  a.button {
    font-size: 18px;
    padding: 12px 20px;
  }

  .container {
    margin: 0 40px;
    width: auto;
  }

  /* Cover */

  section#cover {
    height: 100%;
    min-height: 538px;
  }
  #cover-content {
    width: 75%;
    min-width: 240px;
    bottom: 40px;
  }
  #cover-content h2 {
    font-size: 62px;
    line-height: 55px;
    margin-bottom: -8px;
  }
  #cover-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 13px 0 0;
  }
  section#cover a.button {
    margin-bottom: 10px;
  }
  #logo {
    position: relative;
    z-index: 1
  }
  #giveaway-badge {
    top: 30px;
    right: -78px;
    width: 180px;
    z-index: 0;
  }

  /* Videos */

  #videos .container {
    width: 100%;
    margin: 0;
  }
  .video .info,
  #videos h2 {
    margin-left: 40px;
    margin-right: 40px;
  }
  section#videos h3 {
    margin-top: 30px;
    line-height: 28px;
  }
  #videos .video,
  #videos .video .cover {
    width: 100%;
    display: block;
    height: auto;
    margin: 0;
  }
  #videos .video .cover img {
    position: relative;
    width: 100%;
    height: auto;
  }
  #videos .video .cover .button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -88px;
  }
  #videos .video {
    margin-bottom: 40px;
  }
  #videos .video:last-child {
    margin-bottom: 0;
  }

  /* What Is It */

  section#what-is-it .column {
    width: auto;
    margin-bottom: 33px;
  }
  section#what-is-it .column:last-child {
    margin-bottom: 0;
  }
  section#what-is-it .column img {
    width: 100%;
    height: auto;
  }

  /* Giveaway */

  section#giveaway .container {
    width: auto;
    margin: 0 40px;
  }
  #submit {
    text-align: center;
  }

}
