/*
    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=Rubik');
 html,body { height: 100%; margin: 0px; padding: 0px; }
body {
	background: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #B2BB9F;
    line-height: 1.8em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

h1 {
	font-size: 40px;
	width: 230px;
	padding: center;
}

h3 {
	font-weight: 300;
	color: #B2BB9F;
}

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

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


a {
    color: #B2BB9F;
    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: #B2BB9F;
  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: #fff;
}


/* wrapper */

#wrapper {
	text-align: center;
	padding: 2% 0 0 0;
	background: url(../img/main-bg.jpg);
  background-size: cover;
}



#wrapper h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #B2BB9F;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -1px;
}

h2.subtitle {
	color: #B2BB9F;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	padding: 0;
    margin: 20px 0 0 0;
}

.contctform {
  margin-top: 20px;
}

.contctform h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  color: #B2BB9F;
  padding: 0;
  margin: 0 0 40px 0;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:300;
    font-size:13px;
}

#sendmessage {
    background: #fff;
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    background: #fff;
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

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

.credits, .credits a {
    color: #B2BB9F;
    margin-bottom: 10px;
    font-size: 16px;
}
