/**
green: #7da01e
orange: #f08417
brown: #a05b14
 */

body {
    margin-top: 60px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2rem;
}

a {
    color: darkolivegreen;
}

a:hover {
    color: #a05b14;
}

.container {

}

header {
    background: darkolivegreen;
}

header .navbar {
    height: 60px;
}

header .navbar .navbar-brand img {
    margin: -10px 0;
    height: 50px;
}

header .navbar .btn {
    margin-left: 5px;
    font-weight: 300;
    font-size: 16px;
    color: white;
}

header .navbar .btn-outline-primary {
    margin-left: 15px;
    border-color: white;
}

header .navbar .navbar-collapse {
    background: darkolivegreen;
    padding: 20px;
    margin: 0 -20px;
}

header .navbar .navbar-toggler {
    display: none;
    border-color: white;
}

section {
    position: relative;
    padding: 40px 0;
}

section h2 {

}

section .card {
    margin-bottom: 15px;
}

section#inici {
    padding: 20px 0;
    background: darkolivegreen;
    color: white;
}

section#horts {
    background: #f0f0f0;
}

section#productes {

}

section#productes .productes {
    text-align: center;
}

section#productes .productes img {
    max-height: 115px;
}

section#productes .productes figcaption {
    text-align: center;
    margin-top: 10px;
}

section#productes .certificacions .card-img-top {
    padding: 50px;
}

section#serveis {
    background: #f0f0f0;
}


footer {
    margin-top: 50px;
    padding: 50px 0;
    background: peru;
    color: white;
    font-weight: 300;
}

footer a {
    color: white;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    body {
        margin-top: 100px;
        line-height: 1.4rem;
        font-size: 16px;
    }

    header .navbar {
        height: 100px;
    }

    header .navbar .navbar-brand img {
        margin: -10px 0;
        height: 80px;
    }

    header .navbar .navbar-collapse {
        padding: 0;
        margin: 0;
    }

    section {
        padding: 150px 0;
    }

    section:before {
        content: "";
        display: block;
        padding-top: 50px;
        margin-top: 0px;
    }

    section h2 {

    }

    section#inici {
        padding: 25px 0;
        background: darkolivegreen;
        color: white;
    }

    section#inici:before {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}