@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&family=Roboto+Mono:wght@500&display=swap');

html{
    height: 100%;
    max-width: 100%;
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
    background-image: url("../img/global-network-art-vector-276765847.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

body{
    margin: 0px;
    padding: 0px;
    max-height: 100%;
    max-width: 100%;
}

p{
    font-family: 'Cormorant Garamond', serif;
    color: white;
    letter-spacing: 2px;

}

p.main{
    font-style: normal;
    margin-bottom: 5px;
    text-align: center;
    font-size: 100px;
}

p.second {
    font-style: normal;
    margin-top: 5px;
    text-align: center;
    font-size: 50px;
    color: #e47f0d;
}

p.form-message{
    font-size: 22px;
    margin-bottom: 5px;
}

#main{
    /*background-image: url("../img/global-network-art-vector-276765847.jpg");
    background-repeat: no-repeat;*/
    height: 100%;
    width: auto;
    display: flex;
    justify-content: center;
    /*background-position: center;
    background-size: cover;*/
}

#headers{
    position: absolute;
    top: 8%;
}

#form {
    position: absolute;
    top: 40%;
}

input#email{
    width: 400px;
    height: 30px;
    font-size: 18px;
    font-family: 'Cormorant Garamond', serif;
    background-color: #c7f3fc;
    border-radius: 0px;
    border-style: none;
    border: 1px solid #81a5ac;
    box-shadow:
    0.5px 0.5px 1.3px -20px rgba(0, 0, 0, 0.032),
    1.9px 1.7px 2.9px -20px rgba(0, 0, 0, 0.041),
    4.4px 4.1px 5.1px -20px rgba(0, 0, 0, 0.048),
    8.6px 7.9px 8.1px -20px rgba(0, 0, 0, 0.056),
    15.2px 14px 12.6px -20px rgba(0, 0, 0, 0.065),
    26.1px 24px 19.6px -20px rgba(0, 0, 0, 0.079),
    45.1px 41.6px 32.5px -20px rgba(0, 0, 0, 0.102),
    89px 82px 65px -20px rgba(0, 0, 0, 0.15)
    ;
}

textarea#message{
    width: 400px;
    font-size: 18px;
    font-family: 'Cormorant Garamond', serif;
    background-color: #c7f3fc;
    border-radius: 0px;
    border-style: none;
    border: 1px solid #81a5ac;
    box-shadow:
    0.5px 0.5px 1.3px -20px rgba(0, 0, 0, 0.032),
    1.9px 1.7px 2.9px -20px rgba(0, 0, 0, 0.041),
    4.4px 4.1px 5.1px -20px rgba(0, 0, 0, 0.048),
    8.6px 7.9px 8.1px -20px rgba(0, 0, 0, 0.056),
    15.2px 14px 12.6px -20px rgba(0, 0, 0, 0.065),
    26.1px 24px 19.6px -20px rgba(0, 0, 0, 0.079),
    45.1px 41.6px 32.5px -20px rgba(0, 0, 0, 0.102),
    89px 82px 65px -20px rgba(0, 0, 0, 0.15)
    ;
}
input#submit{
    border-radius: 3px;
    border-style: none;
    width: 80px;
    height: 30px;
    font-size: 16px;
    font-family: 'Cormorant Garamond', serif;
    background-color: #e47f0d;
    position: relative;
    left: 40%;
}

@media screen and (max-width: 650px) {
    #form{
        top: 35%;
        margin-top: 40px;
    }

    p.main{
        margin-top: 0px;
        background-size: contain;
    }

    #headers{
        top: 3%;
    }      
}

@media screen and (max-width: 470px){
    p.form-message{
        font-size: 18px;
        text-align: center;
    }

    #main{
        background-size: cover;
    }

    input#email{
        width: 300px;
        height: 30px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .center-form-email {
        margin-top: 20px;
        position: absolute;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
      }
    
    .center-form-message {
        margin-top: 20px;
        position: absolute;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, 0);
    }

    .center-form-button{
        margin-top: 20px;
        position: absolute;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-18%, 700%);
    }

    input#submit{
        border-radius: 3px;
        border-style: none;
        width: 80px;
        height: 30px;
        font-size: 16px;
        font-family: 'Cormorant Garamond', serif;
        background-color: #e47f0d;
        position: relative;
        left: center;
    }

    textarea#message{
        width: 300px;
    }
}

@media screen and (max-width: 440px){
    p.form-message{
        font-size: 16px;
        text-align: center;
    }

    html{
        background-size: cover;
        width: auto;
    }

    p.main{
        font-size: 70px;
    }

    p.second{
        font-size: 25px;
    }

    #form{
        top: 30%;
    }

    input#email{
        width: 200px;
        height: 30px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .center-form-email {
        margin-top: 15px;
        position: absolute;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
      }
    
    .center-form-message {
        margin-top: 15px;
        position: absolute;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, 0);
    }

    .center-form-button{
        margin-top: 15px;
        position: absolute;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-18%, 700%);
    }

    input#submit{
        border-radius: 3px;
        border-style: none;
        width: 80px;
        height: 30px;
        font-size: 16px;
        font-family: 'Cormorant Garamond', serif;
        background-color: #e47f0d;
        position: relative;
        left: center;
    }

    textarea#message{
        width: 200px;
    }
}

@media screen and (max-height: 300px) {
    p.main{
        line-height: 0px;
    }

    #headers{
        margin-bottom: 5px;
    }


}