/*
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%;
  overflow-x: hidden;
}
body {
  background: #333;
  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: 11;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 260px;
}
.content h1 {
  color: #fff;
  font-size: 4em;
  position: relative;
  font-weight: 400;
  margin: 0 1vw;
  font-family: 'Baloo Bhaijaan',serif;
  margin-bottom: 30px;;
}
.content table {
  color: #fff;
  font-weight: 500;
  font-size: 2em;
  margin-bottom: 30px;
  font-family: 'sans-serif',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 #fff;
  padding: 12px 19px;
  color: #fff;
  display: inline-block;
}
.content a:hover {
  opacity: 0.8;
}
#starfield {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  padding: 0;
  margin: 0 0 -6px 0;
  overflow: hidden;
  max-height: 100%;
}
#starfield canvas {
  padding: 0;
  margin: 0;
}

.phone{
  font-weight: 600;
  color:#ffffd8;
  font-size: 36px;;
}
.email{
  font-weight: 500;
  color:#ffffd8
}