@media(min-width : 300px) and (max-width: 500px) {
    h1 {
        font-size: 20px;
    }

    header #headerdiv {
        transform: translateY(90%);
    }

    header p {
        font-size: 10px;
    }

    .section1 {
        width: 100%;
        height: 700px;
    }

    .section1 img {
        width: 350px !important;
    }

    .section1 h1 {
        font-size: 15px;

    }

    .section1 p {
        text-align: center;
        font-size: 10px;
    }

    .section1 button {
        text-align: center;
        margin-left: 35%;
    }

    .section2 {
        height: 2250px !important;
    }

    .section2 .row {
        margin-left: 10px !important;
    }

    .section5 {
        width: 100%;
        height: 1000px !important;
    }

    .section5 form {
        margin: 15% 0px 10px 5% !important;
    }

    .section5 h2 {
        margin: 60% 0px 10px 5% !important;
    }

    .section5 iframe {
        width: 360px;
        height: 220px;
    }

    footer div {
        margin-left: 25%;
    }

    footer .mov {
        margin-left: 24% !important;

    }
}

@media(min-width :700px) and (max-width: 980px) {
    .section1 {
        width: 100%;
        height: 1000px !important;
        text-align: center;
    }

    .section1 img {
        margin-left: 8%;
    }

    .section2 {
        height: 1200px !important;
    }

    .section2 h1 {
        padding: 15px 0px;
    }

    .section2 #section2div {
        margin: 0px 0px 0px 0px !important;

    }

    .section2 .row {
        margin: 0px 10px !important;
    }

    .section5 {
        width: 100%;
        height: 1200px !important;
    }

    .section5 form {
        margin: 15% 0px 10px 5% !important;
    }

    .section5 h2 {
        margin: 60% 0px 10px 5% !important;
    }

    .section5 iframe {
        width: 650px;
        height: 450px;
        margin-left: 8% !important;
    }
    footer{
        padding-left: 90px !important;
    }
    
}