body {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0px;
    background: #1c1c1c;
}

h1, h2 {
    line-height: 1.2;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

p,li {
    font-size: 15px;
    /*font-family: 'sinkin_sans300_light'; */
    color: #afafaf;
    letter-spacing: 0px;
    line-height: 25px;
}

.navbar {
    background-color: #282828;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

li.active a {
    color: #e8c160 !important;
}

footer.content-info {
    background: #323232;
}

.home-bg {
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}

.center-container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.custom-padding {
    padding: 120px 0px;
}

.banner-bg {
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    padding: 120px;
}

a.cta-button, .wpcf7-submit {
    color: #fff;
    background: #e8c160;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 4rem;
    padding-right: 4rem;
    transition: 0.8s;
}

a.cta-button:hover, .wpcf7-submit:hover {
    color: #e8c160;
    background: #fff;
    transition: 0.8s;
    text-decoration: none;
}

.riga-cta {
    height: 1px;
    width: 100%;
    background: #ffffff;
    margin-bottom: 4rem;
}

.page-bg {
    height: 50vh;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty {
    color: #9a8c7e;
    background-color: #2e2e2e;
    border-color: #2a2321;
    border: 0px;
    padding: 13px;
    margin-bottom: 18px;
    width: 100%;
    outline: none;
}

.wpcf7-list-item-label {
    color: #afafaf;
}

.wpcf7-list-item-label a{
    color: #e8c160;
}

.text-green {
    color: #e8c160;
}

.privacy-and-policy, .wpcf7-response-output, .copyright {
    color: #afafaf;
}

.logo-nav {
    padding-top: 3px;
    padding-bottom: 3px;
}

.img-home-first-row {
    padding-left:60px;
}

.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .home-bg {
        height: 40vh;
        background-position: center;
    }
    .custom-padding {
        padding: 60px 0px;
    }
    .navbar {
        background: #282828 !important;
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        background: #282828 !important;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .home-bg {
        height: 30vh;
        background-position: center;
    }
    .home-bg h3 {
        font-size: 18px;
    }
    .center-container {
        position: relative;
    }
    .navbar {
        background: #282828 !important;
    }
    .banner-bg {
        padding: 50px;
    }
    footer img {
        padding-bottom:3rem;
    }
    .project-container img {
        padding-bottom:3rem;
    }
    form.wpcf7-form {
        padding-top:3rem;
    }
    .img-home-first-row {
        padding-left:15px;
    }
    .custom-padding {
        padding: 60px 0px;
    }
}
