body,
html {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lora', serif;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lora', serif;
    margin: 0;
}

h1 {
    font-size: 30px;
}

h2 {
    text-align: right;
    color: #ffffff;
    font-weight: 700;
    padding-left: 25%;
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 32px;
}

h5 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 22px;
    padding-right: 25%;
}

h6 {
    font-size: 28px;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
}

/*Menu*/
.navbar-toggler {
    outline: inherit !important;
}

.navbar-toggler-icon div {
    width: 30px;
    height: 4px;
    background-color: #000000;
    margin: 6px 0;
}

.nav-item {
    padding: 0 10px;
}

.nav-link,
.dropdown-item {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    text-transform: uppercase;
}

.nav-link:hover {
    color: #0b9444;
}

.dropdown-item:hover {
    background: #0b9444;
    color: #ffffff;
}

/** Section Heading **/
.heading_line {
    width: 100px;
    height: 3px;
    background: #0b9444;
    margin: 20px auto;
}

.bg_green {
    background-color: #0b9444;
}

.text-green {
    color: #0b9444;
}

.bg-black {
    background-color: #000000;
}

.bg-grey {
    background-color: #f4f4f4;
}

.respect-women p {
    font-size: 22px;
    color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
}

.flickity-prev-next-button,
.flickity-prev-next-button:hover {
    border-radius: 0;
    background-color: rgba(56, 156, 87, 0.8);
    color: #ffffff;
}

.flickity-prev-next-button.previous {
    left: 50px;
}

.flickity-prev-next-button.next {
    right: 50px;
}

footer p {
    margin-bottom: 30px;
}

footer a {
    color: #ffffff;
    background: #0b9444;
    padding: 5px 15px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 700;
}

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

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 600px) {
    p {
        font-size: 16px;
    }

    h2 {
        text-align: center;
        padding-left: 0;
    }

    h5 {
        padding-right: 0;
        text-align: center;
    }

    .respect-women p {
        text-align: center;
        font-size: 16px;
    }

    .offers_ecobounce .col-md-3 {
        padding: 0 !important;
    }

    .flickity-prev-next-button.previous {
        left: 10px;
    }

    .flickity-prev-next-button.next {
        right: 10px;
    }
}
