body{
    margin: 0;
    padding: 0;
    /* overflow:scroll; */
    /* overflow-x:hidden; */
    text-align: center;
    /* width: 100vw; */
    min-width: 1000px;
    /* background: lightblue; */
    /* background:rgb(173, 164, 172); */
    background-color: lightgray;
    background-size: cover;
    background-position: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.contact-contents{
    margin-top: 40px; 
    /* color: #800020; */
    /*text-transform: uppercase;*/
}
.contact-contents h2{
    font-size: 42px;
    line-height: 10px;
    /* transition: all 5s ease-in-out; */
    /* animation: transitionIn .75s; */
}
form{
    margin-top: 50px;
    width:100%;
    animation: transitionIn 1.5s;
}
.contact-submission{
    height:600px;
    /* width:100vw; */
    /* transition: all 5s ease-in-out; */
}
.form-eval{
    width: 600px;
    background: transparent;
    border: none;
    outline:none;
    border-bottom: 1px solid black;
    color:black;
    font-size: 20px;
    margin-bottom: 10px;
}
.form-eval1{
    width: 300px;
    background: transparent;
    border: none;
    outline:none;
    border-bottom: 1px solid black;
    color:black;
    font-size: 20px;
    margin-bottom: 10px;
}
.form-eval2{
    width: 600px;
    background: transparent;
    border: none;
    outline:none;
    border: 1px solid black;
    color:black;
    height: 350px;
    font-size: 15px;
    resize:none;
}
input{
    height: 45px;
}
form .submit{
    background: blue;
    border-color:transparent;
    color:white;
    width: 600px;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    letter-spacing: 2px;
    /*margin-top:20px;*/
    
}
form .submit:hover{
    background-color: orange;
    cursor: pointer;
}
/* .bottombarContactMe{
    width: 100%;
    text-align: center;
    background-color: black;
    padding: 75px 0;
    overflow:hidden;
    bottom: 0;
} */
@keyframes transitionIn {
    from{
        opacity: 0;
        transform: rotateX(-10deg);
    }
    to{
        opacity: 1;
        transform: rotateX(0);
    }
}
.bottombar{
    width: 100%;
    text-align: center;
    min-width:1000px;
    background-color: black;
    padding: 30px 0;
    overflow:hidden;
    /* min-width:800px; */
    bottom: 0;
    
}
ion-icon{
    color: white;
    width: 70px;
    height: 70px;
    padding: 20px;
    transition: .75s;
}
ion-icon:hover{
    color: gray;
}
.bottombar h6{
    margin-top: 15px;
    font-size: 15px;
    color: white;
    
}
@media screen and (max-device-width: 500px) {
    .header,.content,.footer{
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    body{
        background-color: lightgrey;
    }
    .contact-submission{
        height:84vh;
    } 
    .form-eval2{
        width: 600px;
        background: transparent;
        border: none;
        outline:none;
        border: 1px solid black;
        color:black;
        height: 900px;
        font-size: 15px;
        resize:none;
    }
    .contact-contents h2{
        font-size: 42px;
        line-height: 10px;
        /* transition: all 5s ease-in-out; */
        /* animation: transitionIn .75s; */
        color: blue;
    }
    .bottombar h6{
        margin-top: 15px;
        font-size: 15px;
        color: white;
        
    }
}
