/*
    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: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #020041;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    margin: 0;
}

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:#020041;
    word-wrap: break-word;
    text-decoration: underline;
    font-weight: 500;
    -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:#6e321d;
    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;
    /* Location of the image */
    background-image: url(../img/bg.jpg);
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based
     on the container's size */
    background-size: cover;
    /* Set a background color that will be displayed
     while the background image is loading */
    width: 100%;
    min-height: 100vh;
}

#wrapper h1 {
    margin-top: 60px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: -1px;
}

h2.subtitle {
    color: #fff;
    font-size: 28px;
    font-weight: bold
}


/* 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;
}

.download-button {
    border: 1px solid #ccc;
    padding: 10px 25px;
    border-radius: 4px;
    display: inline-block;
}

.download-button a {
    color: #fff;
}

.social-links a {
    color: #fff;
    font-size: 24px;
    margin-right: 6px;
}