@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Amaranth';
    src: url('../fonts/Amaranth-Regular.ttf');
}
:root{
    --green-color: #8CA063;
    --gray-color: #f2f2f2;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
    box-shadow: none !important;
    list-style-type: none;
    color: #000000;
}
body {
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
}


.font-14 {
    font-size: 14px;
}
.green-text {
    color: var(--green-color) !important;
}

.btn {
    display: inline-block;
    margin: 10px 0;
    padding: 6px 40px;
    border-radius: 0;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    transition: 150ms;
}
.btn-green {
    background-color: var(--green-color);
    color: #ffffff;
    border: 2px solid var(--green-color);
}
.btn-green:hover {
    background-color: transparent;
    color: var(--green-color);
}

#go-to-top {
    position: fixed;
    right: 15px;
    bottom: -70px;
    z-index: 2;
    background-color: var(--green-color);
    border: 5px solid var(--green-color);
    border-radius: 50%;
    width: 50px;
    transition: bottom 0.3s;
}


/********** BEGINNING OF HEADER **********/
#home {
    height: 500px;
    background: url("../images/image-raccoon-mobile.jpg") center;
    background-size: cover;
    position: relative;
}
#home nav {
    margin: 0 -15px;
    padding: 8px 0;
}
#home .navbar-brand {
    font-family: 'Amaranth', sans-serif;
    font-size: 40px;
    font-weight: bold;
}
#home .navbar-toggler {
    border: none;
}

#navbarNav {
    background-color: var(--gray-color);
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 1;
}
#navbarNav .nav-item {
    width: 250px;
    padding: 5px 30px;
}
#navbarNav .nav-item:last-child {
    margin: 10px 0 20px;
    padding: 5px 55px;
}
#navbarNav .nav-link {
    text-transform: uppercase;
    transition: 150ms;
}

#home > .row {
    position: relative;
    margin-top: 90px;
}
#description {
    height: 400px;
    padding: 0 40px 0 12px;
}
#description p {
    text-shadow: 1px 1px 4px #bbb;
}
#description p:first-child {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 2em;
    margin: 0;
}
#description p span {
    font-size: 3em;
}
#description a {
    background-color: var(--gray-color);
    border-color: var(--gray-color);
    color: #000000;
}

@media (min-width: 576px) {
    #home nav {
        margin: 0;
    }
    #home > .row {
        margin-top: 50px;
    }
    #description {
        padding-left: 27px;
    }
    #description p:first-child {
        font-size: 40px;
    }
}
@media (min-width: 768px) {
    #home {
        background: none;
    }
    #home > .row {
        margin-top: 0;
    }
    #description p:first-child {
        font-size: 50px;
    }
    #description a {
        background-color: var(--green-color);
        border-width: 2px;
        border-color: var(--green-color);
        color: #ffffff;
    }
    #description a:hover {
        background-color: transparent;
        border-width: 2px;
        border-color: var(--green-color);
        color: var(--green-color);
    }
    #banner {
        background: url('../images/image-raccoon.jpg') center;
        background-size: cover;
    }
}
@media (min-width: 992px) {
    #home nav {
        margin: 0 15px;
    }
    #navbarNav {
        background-color: transparent;
        position: static;
    }
    #navbarNav .nav-item {
        width: auto;
        padding: 0;
    }
    #social-media {
        height: 400px;
        width: 60px;
        position: absolute;
        top: 70px;
        left: 30px;
        z-index: 1;
    }
    #social-media a {
        display: inline-block;
        margin-bottom: 30px;
        padding: 10px 15px;
        transition: 150ms;
    }
    #social-media a:hover {
        background-color: var(--gray-color);
        border-radius: 6px;
    }
    #description {
        padding-left: 70px;
    }
}
/********** END OF HEADER **********/


/********** BEGINNING OF MAIN **********/
.bg-gray {
    background-color: var(--gray-color);
    width: 100%;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: -1;
}

section {
    position: relative;
    margin: 80px 0;
}
.section-title {
    font-size: 29px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}
.section-desc {
    padding: 0 30px 20px;
    font-size: 14px;
}
.section-desc p {
    text-align: justify;
    line-height: 32px;
}
.section-image {
    margin: 0;
    padding-left: 30px;
}
.section-image img {
    padding-left: 0;
}

