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

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

/**********************************/
/******* 2.0 Content Styles *******/
/**********************************/
.container {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #222222;
}

svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.lines {
  opacity: 0.05;
}

.line {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #4C3A90;
}

.lights {
  opacity: 0.9;
}

.light {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #7A6BB5;
}

.content {
  text-align: center;
  position: relative;
  z-index: 11
}
.content h1 {
  color: #4C3A90;
  font-size: 18rem;
  position: relative;
  font-weight: 100;
  margin: 3vw 0 7vw;
}
.content h2{
  color: #ddd;
  font-weight: 500;
  margin-bottom: 2vw;
}
.content a {
  padding: 4px 25px 4px 4px;
  background: #e1e3e5;
  color: #4C3A90;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.content a:hover {
  opacity: 0.8;
}
.content .btn img {
  height: 16px;
  width: 16px;
  padding: 12px;
  margin-right: 10px;
  background: rgba(255, 255, 255, .4);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  float: left;
  position: relative;
}

img.logo {
	width: 400px;
	max-width: 90%;
}

@media (max-width:480px) {
  .content h1 {
    font-size: 8rem;
  }
  .content h2 {
    padding: 8px;
    margin-bottom: 20px;
  }
}