/*
    Theme Name: WeBuild
    Theme URL: https://bootstrapmade.com/free-bootstrap-coming-soon-template-countdwon/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */
@import url('https://web.archive.org/web/20220319091715cs_/https://fonts.googleapis.com/css?family=Lato:400,300,700,900');
 html,body { height: 100%; margin: 0px; padding: 0px; }
body {
	background: #283023;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #444;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
}


a {
    color: #ACBAC1;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #4F92AF;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.btn-theme  {
  color: #fff;
  background-color: #4F92AF;
  border-color: #4F92AF;
  transition: background 0.3s;
}
.btn-theme:hover  {
  color: #fff;
  background-color: #5cacce;
  border-color: #5cacce;
}
form.signup input  {
	height: 42px;
	width: 250px !important;
	border-radius: 0;
	border: none;
}
form.signup button.btn {
	font-weight: 700;
}
form.signup input.form-control:focus {
	border-color: #fd680e;
}


/* wrapper */

#wrapper {
	text-align: center;
	padding: 0% 0 0 0;
	background: #283023;
	width: 100%;	
    height: 100%;
    background-size: cover;
}



#wrapper h1 {
	margin-top: 60px;
	margin-bottom: 20px;
	font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 32px;
line-height: 37px;
text-align: center;
letter-spacing: 0.2em;
text-transform: uppercase;
text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
    color: #e8dacd;
}

h2.subtitle {
	color: #fff;
	font-size: 16px;
	font-family: Roboto;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
	    color: #e8dacd;
}


/* social */
.social {
    padding: 30px 0 0 0;
}

.social a {
    font-size: 24px;
    color: #fff;
    padding: 0 5px;
    transition: all 0.3s;
}

.social a:hover {
    color: #5cacce;
}

/* countdown */
#countdown {
	font-size: 48px;
	color: #fff;
	line-height: 1.1em;
	margin: 40px 0 60px;
}


/* footer */
p.copyright {
	margin-top: 30px;
	color: #fff;
	text-align: center;
    padding: 0;
    margin-bottom: 5px;
}	

.credits, .credits a {
    color: #fff;
}

@media (min-width: 1200px) {
.col-lg-offset-3 {
    margin-left: 0%;
}
}
.credits {
	    float: left;
		text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
		    color: #e8dacd;
		
	
}
.credits2 {
    float: right;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
    color: #e8dacd;
    font-size: 13px;
    margin-right: 4%;
    margin-top: -10px;
}
@media (max-width: 600px) {
.credits {
	    float: none;
		text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
		    color: #e8dacd;
	
	
}
}
@media (max-width: 600px) {
.credits2 {
	    float: none;
		text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
		    color: #e8dacd;
			    font-size: 13px;
				margin-bottom:40px;
				  margin-top: -10px;
				      text-align: center;
	margin-right: 0%;
	
}
}
.textcenter {
    margin: 0 auto;
    margin-top:10%;
    margin-bottom: 10%;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
	    color: #e8dacd;
		line-height: 20px;
	
}
@media (max-width: 600px) {
.textcenter {
 margin-top: 10%;
    margin-bottom: 10%;
	    line-height: 45px;
	
}
}

.textcenter2 {
	    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 0%;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
	    color: #e8dacd;
		line-height: 37px;
	
}
@media (max-width: 600px) {
.textcenter2 {
	 margin-top: 20%;
    margin-bottom: 60%;
	    line-height: 45px;
	
}
}


.container {
    align-self: center;
    margin: 0 auto;
    height: 95% !important;
    display: block;
    align-items: center;
    justify-content: center;
}

.cont {
	    height: 100% !important;

}



/*
playback timings (ms):
  captures_list: 0.878
  exclusion.robots: 0.038
  exclusion.robots.policy: 0.024
  esindex: 0.014
  cdx.remote: 17.408
  LoadShardBlock: 66.16 (3)
  PetaboxLoader3.datanode: 96.869 (4)
  load_resource: 180.581
  PetaboxLoader3.resolve: 108.477
*/