#burgerIcon{width:24px;height:20px;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer}#burgerIcon span{display:block;position:absolute;height:3.5px;width:100%;background:#9e9e9e;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}#burgerIcon span:nth-child(1){top:0;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#burgerIcon span:nth-child(2){top:9px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#burgerIcon span:nth-child(3){top:18px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#burgerIcon.open span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:0;left:8px}#burgerIcon.open span:nth-child(2){width:0%;opacity:0}#burgerIcon.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:17px;left:8px}.dotWrapper{display:flex;flex-direction:row;padding:.3rem}@media only screen and (max-width:425px){.smallDot{display:flex;flex-direction:row;width:.45em;height:.45em;margin:.1rem;background-color:#a17a45;border-radius:50%}.largeDot{display:flex;flex-direction:row;width:.65em;height:.65em;margin:.1em;background-color:#a17a45;border-radius:50%}}@media only screen and (min-width:425px){.smallDot{display:flex;flex-direction:row;width:.8em;height:.8em;margin:.2rem;background-color:#92703f;border-radius:50%}.largeDot{display:flex;flex-direction:row;width:1.1em;height:1.1em;margin:.3em;background-color:#92703f;border:3px solid #92703F;border-radius:50%}}*,*:before,*:after{padding:0;margin:0;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;box-sizing:border-box}h1,h1 span,h2,h3{font-family:Frank Ruhl Libre,serif!important;font-optical-sizing:auto;font-weight:400;font-style:normal;text-shadow:1px 1px 5px #2a2a2a}body{background-color:#2a2a2a}a{display:flex;justify-content:center;align-items:center;text-decoration:none}.heroText .firstName{font-weight:300}.heroText .lastName{font-weight:600}.dropShadow{filter:drop-shadow(5px 20px 10px rgba(158,158,158,.1803921569))}
