.menu-container{display:flex;color:#fff;padding:1rem 0;font-weight:500;font-size:1rem;flex-direction:column;justify-content:space-between;min-height:20vh}.menu-container .menu-item:hover{font-weight:600}@media only screen and (max-width:800px){.menu-container .menu-item{margin-top:.6rem}}.menu-container .type-text{margin-left:.8rem}.menu-container .first-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 5rem}@media only screen and (max-width:800px){.menu-container .first-row{flex-direction:column;align-items:baseline}}.menu-container .second-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 5rem}@media only screen and (max-width:800px){.menu-container .second-row{flex-direction:column;align-items:baseline}}.contact-container{max-width:90vw;margin:auto;padding:2rem;line-height:1.7}.contact-container h1{margin-bottom:1.2rem;font-size:2rem}.contact-container .list,.contact-container .para{font-size:.9rem}.contact-container h2{margin-top:1.2rem;font-size:1rem;font-weight:400}