@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap');

body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #222;
    font-weight: 300;
}

/* TOPBAR */
.topbar {
    padding: 15px;
    background: -moz-linear-gradient(-45deg, #273170 0%, #da3832 100%);
    background: -webkit-linear-gradient(-45deg, #273170 0%, #da3832 100%);
    background: linear-gradient(135deg, #273170 0%, #da3832 100%);
    background-color: #273170;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
}

.topbar a {
    color: #fff;
    text-decoration: none;
}

.topbar a:hover {
    color: #fff;
    text-decoration: none;
}

/* NAV */
.navbar {
    padding: 15px;
}

.nav-item a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.navbar-nav .nav-link .active,
.navbar-nav .show > .nav-link,
.nav-item a:hover {
    color: #da3832 !important;
}

.navbar-nav .nav-link {
    color: #222 !important;
}

.navbar-toggler {
    border: none;
}

/* CAROUSEL */
.carousel-caption {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px;
}

.carousel-caption h1 {
    font-size: 40px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}


@media (min-width: 640px) and (max-width: 992px) {
    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
    }

}

@media (min-width: 320px) and (max-width: 640px) {
    .carousel-caption h1 {
        font-size: 15px;
        font-weight: 600;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
    }
}

/* CONTENT */
.whitebg {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
}

.whitebg a {
    color: #da3832;
    text-decoration: none;
}

.whitebg a:hover {
    color: #273170;
    text-decoration: none;
}

.lightgreybg {
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
}

.whitebg h1,
.lightgreybg h1 {
    font-size: 30px;
}

.whitebg h2,
.lightgreybg h2 {
    font-size: 25px;
    font-weight: 400;
}

.whitebg h3,
.lightgreybg h3 {
    font-size: 20px;
    color: #273170;
    letter-spacing: 1px;
}

.whitebg h4,
.lightgreybg h4 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}

.gradientbg {
    background: -moz-linear-gradient(-45deg, #273170 0%, #da3832 100%);
    background: -webkit-linear-gradient(-45deg, #273170 0%, #da3832 100%);
    background: linear-gradient(135deg, #273170 0%, #da3832 100%);
    background-color: #273170;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    color: #fff;
}

.gradientbg h1 {
    font-size: 30px;
    color: #fff;
}

.gradientbg h4 {
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
}

.borderline {
    position: relative;
    width: 20%;
    height: 3px;
    background-color: #da3832;
}

.home-boxes h1 {
    font-size: 30px;
}

.home-boxes hr {
    border-top-color: #777 !important;
    padding-bottom: 15px;
}

.btn-primary {
    background-color: #273170;
    border: none;
    color: #fff !important;
    letter-spacing: 1px;
}

.btn-primary:hover {
    background-color: #da3832;
    border: none;
    color: #fff !important;
    letter-spacing: 1px;
}

/* BOXES */
.box_area {
    display: block;
    margin: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
}

.box_area.small {
    padding: 75px 0;
}

.box_area.tiny {
    padding: 40px 0;
}

.box_area.nospace {
    padding: 0 !important;
}

.box_area .images {
    position: relative;
}

.box_area .images:after {
    display: block;
    content: ' ';
    width: auto;
    height: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
}

.box_area .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    z-index: 10;
    padding: 50px;
}

.box_area h2 {
    font-size: 30px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 600;
    margin: 0;
    padding: 0;
}

/* PARALLAX */
.parallax {
    background-image: url(../images/parallax.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 30px;
    padding-right: 30px;
}

.parallax-hygiene {
    background-image: url(../images/parallax-hygiene.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

.parallax-commercial {
    background-image: url(../images/parallax-commercial.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

.parallax-valeting {
    background-image: url(../images/parallax-valeting.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

.parallax-products {
    background-image: url(../images/parallax-products.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

.parallax-warehouse {
    background-image: url(../images/our-warehouse/parallax.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

.parallax-about {
    background-image: url(../images/parallax-about.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

.parallax-contact {
    background-image: url(../images/parallax-contact.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

.parallax h1 {
    color: #FFF;
    font-size: 40px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 700;
}

.parallax-warehouse h1,
.parallax-contact h1,
.parallax-hygiene h1,
.parallax-commercial h1,
.parallax-products h1,
.parallax-valeting h1,
.parallax-about h1 {
    color: #FFF;
    font-size: 30px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 700;
}

@media all and (max-width:768px) {

    .parallax,
    .parallax-warehouse,
    .parallax-contact,
    .parallax-hygiene,
    .parallax-commercial,
    .parallax-products,
    .parallax-valeting,
    .parallax-about {
        background-attachment: unset;
        background-size: auto 100%;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .parallax h1 {
        color: #FFF;
        font-size: 30px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
}

/* FOOTER */
.footer {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    font-size: 15px;
    color: #111;
    line-height: 25px;
}

.footer a {
    color: #da3832;
    text-decoration: none;
}

.footer a:hover {
    color: #273170;
    text-decoration: none;
}

.footer h2 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #273170;
}

.footer h3 {
    font-size: 17px;
    letter-spacing: 1px;
}

.footer hr {
    border-top: #ccc 1px solid;
}

.contact-hours {
    position: relative;
    display: inline-block;
    zoom: 1;
    * display: inline;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    line-height: 25px;
}

.contact-hours ul li {
    width: 100%;
    font-size: 12px;
}

.contact-hours span {
    width: 50%;
    float: left;
}

.has-error .control-label,
.has-error label {
    color: #e56464;
    font-weight: 700;
}

.has-error .form-control,
.has-error .form-select {
    background-color: #f8d7da;
    border: 1px solid #e56464;
}

.has-error .input-group-text {
    background-color: #e56464;
    border: 1px solid #e56464;
    color: #fff;
}

.olivers {
    padding: 25px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.olivers h5 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #0d1033;
}
