@media screen and (min-device-width: 900px) {
    h2{
        text-align: left;
        font-size: 20px;
        color: #333333;
        font-weight: bold;
    }
    h3{
        font-size: 18px;
        color: #333333;
    }

    p{
        color: #333333;
        width: 505px;
        text-align: left;
    }
    input, textarea{
        outline: none;
        font-family: Arial;
    }




    #informationpage{
        display: flex;
        width: 100vw;
        height: calc(200vh - 4.5vw);
        padding-top: 4.5vw;
    }
    #information-head-2{
        width: 45vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 5vw 0 10vw;
        height: calc(100vh - 4.5vw);
        position: absolute;
        top: 0;
        right: 0;
        pointer-events: none;
    }
    #information-head-2 > div{
        margin: 3vh 0;
        background-image: url(../jpg/contact-us-background.jpg);
        background-size: 40vw auto;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: 50vw 0;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    #information-head-2 h2{
        font-weight: lighter;
        font-size: 1vw;
        line-height: 0.8vw;
        display: block;
        margin: 1vw 0;
    }
    #information-head-2 p{
        display: inline;
        width: 40vw;
        font-weight: bolder;
        font-size: 3vw;
        line-height: 3.5vw;
        padding: 0;
        margin: 1vw;
    }
    #information-head{
        width: 45vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 5vw 0 10vw;
        height: calc(100vh - 4.5vw);
    }
    #information-head > div{
        margin: 3vh 0;
    }
    #information-head > div > div{
        display: flex;
        align-items: center;
        padding: 0 .5vw;
    }
    #information-head h2{
        font-weight: lighter;
        font-size: 1vw;
        line-height: 0.8vw;
        display: block;
        margin: 1vw 0;
        border-left: solid 0.15vw #333333;
        padding-left: 0.5vw;
        color: #333333;
    }
    #information-head p{
        display: inline;
        width: 40vw;
        font-weight: bolder;
        font-size: 3vw;
        line-height: 3.5vw;
        padding: 0;
        margin: 1vw;
    }
    #contact-head{
        background-image: url(../jpg/contact-us-background.jpg);
        background-color: #333333;
        background-size: cover;
        width: 40vw;
        height: calc(100vh - 4.5vw);
        position: sticky;
        position: -moz-sticky;
        top: 4.5vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #contact-head > h1{
        font-size: 5vw;
        color: transparent;
        position: relative;
        left: 16%;
        top: 1vw;
        width: 70%;
        color: white;
        text-align: left;
        line-height: 20vh;
    }
    #contact-head > h1 > span{
        font-size: 10vw;
    }
    @keyframes{
        0%{opacity: 0}
    }
    #form-head{
        height: calc(100vh - 4.5vw);
        position: relative;
        margin: 0 5vw 0 10vw;
        height: calc(100vh - 4.5vw);
        width: 45vw;
    }
        

    #contactform{
        width: 45vw;
    }
    .contactform1{
        width: 45vw;
        position: relative;
        margin: 3vw 0;
    }
    .contactlabel{
        display: block;
        width: 45vw;
        font-weight: bolder;
        font-size: 2vw;
        line-height: 2vw;
        padding: 0;
        margin: 2vh 0;
        color: #333333;
        transform: translate(.5vw, 0);
    }
    .shortform{
        width: 35vw;
        height: 3vw;
        font-size: 1.3vw;
        line-height: 3vw;
        border: none;
        border-radius: 3vw;
        background-color: #eee;
        padding: 0 1vw;
    }
    .shortform:focus{
        border-color: #333; 
        color: #333; 
    }
    #contentform{
        width: 35vw;
        height: 20vh;
        font-size: 1.3vw;
        line-height: 1.5vw;
        border: none;
        border-radius: 1vw;
        background-color: #eee;
        padding: 1vw;
    }
    #contentform:focus{
        border-color: #333;  
        color: #333;  
    }
    #contactsubmit{
        width: 18vw;
        height: 3.5vw;
        border-radius: 5vw;
        margin: 2vw 0 0 0;
        cursor: pointer;
        background: linear-gradient(150deg, #e83719 0%, #FBA971 100%);
        font-size: 1.5vw;
        font-weight: bold;
        color: #fff;
        transition: all 0.3s;
        border: none;
    }
    #contactsubmit:active{
        background-color: #333;
        color: white;
    }
    #errorMessage1{
        color: #e83719;
        font-size: 1.3vw;
        line-height: 3.5vw;
        transform: translate(.5vw, 0);
    }

    #location{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 6vw 0;
    }
    #location > div{
        width: 45.5vw;
        margin: 3vw 1.5vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #location h2{
        font-size: 3vw;
        line-height: 4vw;
        width: 45.5vw;
    }
    #location p{
        display: block;
        width: 45.5vw;
        font-size: 1.2vw;
        line-height: 2vw;
        text-align: justify;
    }
    .contact-photo-1{
        width: 45.5vw;
        height: calc(22.1vw / 3 * 2);
        margin-bottom: 1vw;
        border-radius: 2vw;
    }
    .contact-photo-2{
        width: 22.1vw;
        height: calc(22.1vw / 3 * 2);
        margin-bottom: 1vw;
        border-radius: 2vw;
    }
}





