html {
    font-family: 'Lato', sans-serif;
}

body {
    background-color: #f6f9f9;
}

.jumbotron {
    background-color: #f6f9f9;
}

.banner {
    background-image: url("img\\laptop.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.btn-primary {
    background-color: #15a4fa;
    border-color: #15a4fa;
}

#strict {
    border-bottom: 0.2rem solid #15a4fa;
}

.veil {
    position: absolute;
    background-color: rgba(128, 128, 128, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feature {
    background-color: white;
}

.hidden-buttons button {
    margin: 0 5px;
}

.hidden-buttons {
    display: none;
    position: absolute;
    background-color: rgba(21, 164, 250, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    align-items: center;
    justify-content: center;
}

.card:hover .hidden-buttons {
    display: flex;
}

.btn-outline-primary {
    color: white;
    border-color: white;
    background-color: rgba(21, 164, 250, 0.5);
}

.contact-us {
    background-image: url("img\\road.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.container-form {
    max-width: 540px;
}

.btn.facebook {
    color: white;
    background-color: #3b5998;
}
.btn.twitter {
    color: white;
    background-color: #55acee;
}
.btn.google-plus {
    color: white;
    background-color: #dd4b39;
}
.btn.linked-in {
    color: white;
    background-color: #0976b4;
}

input, textarea {
    background-color: transparent !important;
    color: white !important;
    padding: 1.5rem !important;
}

i.fab {
    width: 20px;
    height: 20px;
}

::placeholder {
    color: white !important;
    opacity: 0.7 !important;
}