*
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: #000000;
}

.navbar
{
    height: 60px;
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Ysabeau Office', sans-serif;  
}

.navbarcomp1
{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.socialscomp
{
    /* position: sticky;
    left: 1100px;
    gap: 20px; */

    /* margin-left: 1100px; */
    margin-right: 30px;
}

.nav1
{
    text-decoration: none;
    color: white;
}

.nav1:hover
{
    color: #ff403f;
}

.socials
{
    text-decoration: none;
    color: white;
    gap: 20px;
}

.container
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.line
{
    border: .5px solid grey;
    width: 250px;
    margin-bottom: 25px;
}

.getintouch
{
    font-family: Impact;
    font-size: 72px;
    color: white;
    margin-top: 123px;
    letter-spacing: 6px;
}

.message
{
    font-size: 15px;
    font-family: 'Avenir';
    font-weight: 500;
    color: #ff403f;
    margin-top: 9px;
    margin-bottom: 9px;
}

.form
{
    width: 380px;
    height: 31px;
    padding-left: 10px;
    margin-bottom: 5px;
    border: 1px #7b7877 solid;
    background-color: transparent;
    color: #bebab0;
}

.form[type="text"]:hover
{
    width: 380px;
    height: 31px;
    padding-left: 10px;
    margin-bottom: 5px;
    border: 1px #d0cecc solid;
    background-color: transparent;
    color: #bebab0;
    font-family: Avenir;
    cursor: auto;
}

textarea:focus{
    outline: none;
    border: 1px #d0cecc solid;
    background-color: transparent;
    color: #bebab0;
    font-family: Avenir;
}

.form[type="email"]:hover
{
    width: 380px;
    height: 31px;
    padding-left: 10px;
    border: 1px #d0cecc solid;
    background-color: transparent;
    color: #bebab0;
    font-family: Avenir;
}

#form
{
    width: 380px;
    height: 120px;
    padding-left: 10px;
    border: 1px #7b7877 solid;
    background-color: transparent;
    color: #bebab0;
    font-family: Avenir;
}

#form::placeholder
{
    position: relative;
    bottom: 35px;
    font-family: Avenir;
    color: #d0cecc;
}

#form[type="text"]:hover
{
    width: 380px;
    height: 120px;
    padding-left: 10px;
    border: 1px #d0cecc solid;
    background-color: transparent;
    color: #bebab0;
    font-family: Avenir;
}

.form::placeholder
{
    font-family: Avenir;
    color: #d0cecc;
}

.form:focus
{
    outline: none;
    background-color: transparent;
    border: 1px #d0cecc solid;
    color: #bebab0;
    font-family: Avenir;
}

/* .container2
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
} */

#submitform
{
    width: 7.3%;
    height: 32px;
    /* position: relative;
    left: 133px;
    top: 6px; */
    cursor: pointer;
    background-color: white;
    border: none;
    font-family: Avenir;
    margin-top: 11px;
    transition: 400ms;
}

#submitform[type="submit"]:hover
{
    width: 7.3%;
    height: 32px;
    margin-top: 11px;
    /* position: relative;
    left: 133px;
    top: 6px; */
    cursor: pointer;
    background-color: #ff4040;
    border: none;
    font-family: Avenir;
    transition: 400ms;
}

.container textarea
{
    resize: none;
    width: 370px;
    height: 120px;
    padding: 10px;
    border: 1px #7b7877 solid;
    background-color: transparent;
    color: #bebab0;
    font-family: Avenir;
}

.container textarea:hover
{
    border: 1px #d0cecc solid;
    background-color: transparent;
    color: #bebab0;
    font-family: Avenir;
}

.container textarea::placeholder
{
    background-color: transparent;
    color: #bebab0;
    font-family: Avenir;
}

textarea:focus
{
    outline: none;
    border: 1px #d0cecc solid;
    background-color: transparent;
    color: #bebab0;
    font-family: Avenir;
}

.footer
{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #c5c2c0;
    font-family: 'Ysabeau Office';
    font-size: 11px;
    background-color: #000000;
}
