@charset "UTF-8";
/* CSS Document */

/* CONTACT PAGE */

label {
    display: block;
    color: #656D8F;
    font-family: "Barlow", sans-serif;
    font-size: 1.2em;
    margin: 2em 0 0 0;
}

input,
textarea {
    width: 98%;
    height: 1.7em;
    background-color: #E7E7E7;
    border: none;
    margin: .5em 0 0 0;
    padding: 1%;
    font-family: "Barlow", sans-serif;
    font-size: 1.5em;
}

textarea {
    height: 8em;
}

input:focus,
textarea:focus {
    background-color: #BCBCBC;
    ;
}

#submit-button {
    width: 8em;
    height: 2.6em;
    background-color: #656D8F;
    border: none;
    margin-top: 20px;
    cursor: pointer;
    font-family: "Barlow", sans-serif;
    font-weight:700;
    color: #fff;
    font-size: 1em;
    -webkit-appearance: none;
    border-radius: 0;
}

#submit-button:hover {
    background-color: #ed0677;
}

#alert {
    font-family: "Barlow", sans-serif;
    font-size: 1em;
    color: #ed0677;
    margin: 2em 0 0 0;
}


/* CONTACT PAGE  END*/

/* RESPONSIVE */

@media only screen and (max-height: 500px) {}

@media only screen and (min-width: 500px) {}

@media only screen and (min-width: 750px) {}

@media only screen and (min-width: 1000px) {}

@media only screen and (min-width: 1100px) {}

@media only screen and (min-width: 1350px) {}

@media only screen and (min-width: 1600px) {}

@media only screen and (min-width: 1950px) {}

/* RESPONSIVE END */