/* HOJA DE ESTILOS PARA PÁGINA DE FORMULARIO ("contacto.html") */


#items-nav a {
    color: #1b1b1b;
}

form #enviar {
    font-size: 1.2rem;
}

label {
    font-family: Roboto;
    font-size: 1.15rem;
    color: #1b1b1b;
    visibility: hidden;
}

input {
    width: 100%;
    margin-bottom: 10px;
}


#container {
    padding: 0.7% 20%;
    padding-bottom: 5%;
}

#long-answer {
    width: 100%;
    height: 15vh;
}

@media only screen and (max-width: 800px) {
    #container {
        padding: 7.5% 20% !important;
    }
}

/*
form input,
form textarea {
    font-family: Roboto;
    padding: 10px 0;
    font-size: 1.2rem;
    background-color: #FFFDF6;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-width: 2px;
    border-color: #1b1b1b;
    outline: none;
}

form input::placeholder,
form textarea::placeholder {
    color: #1b1b1b;
    font-size: 1em;
}

input:focus,
textarea:focus {
    border-color: #FDAC00 !important;
    transition: 0.2s;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}



input[type="submit"] {
    width: 25%;
}
*/

body {
    background-size: 120%;
}

h1 {
    margin-left: -7.5%;
    font-size: 6vh;
}