/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap'); */
/*@font-face {*/
/*    font-family: Roboto-light;*/
/*    src: url("../Assets/Font/Roboto-Light.ttf");*/
/*}*/
/* @font-face {
    font-family: Roboto-Medium;
    src: url("../Assets/Font/Roboto-Medium.ttf");
} */
form.ContactPage{
    width: 30vw;
    max-width: 100%;
    min-width: 300px;
    height: fit-content;
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 90px auto;
    margin-bottom: 0;
    font-size: 28px;
    overflow: hidden;
    
}
.SecTitle{
    margin-bottom: 80px;
}
.socialLinks{
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0;
}
.socialLinks > a{
    width: 32px;
    height: 32px;
}
.soLink>img {
max-width: 100%;
    max-height: 100%;}
form.ContactPage > a{
    font-weight: 400;
    /*letter-spacing: 7px;*/
    color: var(--ColorDark);
    text-decoration: none;
    margin-bottom: 8px;
    

}
.listInput{
    list-style: none;
    padding: 0;
    width: 100%;
}
.listInput li{
    height: 32px;
}
form.ContactPage input:not(input[type=submit]){
    box-sizing: border-box !important;
    width: 100%;
    height: 32px;
    margin: 4px 0;
    border: none;
    border-bottom: 2px solid var(--ColorDark);
    background: none;
    outline: none;
    padding-top: 14px;
    padding-left: 4px;
    font-size: 18px;
}
@media(min-width:860px){
    form{
        width:426px !important;
    }
    #tell{
        letter-spacing:13.12px;
    }
    #mail{
        letter-spacing:7px;
    }
}

::placeholder  {
    color: var(--ColorDark);
}
::-moz-placeholder{
    color: var(--ColorDark);
}
@media (max-width:800px) {
    form.ContactPage{
        font-size: 22px;
        align-items: flex-start;
    }
    form.ContactPage > *:not(.btnLink){
        width: 100%;
        text-align: left;
    }
    .SecTitle{
        margin-bottom: 32px;
    }
}
