#headerContainer{height:15vh;border-bottom:1px solid rgba(0,0,0,.1);background:#fff;color:#333;display:inline-block;position:fixed;z-index:100}.header_row{height:100%;padding-right:5vw}.header_item,.logo_header{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%}.logo_header{transition:.5s}.logo_header:hover{cursor:pointer;opacity:.5;transition:.5s}.logo_header img{width:60%}.header_item{text-transform:uppercase;transition:.5s}.header_item:hover{color:#999;cursor:pointer;transition:.5s}.mobile_menu_button{display:none}.mobile_menu{display:none}.mobile_social_container{display:none}@media only screen and (max-width:813px){.header_row{padding-right:0}.header_item{display:none}.mobile_menu{background:#fff;display:none;height:0;align-items:center;position:fixed;top:0;left:0;z-index:3}.mobile_menu_button{position:absolute;top:0;right:0;padding:0 8vw;color:#000;font-size:32px;height:15vh;display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:999}.mobile_menu_button:hover{cursor:pointer}.mobile_header_item{display:inline-block;text-align:center;text-transform:uppercase}#closeMenu{display:none}.logo_header:hover{cursor:pointer;opacity:1;transition:.5s}#clickOverlay{display:none;position:absolute;top:8vh;left:0;width:100%;height:100vh;z-index:9999;opacity:0}.mobile_social_container{display:block;position:fixed;bottom:-8vh;right:0;height:8vh;width:35vw;z-index:9999;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:row;background:#fff}.mobile_social_container a img{height:4.5vh;margin:0 1vw}}@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape){.logo_header img{width:100%;margin-left:5vw}}@media only screen and (max-width:813px) and (orientation:landscape){.logo_header img{height:100%;width:auto}}