body {
 margin: 0%;
    font-family: Arial;
}

/* Homepage */
nav {
    background-color: #86CBE8;

    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
}

.logo a:hover {
    border-bottom: none;
}

nav img {
    width: 120px;
}

nav a {
    text-decoration: none;
    font-family: BebasNeue-Regular, 'Bebas Neue';
    font-size: 1.5rem;
    color: #FFFFFF;
}

nav a:hover {
    border-bottom: 3px solid #FFFFFF;
    color: #FFFFFF;
}

.navigation img {
    width: 50px;
}

.navigation {
    display: flex;
    align-items: center;
    gap: 20px;
}

header {
    background-image: url("../img/header_image.png");
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

header a {
        color: black;
        padding: 5px 40px;
        border: 2px solid #86CBE8;
        background-color: #FFFFFF;
        border-radius: 90px;
        text-decoration: none;
}

.main-home {
    display: flex;
}

main {
    padding: 20px;
}

.main-text-home {
    width:70vw;


}

.main-text-home p {
    width: 40vw;
}

.opening-times {
    width: 30vw;
}

footer {
    background-color: #2978B0;
    display: flex;
    padding: 10px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
}

footer img {
    height: 20px;
}

.column {
    display: flex;
    flex-direction: column;
}

.row-envelope{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.row{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 5px;
}

.row p {
    padding-left: 17px;
    font-size: 1rem;
}

.row-envelope p {
    padding-left: 7px;
}

.footer-logo img {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 5px;
    height: 60px;
}

.privacy {
    display: flex;
    align-items: end;
}

.privacy a {
    font-size: 0.8rem;
    color: #FFFFFF;
    text-decoration: none;
}

.map {
    display: flex;
    align-items: center;
}


/* Create */

.main-create {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.date {
    height: 20vh;
    width: 50vw;
    color: #0d386b;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-around;
}

.date input {
    color: #0d386b;
    border: 2px solid #86CBE8;
    border-radius: 15px;
    width: 200px;

    text-align: center;
}

.time-form {
    height: 20vh;
    width: 50vw;
    color: #0d386b;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-around;
}

.time-form select {
    color: #0d386b;
    border: 2px solid #86CBE8;
    border-radius: 15px;
    width: 200px;
}

.time-form textarea {
    border: 2px solid #86CBE8;
    border-radius: 15px;
    width: 200px;
    height: 50px;
}

.time-text {
    display: flex;
    flex-direction: column;
}


/* Read */
.main-read {
    height: 60vh;
}

/* Contact */

.main-contact {
    padding: 50px;
}

.main-contact h1 {
    margin: 0px;
}

.contact_form{
    color: #0d386b;

    height: 65vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}

.contact_form input{
    border: 2px solid #86CBE8;
    border-radius: 15px;
    width: 250px;
;
}

.contact_form label {
    padding-top: 10px;
}

.contact_form textarea {
    border: 2px solid #86CBE8;
    border-radius: 15px;
    width: 250px;
    height: 150px;
}

.contact_css {
    display: flex;
    justify-content: space-between;
    width: 25vw;
}


/* Login pagina */
.login{
    background-color: #87cce8;
    display: flex;
    align-items: center;
    height: 100vh;
    padding: 0px;
}

.whitebox{
    background-color: white;
    height: 100vh;
    width: 30vw;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_logo{
    display: flex;
    flex: 2;
    justify-content: center;
}

.login_form{
    height: 30vh;
    width: 80%;
    display: flex;
    align-items: center;
    color: #0d386b;
    flex-direction: column;
}

.login_form input{
    border: 2px solid #86CBE8;
    border-radius: 15px;
    width: 100%;
    padding: 5px;
}

.input{
    width: 80%;
}

h2{
    margin: 10px;
}

.error{
    color: #ff0000;
}

form button{
    border: none;
    color: white;
    width: 200px;
    height: 30px;
    border-radius: 15px;
    background-color: #86CBE8;
    font-size: 1.3rem;
}

.register_button{
    text-decoration: none;
    margin-top: 10px;
    border-bottom: 2px solid #fff;
    text-align: center;
    color: #86CBE8;
    background-color: #FFFFFF;
    font-size: 1rem;
    transition: 0.1s ease;
}

/* Register */
.register{
    background-color: #87cce8;
    display: flex;
    align-items: center;
    height: 100vh;
    padding: 0px;
    margin: 0px;
}

.whitebox_register{
    background-color: white;
    height: 100vh;
    width: 30vw;
    flex: 1;
    display: flex;
    justify-content: center;

}

.register_logo{
    display: flex;
    flex: 2;
    justify-content: center;
}

.register_form{
    /*height: 100vh;*/
    width: 80%;
    display: flex;
    align-items: center;
    color: #0d386b;
    flex-direction: column;
    justify-content: center;
}

.register_form input{
    border: 2px solid #86CBE8;
    border-radius: 15px;
    width: 100%;
    padding: 5px;
}

.login_button{
    text-decoration: none;
    margin-top: 10px;
    border-bottom: 2px solid #fff;
    text-align: center;
    color: #86CBE8;
    background-color: #FFFFFF;
    font-size: 1rem;
    transition: 0.1s ease;
}

.whitebox_register a:hover, .whitebox a:hover {
    border-bottom: 2px solid #86CBE8;
    transition: 0.3s ease;
}

/* Privacy */
.privacy-main {
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.privacy-main p {
    width: 70vw
}


/* Appointment */
.date-input::-webkit-calendar-picker-indicator{
    display: none;
}

/*email*/
.email_footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.main-email{
    display: flex;
    justify-content: center;
    height: 50vh;
    align-items: center;
}

.main_text_email{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.main_text_email a {
    color: black;
    padding: 5px 40px;
    border: 2px solid #86CBE8;
    background-color: #FFFFFF;
    border-radius: 90px;
    text-decoration: none;
}