#our-task .bg-gray {
    height: 350px;
}

#your-participation .bg-gray {
    height: 650px;
}

#our-work .bg-gray {
    height: 750px;
}
#our-work .p-title {
    background-color: var(--green-color);
    color: #ffffff;
    padding: 5px 0;
    margin: 15px 0;
}
#our-work .p-content {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 50px;
}

#gallery .bg-gray.left {
    height: 350px;
}
#gallery .section-image {
    margin-left: -15px;
}
#gallery > a {
    display: inline-block;
    margin: 20px 0 0 15px;
    padding-right: 15px;
    border-bottom: 1px solid var(--green-color);
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

#help .bg-gray {
    height: 360px;
    top: 20px;
}
#help .green-text {
    font-size: 32px;
    line-height: 40px;
}
#help form {
    margin: 40px 15px 0;
    text-align: center;
}
#help form input {
    background-color: transparent;
    border: 2px solid var(--green-color);
    border-radius: 0;
    padding: 6px 10px;
    height: auto;
    font-size: 16px;
}
#help form .btn-green {
    width: 100%;
    text-transform: none;
}

@media (min-width: 576px) {
    .bg-gray {
        top: 22px;
    }
    .section-title {
        font-size: 40px;
    }
    #our-task .bg-gray {
        height: 400px;
    }
    #your-participation .bg-gray {
        height: 700px;
    }
    #gallery .bg-gray.left {
        height: 600px;
    }
    #help .bg-gray {
        height: 300px;
    }
}
@media (min-width: 768px) {
    .bg-gray {
        right: 0;
        left: auto;
    }
    .section-title {
        text-align: left;
        padding-left: 30px;
    }
    .section-image {
        padding-right: 0;
    }
    #our-task .bg-gray {
        height: 280px;
        width: 90%;
    }
    #your-participation .bg-gray {
        height: 470px;
        width: 73%;
    }
    #our-work .bg-gray {
        height: 300px;
    }
    #our-work > .row div:first-child .p-title {
        margin-right: -15px;
    }
    #our-work > .row div:nth-child(2) .p-title {
        margin-left: -15px;
        margin-right: -15px;
    }
    #our-work > .row div:last-child .p-title {
        margin-left: -15px;
    }
    #gallery .bg-gray.left {
        height: 180px;
        width: 250px;
        left: 100px;
    }
    #gallery .bg-gray.right {
        height: 180px;
        width: 250px;
        right: 30px;
        top: 120px;
    }
    #gallery .section-image {
        margin-left: -30px;
        margin-right: -15px;
    }
    #gallery > a {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .section-desc {
        font-size: 16px;
    }
    #our-task .bg-gray {
        height: 430px;
    }
    #your-participation .bg-gray {
        height: 470px;
    }
    #our-work .bg-gray {
        height: 300px;
    }
    #gallery .bg-gray.left{
        height: 300px;
        width: 400px;
        left: 100px;
    }
    #gallery .bg-gray.right{
        height: 300px;
        width: 400px;
        top: 80px;
    }
    #gallery > a {
        border-width: 2px;
        font-size: 16px;
    }
    #help form {
        background-color: var(--gray-color);
        margin: 40px 0;
        padding: 50px 0;
    }
    #help .btn {
        margin: 0;
    }
}
@media (min-width: 1200px) {
    #gallery .bg-gray.left{
        left: 170px;
    }
    #gallery .bg-gray.right{
        top: 140px;
    }
}
/********** END OF MAIN **********/


/********** BEGINNING OF FOOTER **********/
footer {
    background-color: var(--green-color);
    padding: 50px 0;
}
footer h1 {
    font-family: 'Amaranth', sans-serif;
    color: #ffffff;
    font-size: 50px;
}
footer ul li {
    margin: 0 10px;
}
footer a {
    display: inline-block;
    padding: 10px;
    transition: 150ms;
}
footer a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
}
footer ul li a {
    color: #ffffff !important;
    text-decoration: none !important;
    text-transform: uppercase;
}
footer div a {
    margin: 10px 20px;
}
footer .btn-green {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}
footer .btn-green:hover {
    background-color: #ffffff;
    color: var(--green-color);
    border-radius: 0;
}
@media (min-width: 576px) {
    footer ul li {
        display: inline-block;
    }
}
/********** END OF FOOTER **********/