@media screen and (max-device-width: 900px) {
    h2{
        text-align: left;
        font-size: 20px;
        color: #333333;
        font-weight: bold;
    }
    h3{
        font-size: 18px;
        color: #333333;
    }

    main p{
        color: #333333;
        text-align: left;
    }
    li {
        display: list-item;
        text-align: -webkit-match-parent;
    }

    #informationpage{
        display: flex;
        width: 100vw;
        flex-wrap: wrap;
    }

    #contact-head{
        background-image: url(../jpg/contact-us-background-2.jpg);
        background-size: cover;
        background-position: 0 40%;
        width: 100vw;
        height: 60vw;
        position: sticky;
        position: -moz-sticky;
        top: 0;
        z-index: 1;
    }
    #contact-head > h1{
        font-size: 10vw;
        line-height: 12.5vw;
        color: transparent;
        position: relative;
        left: 0vw;
        top: 8vw;
        width: 100vw;
        color: white;
        text-align: center;
    }

    #information-head{
        width: 90vw;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 5vh 5vw;
        height: 70vh;
    }
    #information-head > div{
        margin: 3vh 0;
    }
    #information-head > div > div{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 3vw;
    }
    #information-head h2{
        font-weight: lighter;
        font-size: 4vw;
        line-height: 4.4vw;
        display: block;
        margin: 5vw 0;
        border-bottom: solid 0.45vw #333333;
        padding-bottom: 1.5vw;
        text-align: center;
        width: 15vw;
        left: 37.5vw;
        position: relative;
    }
    #information-head p{
        display: block;
        width: 90vw;
        font-weight: bolder;
        font-size: 7vw;
        line-height: 7.5vw;
        padding: 0;
        margin: 1vw;
        background-image: url(../jpg/contact-us-background-2.jpg);
        background-size: 90vw auto;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: 0vw 0;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
    }



    #form-head{
        position: relative;
        margin: 0 10vw;
        width: 80vw;
    }
        

    #contactform{
        width: 80vw;
    }
    .contactform1{
        width: 80vw;
        position: relative;
        margin: 3vw 0;
    }
    .contactlabel{
        display: block;
        width: 80vw;
        text-align: center;
        font-weight: bolder;
        font-size: 6vw;
        line-height: 6vw;
        padding: 0;
        margin: 6vw 0;
        color: #333333;
        transform: translate(.5vw, 0);
    }
    .shortform{
        width: 74vw;
        height: 9vw;
        font-size: 3.9vw;
        line-height: 9vw;
        border: none;
        border-radius: 9vw;
        background-color: #eee;
        padding: 0 3vw;
    }
    .shortform:focus{
        border-color: #333; 
        color: #333; 
    }
    #contentform{
        width: 74vw;
        height: 20vh;
        font-size: 3.9vw;
        line-height: 4.5vw;
        border: none;
        border-radius: 3vw;
        background-color: #eee;
        padding: 3vw;
    }
    #contentform:focus{
        border-color: #333;  
        color: #333;  
    }
    #contactsubmit{
        width: 54vw;
        height: 10.5vw;
        border-radius: 15vw;
        margin: 5vw 13vw 0 13vw;
        cursor: pointer;
        background: linear-gradient(150deg, #e83719 0%, #FBA971 100%);    font-size: 4.5vw;
        font-weight: bold;
        color: #fff;
        transition: all 0.3s;
        border: none;
    }
    #contactsubmit:active{
        background-color: #333;
        color: white;
    }
    #errorMessage1{
        color: #e83719;
        font-size: 3.9vw;
        line-height: 4vw;
        text-align: center;
    }



    #location{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 15vw 0;
    }
    #location > div{
        width: 95vw;
        margin: 5vw 2.5vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #location h2{
        font-size: 8vw;
        line-height: 10vw;
        width: 80vw;
        margin: 2.5vw 7.5vw;
        text-align: center;
    }
    #location p{
        display: block;
        width: 80vw;
        font-size: 3.8vw;
        line-height: 6vw;
        text-align: center;
        margin: 0 7.5vw;
    }
    .contact-photo-1{
        width: 95vw;
        height: 30.8vw;
        margin-bottom: 1vw;
        border-radius: 6vw;
    }
    .contact-photo-2{
        width: 46.19vw;
        height: 30.8vw;
        margin-bottom: 1vw;
        border-radius: 6vw;
    }

}