@charset "UTF-8";

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

html, body {
  height: 100%;
  overflow: hidden;
}

body {
  padding: 0;
  margin: 0;
  background: #212121;
  font-size: 14px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
}

label {
  cursor: pointer;
}

a {
  margin: 0;
  padding: 4px 8px;
  vertical-align: baseline;
  background: rgb(255, 255, 255);
  text-decoration: none;
  color: rgb(48, 48, 48);
  border-radius: 5px;
}

input, select, button, textarea {
  margin: 0;
  font-size: 100%;
}


canvas {
  position: absolute;
  top: 0;
  left: 0;
}

button {
  border: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: none;
  cursor: pointer;
}

:focus {
  outline: 0;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/***********************************
			/* 1. END BODY */
/***********************************/

/***********************************
			/* 2. CONTENT */
/***********************************/
/* 2.1. Section Coming Soon */

.main {
  min-height: 100vh;
  position: absolute;
  padding: 240px 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
  max-height: 100vh;
  z-index: 111;
  top: 0;
  left: 0;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.message {
  text-align: center;
  color: #ffffff;
}

h1 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 48px;
  padding-bottom: 10px;
  display: block;
  max-width: 960px;
  margin: 0 auto;
}

h1 span {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  padding: 10px;
  display: inline-block;
}

h6 {
  padding-bottom: 70px;
  font-weight: 400;
}

h3 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 30px;
  display: block;
  padding-bottom: 10px;
  max-width: 960px;
  margin: 0 auto;
}

.text {
  line-height: 42px;
  font-size: 18px;
  padding: 0 60px;
  max-width: 920px;
  margin: auto;
}

.socials {
  margin: 50px 0 0 0;
}

.socials a {
  margin: 0 20px;
  border-radius: 3px;
}

/* 2.2. END Social style */
/***********************************
			/* 2. END CONTENT */
/***********************************/

/***********************************
			/* 3. RESPONSIVE */
/***********************************/
@media (max-width: 1400px) { 
  .content {
    top: 50%;
  }
  h1 {
    font-size: 38px;
  }
}

@media (max-width: 900px) {
  h1 {
    font-size: 48px;
  }
  .content {
    top: 55%;
  }
}
  
@media (max-width: 950px) {
}

@media (max-width: 650px) {
  body, html {
    max-height: 100vh;
  }
   .content {
    position: static;
    margin: 0 auto;
    transform: none;
    padding-top: 300px;
  }
  .main {
    padding-top: 0;
    padding-bottom: 100px;
    height: 100vh;
  }
  h3{
  	font-size: 1.5rem;
  }
}

@media (max-width: 650px) {
  h1 {
    font-size: 36px;
    padding-bottom: 20px;
  }
  .text {
    font-size: 16px;
    line-height: 2;
    padding-right: 20px;
    padding-left: 20px;
  }
  .content {
    padding-top: 120px;
  }
}

@media (max-width: 480px) {

  .content {
    padding-top: 100px;
  }
  h1 {
    font-size: 21px;
  }
  h1 span {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    padding: 4px;
    display: inline-block;
  }
  .text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }
}

@media screen and (max-height: 485px) {
  h1 {
    font-size: 21px;
  }
  .content {
    position: static;
    margin: 0 auto;
    transform: none;
    padding-top: 75px;
  }
  .main {
    padding: 0;
  }
  h1 {
    padding-bottom: 30px;
  }
  h3 {
    font-size: 20px;
  }
  .text {
    font-size: 15px;
    line-height: 1.2;
  }
  h1 span {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    padding: 4px;
    display: inline-block;
  }
}

@media screen and (max-height: 405px) {
  .content {
  	padding-top: 40px;
  }
  h1 {
  	padding-bottom: 15px;
  }
} 

@media screen and (max-height: 330px) {
  h1 {
    padding-bottom: 8px;
  }
}
/***********************************
			/* 3. END RESPONSIVE */
/***********************************/