 
body {
  
    margin: 0px;
    
}

.wrapper {
    color: white;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    border: solid 1px #337D67;
    color: #337D67;
}  

.leftcolumn {
    /* width: 10%; */
    width: 300px;
}
 

.rightcolumn {
    /* width: 20%;
*/
width: 100%; 
} 

.welcome {
    
font-family: 'Cormorant Unicase', serif;
font-size: 120pt;
 
}

.topwrapper {
    display: flex;
    flex-direction: row;
    height: 25%;
    border-top: 1px solid #337D67;

}
.eye {  
    background:  black;
    
    border-right: 1px solid #337D67;

} 

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: 22%;
    
}
.welcome {
    background: black;
    display: flex;  
    justify-content: center;
    
}
 
.bodywrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 75%;
}

.menubar {
    display: flex;
    overflow: auto;
    border: 1px solid #337D67;
    background-color: black; 
}  

.title {
    display: flex;
    flex-flow: column;
    margin-top: 40px;
    margin-left: 20px;
    font-size: 20pt;
}
 
#nav details {
    display: flex;
    flex-flow: column;
    margin-left: 1.2rem;
}

summary {
    margin-left: 30px;
    font-size: 18pt;
    
}

.day {

    margin-left: 50px;
    font-size: 20px;

}
a {
    margin-left: 50px;
    font-size: 16pt;
    
}
 

a {
    text-decoration: none;
    color: #337D67;
}

.bodyimage {
     
    background-color:  black;
    overflow: auto;
}

.stackedcolumn {
     
    background-color:  black;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #337D67;
}

.pinch {
    height: 10%;
    background-color:  black;
    border-bottom: 1px solid #337D67;
    font-family: 'Montserrat', sans-serif;
    font-size: 20pt;
    padding: 10px;
    display: flex;
    justify-content: center ;
    align-items: center;
    
}

.dropdown {
    margin-left: 4rem;
    padding-bottom: 50px;
    padding-top: 50px;
}

button {
    color: inherit;
    cursor: pointer;
    /* margin-top: 4rem;
    margin-bottom: 4rem; */
    padding: .8rem;
    border-radius: 3px;
    background: black;
    border: 1px solid #337D67;
    font-size: 20pt;
}

button:hover {
background-color: #72b2a1;
transition: background 1s;
}



#next::after {
content: "next";
}

#prev::after {
    content: "prev";
    }

select {
    /* margin-top: 4rem;
    margin-bottom: 4rem;
    */
    background: transparent;
    padding: .8rem;
    border: 1px solid;
    color: inherit;
    border-radius: 3px;
    font-size: 20pt;
}
 
.desc {
    height: 100% ;
    background-color: black; 
}

.day {
    display: none;
}

 
p {
    font-family: 'Montserrat', sans-serif;
    margin-right: 50px;

}