/*
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 *******/
/**********************************/
html{
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  background: #eee url(../image/background.jpeg) no-repeat top center;
  background-size: cover;
  margin: 0;
  padding: 0;
  font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400
}

/**********************************/
/******* 2.0 Content Styles *******/
/**********************************/
header {
  text-align: center;
}

header .logo {
  height: 32px;
  box-sizing: content-box;
}
.content {
  text-align: center;
  position: absolute;
  z-index: 9999;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 260px;
}
.content h1 {
  color: #9c0026;
  font-size: 4em;
  position: relative;
  font-weight: 400;
  margin: 30px 1vw;
  font-family: 'Baloo Bhaijaan',serif;
}
.content h2 {
  color: #9c0026;
  font-weight: 700;
  font-size: 1.7em;
  margin-bottom: 50px;
  font-family: 'Playfair Display',serif;
}
.content a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #9c0026;
  padding: 12px 19px;
  background: #9c0026;
  color: #fff;
  display: inline-block;
}
.content a:hover {
  color: #ddd;
}

#snow-wrp{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}