/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 766px){

    .hero-entry {
        background-size: cover;
        position: relative;
    }

    .footer-inner .col-lg-4 {
        padding: 50px 0px 0px 0px;
    }

    .title-container-project {
        font-family: GeomanistBook;
        width: 90%;
        text-align: left;
        font-size: 32px;
        margin: 170px 0px 0px 10px;
        padding: 10px;
        display: inline-block;
    }

    .map-section {
        overflow: auto;
    }

    .nav-container {
        column-count: 1;
    }
    .mid-section-container {
        padding: 25px 0px;
        display: block;
        max-width: 90%;
        margin: 0 auto;
    }

    .title-container {
        font-family: GeomanistBold;
        width: inherit;
        text-align: left;
        font-size: 38px;
        margin-left: 20px;
        display: inline-block;
        direction: inherit;
    }

    .content-container {
        width: 90%;
        margin: 0px 0px 0px 20px;
    }

    .content {
        font-family: GeomanistBook;
        color: #70706f;
        font-size: 26px;
    }

    .category-arrow {
        margin-right: -30px;
    }

    .content-container-project {
        width: 90%;
        margin: 0 auto;
    }

    .title-container-project {
        font-family: GeomanistBook;
        width: 90%;
        text-align: left;
        font-size: 32px;
        margin-right: 10px;
        padding: 180px 0px 0px 20px;
        display: inline-block;
    }

   
    footer {
        text-align: center;
    }

   .col-lg-6 .footer-logo {
        position: relative !important;
        bottom: 10px !important;
        width: 330px !important;
        margin: 10px 0px !important;
    }

    .col-lg-2 .footer-logo {
        position: relative !important;
        bottom: 10px !important;
        width: 240px !important;
        margin: 10px 0px !important;
    }

    .footer-tag {
        width: 100%;
        padding-top: 90px;
        padding-bottom: 20px;
    }

} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 767px) and (max-width: 991px) {

    .footer-inner .col-lg-4 {
        padding: 50px 0px 0px 0px;
    } 
    
    .content-container-project {
        width: 100%;
        margin: 10px;
    }
    
    .title-container-project {
        font-family: GeomanistBook;
        width: 90%;
        text-align: left;
        font-size: 32px;
        margin: 170px 0px 0px 10px;
        padding: 10px;
        display: inline-block;
    }
   
.map-section {
    overflow: auto;
}

    .content {
        font-family: GeomanistBook;
        color: #70706f;
        font-size: 26px;
    }

    .category-arrow {
        margin-right: -30px;
    }

    .content-container-project {
        width: 90%;
        margin: 0 auto;
    }
    .title-container-project {
        font-family: GeomanistBook;
        width: 90%;
        text-align: left;
        font-size: 32px;
        margin-right: 10px;
        padding: 230px 0px 40px 170px;
        display: inline-block;
    }

    .footer-logo {
        position: relative !important;
        bottom: 10px !important;
        width: auto !important;
        margin: 10px 0px !important;
    }
    footer {
        text-align: center;
    }

    .footer-tag {
        width: 100%;
        padding-top: 90px;
        padding-bottom: 20px;
    }

    
} 

@media only screen and (max-width: 992px) and (min-width: 1200px) {
    body {
        background-color: orange;
    }


    .content {
        font-family: GeomanistBook;
        color: #70706f;
        font-size: 26px;
    }

    .category-arrow {
        margin-right: -30px;
    }

    .content-container-project {
        width: 90%;
        margin: 0px 0px 0px 150px;
    }

    .title-container-project {
        font-family: GeomanistBook;
        width: 90%;
        text-align: left;
        font-size: 32px;
        margin-right: 10px;
        padding: 230px 90px 40px 340px;
        display: inline-block;
    }
    
    .footer-logo {
        position: relative !important;
        bottom: 10px !important;
        width: auto !important;
        margin: 10px 0px !important;
    }
    footer {
        text-align: center;
    }

    .footer-tag {
        width: 100%;
        padding-top: 90px;
        padding-bottom: 20px;
    }

    

    
} 

