/*
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
*******************************/

/**********************************/
/******* 1.0 General Styles *******/
/**********************************/

@font-face {
    font-family: Chicago;
    src: url('../fonts/ChicagoFLF.ttf');
}

*, *:after, *:before {
  box-sizing: border-box;
}

html{
  min-height: 100%;
  height: 100%;
}

body {
  background: #f6f6f8;
  margin: 0;
  font-family: Chicago, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 10em;
  background: url("../images/background.jpg");
}

/**********************************/
/******* 2.0 Content Styles *******/
/**********************************/

h1 {
  color: #111215;
  font-size: 40vh;
  position: relative;
  font-weight: 100;
  margin: 3vw 0 7vw;
}
h2{
  color: #252629;
  font-weight: 500;
  margin-bottom: 2vw;
}
a {
  border: solid 1px #000;
  color: #000;
  background: transparent;
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
  margin: 10px;
}
a:hover {
  opacity: 0.8;
}

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

.mac-window {
  background: white;
  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;
}