@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap);:root{--main:#ff2532;--dark:#0b0d17;--light:#f3f4fa;--flash:#ffc03d;--flashTrans:rgba(255,192,61,0.29);--grey:#3c3c3c;--grey-bg:#dad8e0;--yellow-bg:#ffc03d;--orange:#fc7449;--lato:"Lato",sans-serif;--nunito:"Nunito",sans-serif}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;text-decoration:none}:hover{-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;transition:all .2s ease 0s}html{font-size:62.5%;font-family:var(--nunito)}body{margin:0;padding:0;font-size:1.7rem;line-height:1.7;max-width:100%;overflow-x:hidden}button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit;border-radius:50px}a,a:active,a:hover,a:visited{text-decoration:none;color:inherit;cursor:pointer;font-family:var(--lato)}ul{list-style:none;padding-left:0}h1{font-size:7rem;line-height:1.2;margin-bottom:3vh}h1,h2{font-family:var(--lato);font-weight:900;color:var(--dark)}h2{font-size:5rem}h3{font-size:4rem;font-family:var(--lato);font-weight:900;color:var(--dark)}h4{font-size:3rem}h4,h5{font-family:var(--lato);font-weight:700;color:var(--dark);text-transform:uppercase}h5{font-size:2rem}.container{padding:5vh 10vw}.parallax{background-image:url(/Images/BackGroundHague2_compressed.png);min-height:45vh;background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;-webkit-filter:grayscale(100%) opacity(65%);filter:grayscale(100%) opacity(65%)}#containerNav{font-family:var(--lato);height:12vh}#page-wrap{text-align:center;overflow:auto}.bm-item{display:inline-block;text-decoration:none;margin-bottom:10px;color:var(--light);-webkit-transition:color .2s;-moz-transition:color .2s;transition:color .2s}.bm-item:hover{color:#fff}.bm-burger-button{position:fixed;width:36px;height:30px;right:36px;top:56px;background-color:#fff}.bm-burger-bars{background:#373a47}.bm-cross-button{height:35px;width:35px}.bm-cross{background:#bdc3c7}.bm-menu{background:#373a47;padding:2.5em 1.5em 0;font-size:1.15em}.bm-morph-shape{fill:#373a47}.bm-item-list{color:var(--light)}.bm-overlay{background:rgba(0,0,0,.3)}@-webkit-keyframes slidy{0%{left:0}20%{left:0}25%{left:-100%}45%{left:-100%}50%{left:-200%}70%{left:-200%}75%{left:-300%}95%{left:-300%}to{left:-400%}}@-moz-keyframes slidy{0%{left:0}20%{left:0}25%{left:-100%}45%{left:-100%}50%{left:-200%}70%{left:-200%}75%{left:-300%}95%{left:-300%}to{left:-400%}}@keyframes slidy{0%{left:0}20%{left:0}25%{left:-100%}45%{left:-100%}50%{left:-200%}70%{left:-200%}75%{left:-300%}95%{left:-300%}to{left:-400%}}@media (max-height:800px),screen and (max-width:1024px){h1{font-size:3.5rem}h2,h3{font-size:3rem}h4{font-size:2rem}}@media screen and (min-width:1250px){#containerNav{display:none}}@media screen and (max-width:1250px){.divNone{display:none}}@media only screen and (min-device-width:480px) and (max-device-width:640px) and (orientation:landscape){html{font-size:55%}}