@font-face {
    font-family: "FournierMTStd-Regular";
    src: url(../media/fonts/FournierMTStd-Regular.otf);
}

@font-face {
    font-family: "FournierMTStd-Italic";
    src: url(../media/fonts/FournierMTStd-Italic.otf);
}

@font-face {
    font-family: "Futura-CondensedExtraBold-04";
    src: url(../media/fonts/Futura-CondensedExtraBold-04.ttf);
}

@font-face {
    font-family: "Futura-CondensedMedium-03";
    src: url(../media/fonts/Futura-CondensedMedium-03.ttf);
}

@font-face {
    font-family: "Futura-Medium-01";
    src: url(../media/fonts/Futura-Medium-01.ttf);
}

@font-face {
    font-family: "Futura-MediumItalic-02";
    src: url(../media/fonts/Futura-MediumItalic-02.ttf);
}

@font-face {
    font-family: "FuturaPTLight";
    src: url(../media/fonts/Futura/FuturaPTLight.otf);
}

@font-face {
    font-family: "FuturaPTMedium";
    src: url(../media/fonts/Futura/FuturaPTMedium.otf);
}

:root {
    color-scheme: only light;
}

html,body {
    padding: 0;
    margin: 0;
    color: #575757;
    background-color: #FBFAF6;
}

body {
    position: relative;
}

h1 {
    margin: 0;
    margin-bottom: 20px;
	font-size: 24px;
}

.logo-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10vh;
}

.logo-container img {
    width: 10%;
}

input {
    border: 2px solid #ccc;
    padding: 6px;
    display: block;
	margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #575757;
    font-size: 30px;
    background: transparent;
    font-family: "FournierMTStd-Regular";
    color: #575757;
}

.add input {
    text-transform: uppercase;
}

button {
    background-color: #F1D3BF;
    color: #575757;
    cursor: pointer;
    border: none;
    margin-top: 10px;
	text-transform: uppercase;
    font-family: "FournierMTStd-Regular";
    padding: 15px 20px;
    font-size: 24px;
    font-weight: 500;
}

h1 {
    margin: 2rem;
    font-family: "FournierMTStd-Regular";
    font-size: 24px;
    color: #575757;
}

a {
    text-decoration: none;
}

.button {
    background: black;
    color: white;
    padding: 1.5rem;
    width: 10vw;
    margin: 2rem;
}

form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #575757;
}

form label {
    font-family: "FournierMTStd-Regular";
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 2vh;
}

.login-form {
    width: 50%;
}

.form-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    margin-top: 10vh;
}

textarea:focus,
input:focus {
    outline: 0;
}

textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #575757;
    font-size: 30px;
    font-family: "FournierMTStd-Regular";
    color: #575757;
}

option {
    background: transparent;
    color: #575757;
}

select {
    width: fit-content;
    font-family: "FournierMTStd-Regular";
    background: transparent;
    color: #575757;
    border: none;
    font-size: 30px;
}

.logout {
    position: absolute;
    top: -10vh;
    right: 0;
}

.logout button {
    background: transparent;
    font-family: "FuturaPTLight";
    font-size: 22px;
    margin-top: 0;
    width: 10vw;
}

.content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.content-container h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: normal;
    width: 100%;
    text-align: center;
}

details {
    width: 75%;
    /* border: 1px solid red; */
    margin-top: 5vh;
}

summary {
    color: #575757;
    font-size: 20px;
    font-family: "FournierMTStd-Regular";
    /* font-family: "Futura-Medium-01"; */
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 6px;
    margin-bottom: 5vh;

}

details > summary {
    list-style: none;
}

details > summary::-webkit-details-marker {
    display: none;
}

.table-container {
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

th {
    text-transform: uppercase;
    font-family: "FuturaPTMedium";
    /* background: #575757;
    color: white; */
    padding: 0 1rem;
}

td {
    padding: .5rem 1.25rem;
    text-align: center;
    /* border: 1px solid red; */
}

table {
    border-collapse: collapse;
}

tr:nth-child(even) {
    background: #F1D3BF;
}

.cf {
    text-transform: uppercase;
}

.success-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 50vh;
}

.success-container h1 {
    /* border: 1px solid red; */
    width: 85%;
    text-align: center;
    font-size: 60px;
    font-family: "FournierMTStd-Regular";
    font-weight: normal;
    text-transform: uppercase;
}

button a {
    text-decoration: none;
    color: #575757;
}

button a:visited {
    color: #575757;
}

.space {
    width: 100%;
    height: 10vh;
}


/* SMARTPHONE */
@media (max-width:767px){
    .login-form {
        width: 80%;
    }
    .logo-container img {
        width: 40%;
    }
    .logout-container {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .logout button {
        background: transparent;
        font-family: "FuturaPTMedium";
        font-weight: 100;
        font-size: 16px;
        margin-top: 0;
        width: 30vw;
        padding: 10px 0;
    }
    .content-container h1 {
        font-size: 39px;
    }
    details {
        width: 85%;
    }
    th {
        display: none;
        border-bottom: none;
    }
    table td {
        display: flex;
    }
    table td::before {
        content: attr(label);
        font-weight: bold;
        text-transform: uppercase;
        width: 130px;
        text-align: left;
    }
    table {
        margin-top: -1rem;
        border-spacing: 1.5rem;
        border-collapse: collapse;
        /* text-transform: uppercase; */
    }
    /* tr {
        border-bottom: 1px solid #575757;
        margin-bottom: 1rem;
        background: #F1D3BF;
    }
    .noborder {
        border: none;
    } */
    /* tr:nth-child(even) {
        background: none;
    }
    tr:nth-child(odd) {
        background: #F1D3BF;
    } */
    tr {
        font-size: 14px;
        text-align: left;
    }
    .success-container h1 {
        font-size: 36px;
    }
}