body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

h2 {
    font-weight: 700;
    font-size: 38px
}

h4 {
    color: #669D40
}

h5 {
    color: black
}

.primary {
    background-color: black;
    color: white;
    padding: 5px;
}


.logo-footer {
    max-width: 300px;
}

.navbar {
    background-color: #669D40;
}

.navbar-nav .nav-link {

    margin: 0 10px;
    text-align: center
}

#secondary {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px;

}

#secondary h1 {
    color: #1A6B46;
    font-weight: 700
}

#secondary p {
    color: #1A1A1A;
    font-size: 24px;
}



#main {
    background: url('../img/home.jpg') center center no-repeat;
    background-size: cover;
    color: white;
    min-height: 850px;
    position: relative;

}



#main img {
    max-width: 300px;
    padding: 100px 0;
}

#hero {
    background: url('../img/element.jpg')center center no-repeat;
    background-size: cover;
    color: white;
    padding: 80px 0;
}

#company {
    background: url('../img/company.jpg')center center no-repeat;
    background-size: cover;
    padding: 200px 0;
}

#company p {
    font-family: 'Roboto', sans-serif;
    color: #1A6B46;
    font-size: 24px;
    font-weight: 600;
    font-style: italic
}



.header-title{
    background-color: #669D40;
    border-radius: 10px 10px 0px 0px;
    padding: 20px 50px;
}

.rounded-number{
    background-color: #884db4;
    border: 1px solid black;
    padding: 15px 20px;
    color: white;
    font-size: 20px;
}

.form-bg{
    background-color: #EAEFED;
    border-radius: 10px;
}
.prod-img-caption {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 250px;
    position: absolute;
    padding: 30px;
}

.contact {
    background-color: #1A1A1A;
    color: white;
    padding: 20px;

}

#footer {
    background-color: #669D40;
    padding: 40px 0;
    color: white;

}

#secondary-footer {
    background-color: #669D40;
    color: white;
    padding-top: 20px;
}

#footer .nav-list,
a {
    display: inline-block;
    padding: 10px;
    color: white;
    font-weight: 700
}

#footer a:hover {
    color: #37AD74;
    font-weight: 700;
    text-decoration: none
}

#secondary-footer a:hover {
    text-decoration: none;
    color: #37AD74;

}



/* effect-shine */
a.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

@media (max-width:1198px) {
    #main {
        background: url('../img/home.jpg') 94% no-repeat;
        background-size: cover;
    }
}

@media (max-width:991px) {
    .navbar {
        padding: 10px;
    }



    #company {
        background: url('../img/company.jpg') 20% no-repeat;
        background-size: cover;
    }

    .dim {
        background: rgba(255, 255, 255, 0.3);
        padding: 20px;
    }

}

@media screen and (max-width:782px) {

    #footer {
        padding-top: -10px;

    }

}

@media (max-width:768px) {
    #main {
        height: 1200px;
    }
}

@media screen and (max-width:600px) {}

@media (max-width:320px) {}


.dropdown-menu li a{
    color: #669D40;
}

.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #c092e4;
}

.table-success, .table-success>td, .table-success>th {
    background-color: #dec2f3;
}