@font-face{
    font-family: Tempus;
    src: url(fonts/TEMPSITC.TTF) format("truetype");
}

body{
    background-color: #46412a;
}

p{
    font-family: 'Montserrat', sans-serif;
}

.editor-box{
    background-color: white;
    border-radius: 8px;
}

#editor{
    height: 400px;
}

.push32{
    margin-top: 32px;
}

.viewport-box{
    position: fixed;
    z-index: 100;
    height: 500px;
    width: 100%;
    top: 0;
}

.parallax-viewport{
    overflow: hidden;
    position: relative;
    z-index: 100;
}

#l1{
    z-index: 2;
}

#l2{
    z-index: 3;
}

#l3{
    z-index: 4;
}

#l4{
    z-index: 5;
}

#l4-2{
    z-index: 6;
}

#l5{
    z-index: 7;
}

.parallax-img{
    width: 100%;
    position: absolute;
    top: 0;
}

.vooc-header{
    font-family: Tempus;
    color: #dacca5;
    z-index: 6;
}

#vooc-title{
    position: fixed;
    font-size: 7em;
    right: 100px;

}

.begin{
    position: relative;
    z-index: 0;
    margin-top: 68px;
}

.begin2{
    position: relative;
    z-index: 0;
    margin-top: 68px;
}

.navbar{
    background-color: #46412a;
    width: 100%;
    font-family: 'Galdeano', sans-serif;
    color: #dacca5;
    font-size: 1.5em;
    z-index: 101;
}

.nav-item{
    margin-left: .5em;
    margin-right: .5em;
}

h1{
    font-family: 'Galdeano', sans-serif;
    font-size: 4em;
}

h2{
    font-family: 'Galdeano', sans-serif;
    font-size: 2.5em;
    padding-top: 32px;
    color: #dacca5;
}

h5{
    margin-top: 1em;
    margin-bottom: 1em;
    color: #dacca5;
    font-family: 'Galdeano', sans-serif;
}

.article-section{
    font-family: 'Galdeano', sans-serif;
    color: #46412a;
}

.action{
}

.action-dark{
}

.light-brown{
    background-color: #dacca5;
    padding-bottom: 3em;
}

.light-brown-text{
    color: #dacca5;
}

.dark-brown-text{
    color: #46412a;
}

.opening{
    margin-top:1.5em;
    margin-bottom: 1.5em;
}

.divider-dark{
    border-bottom: 2px solid #46412a;
    padding-top: 32px;
    margin-bottom: 32px;
}

.divider-dark-tight{
    border-bottom: 2px solid #46412a;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.divider-light{
    border-bottom: 2px solid #dacca5;
    padding-top: 32px;
    margin-bottom: 32px;
}

.signature{
    font-family: 'Mr Dafoe', cursive;
    font-size: 4em;
}

#lulu{
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#ken-fonda{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.simple-footer{
    height: 68px;
}

#footer-text{
    padding-top: 22px;
    margin-bottom: 0px;
}

.message-box{
    background-color: rgba(0,0,0,.5);
    position: fixed;
    z-index: 1000;
    top: 50px;
    width: 50%;
    left: 25%;
    right: 0;
    color: #dacca5;
    display: none;
}

#session-message{
    font-family: 'Galdeano', sans-serif;
    font-size: 2.5em;
    padding-bottom: 5px;
    padding-top: 15px;
}

.vooc-button-dark{
    width: 25%;
    color: #white;
    font-family: 'Galdeano', sans-serif;
    background-color: #46412a;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.vooc-button-wide{
    width: 100%;
    color: #white;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.vooc-button{
    width: 25%;
    color: #white;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.delete-container{
    background-color: #dacca5;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.text-red{
    color: red;
}

.delete-verify-title{
    margin-top: 10px;
}

.vooc-button-dark:hover{
    box-shadow: 0 0 0 0.2rem rgba(70, 65, 42, .25);
    background-color: #2d291b;
}

#log-out{
    width: 10%;
    color: #46412a;
    font-family: 'Galdeano', sans-serif;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#about-intro{
    padding-top: 1.5em;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
}

#choice{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3em;
    display: block;
}

#write-title{
    padding-top: 1.5em;
    font-family: 'Montserrat', sans-serif;
    color: #46412a;
}

#load-box{
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 20%;
    left: 40%;
    display: none;
    background-color: rgba(218,204,165,.5);
    box-shadow: 0px 0px 5px 5px rgba(218,204,165,.5); 
}

#delete-box{
    position: fixed;
    z-index: 9999;
    top: 35%;
    height: 150px;
    width: 30%;
    left: 40%;
    display: none;
    background-color: rgba(218,204,165,.5);
    box-shadow: 0px 0px 5px 5px rgba(70,65,42,.5); 
}

#load{
    width: 100%;
    animation: spin 4s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.choice-button{
    width: 49%;
    font-family: 'Galdeano', sans-serif;
}

.btn-secondary{
    background-color: #635C3B;
    border-color: #dacca5;
}

.btn-secondary:hover{
    background-color: #2d291b;
    box-shadow: 0 0 0 0.2rem rgba(70, 65, 42, .25);
}

.btn-secondary .focus{
    background-color: #46412a;
    height: 200px;
}

.btn-secondary:not(:disabled):not(.disabled).active{
    background-color: #46412a;
}

.btn-secondary.focus{
    box-shadow: 0 0 0 0.2rem rgba(70, 65, 42, .25);
}

.btn-secondary:not(:disabled):not(.disabled).active:hover{
    background-color: #2d291b;
}

.btn-primary{
    background-color: #dacca5;
    border-color: #46412a;
}

.btn-primary:hover{
    background-color: #a69a79;
    box-shadow: 0 0 0 0.2rem rgba(70, 65, 42, .25);
}

.btn-primary .focus{
    background-color: #46412a;
    height: 200px;
}

.btn-primary:not(:disabled):not(.disabled).active{
    background-color: #46412a;
}

.btn-primary.focus{
    box-shadow: 0 0 0 0.2rem rgba(70, 65, 42, .25);
}

.btn-primary:not(:disabled):not(.disabled).active:hover{
    background-color: #2d291b;
}

#email{
    /*background-image: url('images/check-small.png');*/
    background-size: 25px 25px;
    background-position: 98%;
    background-repeat: no-repeat;
}

.montserrat{
    font-family: 'Montserrat', sans-serif;
}

.authenticate{
    padding-top: 3em;
}

.header-link:hover{
    text-decoration: unset;
}

.header-link h1:hover{
    color: #a69a79;
}

.admin-option-button{
    width: 100%;
}

.selection-box{
    width: 100%;
    height: 15em;
    overflow-y: scroll;
    background-color: white;
    border-radius: 5px;
}

.tight-list{
    margin-bottom: 0;
}

.hidden{
    display: none;
}

.text-right{
    text-align: right;
}

.text-italic{
    font-style: italic;
}

.quote{
    padding-left: 25px;
    padding-right: 25px;
}

#home-headshot{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 50px;
}