/*
    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://fonts.googleapis.com/css?family=Lato:400,300,700,900');
 html,body { height: 100%; margin: 0px; padding: 0px; }
body {
	background: #000000;
    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: #FF0000;
}

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;
      margin-top: 30%;
}
.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: 5% 0 0 0;
	
	width: 100%;	
    height: 100%;
    background-size: cover;
}



#wrapper h1 {
	margin-top: 60px;
	margin-bottom: 40px;
	color: #e4173b;
	 float: right;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -1px;
}

h2.subtitle {
	 color: #ab2524;
  text-align:center;
    font-size: 27px;
    margin-top: 0%;
    margin-left: 0%;
	
}

h2.subtitle1 {
	color: #ffffff;
    /* float: right; */
    font-size: 19px;
    /* margin-top: -3%; */
    /* margin-right: 4%; */
    text-shadow: 1px 1px 2px rgba(12, 12, 12, 1);
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.logo{
	    position: absolute;
   top: 169px;
    margin-right: 6%;
}
.logo1{
	   
    right: 0;
  margin-top: 17%;
    margin-left: 30%;

}
.logo3{
	   
    right: 0;
       margin-top: 40%;
    margin-left: -17%;

}
footer{
	background:#333;
	bottom:0px;
    left: 0;
    right: 0;
}
/* social */
.social {
    /* padding: 9px 0 0 0; */
    display: block;
    text-align: center;
}

.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: 5px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin-bottom: 5px;
    text-shadow: 1px 1px 2px rgba(12, 12, 12, 1);
    display: block;
    text-align: center;
	margin-bottom:20px;
}	

.credits, .credits a {
    color: #fff;
}
.form-inline {
	margin-top:170px;
}	
@media only screen and (max-width: 1199px){
} 
@media only screen and (max-width: 991px){
	
form.signup input {
    width: 200px !important;
}

}


@media only screen and (max-width: 767px){
	form.signup input{
		width:100%!important;
	}
	.logo{
		position:relative;
		top:0;
	}
	.form-inline {
    margin-top: 10px;
	}
	.btn-theme {
    margin-top: 0px;
}
#wrapper h1{
	width:100%;
	text-align:center;
}
h2.subtitle{
	width:100%;
	text-align:center;
}
#wrapper {
    height: initial;
}
.btn-theme{
	margin-bottom:30px;
}
}

