/*
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 General Styles
  2.0 Content Styles
  3.0 Countdown
*******************************/

/**********************************/
/******* 1.0 General Styles *******/
/**********************************/
@import url("https://fonts.googleapis.com/css?family=Voltaire");

html{
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  background: #e7deb7;
  margin: 0;
  padding: 0;
  font-family: "Voltaire", Helvetica, Arial, sans-serif;
  font-weight: 400
}

* {
	margin: 0;
	padding: 0;
}

/**********************************/
/******* 2.0 Content Styles *******/
/**********************************/
#world {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	//background: linear-gradient(#e4e0ba, #f7d9aa);
}
.content {
  text-align: left;
  position: relative;
  margin: 20vh auto;
}
.content * {
  pointer-events: visible;
}
.content .logo img {
  height: 8rem;
  margin-bottom: 4vh;
  box-sizing: content-box;
}
.content h1 {
  color: #333;
  font-size: 4em;
  position: relative;
  font-weight: 400;
  margin: 30px 0;
}
.content h2 {
  color: #333;
  font-weight: 500;
  font-size: 1.7em;
  margin-bottom: 50px;
}
.content .btn {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #333;
  padding: 12px 19px;
  color: #333;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.content a:hover {
  opacity: 0.8;
}

/**********************************/
/*******    3.0 Countdown   *******/
/**********************************/
#countdown {
  margin: 10vh 0 1vh;
  top: 5%;
  left: 0;
  right: 0;
  height: 100px;
  width: 50%;
}

#countdown.show {
  display: block;
}

#countdown > div {
  position: relative;
  float: left;
  width: 20%;
  font-size: 3vw;
  font-weight: 100;
  line-height: .8em;
  letter-spacing: 2px;
  text-align: left;
  color: #333;
}

#countdown > div > span {
  display: block;
  font-size: 1.2vw;
  font-weight: 100;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-top: 20px;
  color: #555;
  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;
    }
}

.flex-grid-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
}


.mac-window {
  background: rgba(255, 255, 255, 0.9);
  color: black;
  border: 1px solid black;
  width: 600px;
  border-radius: 1px;
  box-shadow: 1px 1px 0 black;
  font-family: Chicago;
}

.mac-window .title-bar {
  text-align: center;
  border-bottom: 1px solid black;
  width: 100%;
  position: relative;
}

.mac-window .title-bar .bars-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  justify-content: center;
  margin: 3px 1px 2px 1px;
  position: relative;
}

.mac-window .title-bar .bars-container .bar {
  margin-bottom: 1px;
  border-bottom: 1px solid black;
  width: 100%;
}

.mac-window .title-bar .close {
  width: 13px;
  height: 13px;
  position: absolute;
  top: -1px;
  left: 7px;
  background: white;
  padding: 1px;
  z-index: 2;
}

.mac-window .title-bar .close .inner {
  width: 100%;
  height: 100%;
  border: 1px solid black;
}

.mac-window .title-bar .title {
  display: inline;
  position: absolute;
  top: -3px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  box-sizing: none;
  padding: 0 6px;
  background: white;
  font-size: .8em;
  height: 100%;
  *white-space: nowrap;
  overflow: hidden;
}

.mac-window p {
  padding: 0 10px;
}
