@media only screen and (max-width: 1440px) {
    #map {
        height: 220px;
    }

    .contact-form input,
    .contact-form textarea {
        margin: 0;
    }

    .heading_about {
        margin-top: 18%;
    }

    .heading_about2 {
        margin-top: 12%;
    }

    .heading_about {
        margin-top: 18%;
    }

    .project:hover .buttons a {
        width: 60px;
        height: 60px;
    }

    .space_to_use {
        transform: scale(.9);
        margin: 0px auto;
    }

    .white_para {
        font-size: 13px;
    }

    .heading h3 {
        font-size: 13px;

    }
    .story {
        min-height: 110vh;
    }

    .heading h2 {
        margin-top: -5px;
    }

    .heading .dark_heading {
        margin-top: -4px;
    }
    
    .popup_content {
    max-width: 500px;
    border: 2px solid #4dbdc6;
    background: #fff;
}
    .map_container {
    position: static;
    bottom: 0;
    width: 100%;
    margin-top: 30px;
}
    
    .mar-btm-60 .flex_div p {
            font-size: 12px;
    white-space: nowrap;
    }

}

@media only screen and (max-width: 1024px) {

    .story {
        min-height: 100vh;
    }

    .contact-form button {
        margin-bottom: 30px;
    }

    .intro-content {
        overflow: hidden;
    }

    .flex_container {
        flex-direction: column;
        margin-bottom: 20px;
        margin-top: -85px
    }
    .flex_div {
        margin: 10px 0;
    }

    .col-right-30 {
        position: static;
    }

    .col-xs-2 {
        display: none
    }
    .heading_about {
        margin-top: 32%;

    }

    .space_to_use {
        transform: scale(.8);
        margin: 0px auto;
    }
    .heading_about2 {
        margin-top: 14%;
    }
    .intro-content h1,
    .heading h2 {
        font-size: 22px;

    }

.heading h3 {
    font-size: 13px;
    text-align: center;
}
    .white_para {
        font-size: 13px;
        text-align: center;
    }
    .map_container {
        position: static;
        bottom: 0;
        width: 100%
    }
    .content-container {
        overflow: hidden;
    }

    .flex_container_rwd {
        display: flex
    }

}

@media only screen and (max-width: 992px) {
    .mar-btm-60 .flex_div p {
    font-size: 14px;
    white-space: nowrap;
}

    .flex_container_rwd {
        display: block;
    }
    .image-container {
        height: 500px;
        position: relative;
    }
    .content-container {
        left: 0;
    }
    .main-heading {
        top: 50%;
        transform: translateY(-50%);
    }

    .pin_separator::before {
        display: none
    }

    .pin_separator::after {
        display: none
    }


    .menu .heading h3 {
        display: none
    }

    .menu .heading {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 8.33333333335%;
    }

    .menu-icon {
        margin: -40px 0 0 10px;
    }

    .heading_about {
        margin-top: 18%;
    }

    .pin1_main {
        display: none
    }

    .copy_design {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    
    #map {
    height: 320px;
}

    .main-heading h1:after {
        width: 250px;
    }
    .story-content div {
        margin-top: 20px;
    }
    .education-container:before,
    .experience-container:before {
        display: none;
    }
    .education-content,
    .experience-content {
        width: 100%;
        margin-left: 0;
    }
    .education-content h3,
    .experience-content h3 {
        text-align: center;
    }
    .education-content h3:before,
    .experience-content h3:before {
        display: none;
    }

    .resume-btn2 .heading {
        padding-left: 10px;
    }

    .about_container {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .scroll-downs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 26px;
        height: 55px;
    }
    .mousey {
        width: 3px;
        padding: 10px 10px;
        height: 20px;
        border: 2px solid #fff;
        border-radius: 25px;
        opacity: 0.75;
        box-sizing: content-box;
    }
    .scroller {
        width: 3px;
        height: 10px;
        border-radius: 25%;
        background-color: #fff;
        animation-name: scroll;
        animation-duration: 2.2s;
        animation-timing-function: cubic-bezier(.15, .41, .69, .94);
        animation-iteration-count: infinite;
    }
    @keyframes scroll {
        0% {
            opacity: 0;
        }
        10% {
            transform: translateY(0);
            opacity: 1;
        }
        100% {
            transform: translateY(15px);
            opacity: 0;
        }
    }


}

@media only screen and (max-width: 480px) {

    .main-heading {
        padding-left: 20px;
    }
    .main-heading h1:after {
        height: 3px;
    }
    .image-container {
        height: 300px;
    }
    .story-content div a {
        display: block;
        float: none;
        margin: 5px;
    }
    .contact-form button {
        width: 100%;
    }
    .project .buttons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        font-size: 12px;
    }

    .heading_about {
        margin-top: 190px;
    }
    .heading_about2 {
        margin-top: 80px;
    }
    .heading_about3 {
        margin-top: 70px;
    }
    .scroll-downs {
        display: none
    }

    #cookie-info {
        width: 95%;
        left: 2.5%;
        bottom: 5px
    }

}

@media only screen and (max-width: 360px) {
    #cookie-info {
        width: 97%;
        left: 1.5%;
        bottom: 5px
    }
}
