/*
Theme Name: HUGE
Description: Creative Coming Soon Template
Author: SquirrelLabs
Author URI: https://themeforest.net/user/squirrellabs/portfolio?ref=SquirrelLab
Version: 1.0
License: https://themeforest.net/licenses/standard

---

/*******************************
  Table of Contents

  1.0 Content Styles
  2.0 Content Styles
  3.0 Countdown
*******************************/

/**********************************/
/******* 1.0 General Styles *******/
/**********************************/
html{
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  background: #242424;
  margin: 0;
  padding: 0;
  font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  min-height: 100%;
  position: relative;
}

/**********************************/
/******* 2.0 Content Styles *******/
/**********************************/
header {
  text-align: center;
  position: absolute!important;
}

header .logo {
  height: 32px;
  box-sizing: content-box;
}

.btn {
  font-size:14px;
  color:#fff;
  letter-spacing:1px;
  overflow:hidden;
  position:relative;
  text-transform:uppercase;
  border-color:#fff;
  border: 2px solid;
  border-radius:0;
  padding: 12px 4vw;
  background:transparent;
  box-shadow:none;
  position: relative;
  z-index: 2;
}

.btn:hover,
.btn:focus,
.btn:active {
  background:transparent;
  color:#000;
  border-color:#222;
  border: 2px solid #fff;
  outline:none;
  box-shadow:none;
}

.btn .mask {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  -moz-transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
  -o-transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
  -webkit-transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
  transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
}

.btn:hover .mask {
  width: 100%;
}

.huge-section {
  min-height: 100vh
}

.huge-side {
  min-height: 100vh
}

.left-side {
  background: #242424;
}

.left-side .huge-content {
  color: #fff;
  min-height: 100vh
}

.left-side .huge-content .logo {
  height: 32px;
  margin: 60px 0 70px;
}

.left-side .huge-content h1 {
  font-size: 42px;
}

.left-side .huge-content h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.left-side .social-icons {
  position: absolute;
  bottom: 30px;
  padding: 0;
}

.left-side .social-icons li {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.left-side .social-icons li:last-child {
  margin-right: 0;
}

.left-side .social-icons li a {
  color: #fff;
}

.left-side .social-icons li a:hover {
  opacity: .8;
}

.right-side {
  margin: 0;
  padding: 0;
}

.right-side .huge-background-img {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

/**********************************/
/*******    3.0 Countdown   *******/
/**********************************/
#countdown {
  margin: 2vh auto 4vh;
  position: relative;
}

#countdown.show {
  display: block;
}

#countdown > div {
  position: relative;
  width: 100%;
  font-size: 2em;
  font-weight: 100;
  line-height: .8em;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'Asap',serif;
}

#countdown > div > span {
  display: inline-block;
  font-size: .5em;
  font-weight: 100;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-top: 20px;
  padding-left: 12px;
  color: #999;
  text-transform: lowercase
}

@media (max-width:480px) {
    #countdown {
        width: 100%;
    }
    #countdown > div {
        width: 25%;
        font-size: 30px;
        font-weight: 700;
        line-height: .8em;
        letter-spacing: 2px;
    }
    #countdown > div > span {
      font-size: 11px;
    }
}