:root{--brown:#706035;--navy:#036;--blue:#09c;--white:#fff;--black:#444}body,html{padding:0;margin:0;font-family:Montserrat,sans-serif;background-color:var(--white);overflow:auto}a{color:inherit;text-decoration:none}*{box-sizing:border-box}header{top:0;height:8rem;width:100vw;background-color:var(--navy)}.logo-background{background-color:var(--white);transform:skewX(45deg);width:18rem;height:8rem;position:relative;left:-4rem}.logo-wrapper{position:relative;left:5rem;top:-1rem;width:10rem;height:10rem;transform:skewX(-45deg)}main{min-height:calc(100vh - 16rem)}footer,main{padding:1rem}footer{background-color:var(--navy);color:var(--white);height:8rem;font-size:.75rem;align-items:center;justify-content:space-between}.social-icons,footer{display:flex}.social-icon{position:relative;width:2rem;height:2rem}.social-icon:nth-child(2){margin:0 .5rem}.social-icon img{filter:invert(1)}.small{font-size:.75em}.image-with-text-aside{display:flex;margin:0 auto 1rem;max-width:32rem;align-items:center}.image-with-text-aside--inverted{flex-direction:row-reverse;text-align:right}.image-with-text-aside__image-wrapper{position:relative;flex:1 1}.image-with-text-aside__text{flex:1 1;padding:1rem;margin:0;font-size:1rem}.home-wrapper{display:flex;flex-wrap:wrap}.home-wrapper,.page-wrapper{max-width:64rem;margin:0 auto}.column1{flex:3 1}.column2{flex:1 1}.full-width-image-with-text{position:relative;height:200px;display:flex;margin:-1rem -1rem 2rem;justify-content:center;align-items:center}.full-width-image-with-text__text{position:relative;font-size:3rem;margin:0;color:var(--white);font-weight:700;text-shadow:.25rem .25rem var(--navy);text-align:center}.contact-item{display:flex;align-items:center;margin-bottom:2rem}.contact-item__icon{width:2rem;height:2rem;position:relative;margin-right:1rem}.images{display:flex;flex-direction:column}@media (min-width:32rem){.image-with-text-aside__text{font-size:1.2rem}}@media (min-width:48rem){.page-wrapper{display:flex}.column1{padding-right:2rem}}@media (min-width:66rem){.image-with-text-aside{padding:0 .5rem}}.bm-burger-button{position:absolute;width:4rem;height:3rem;right:1rem;top:2.5rem}.bm-burger-bars,.bm-burger-bars-hover{background:var(--white)}.bm-cross-button{height:24px;width:24px}.bm-cross{background:var(--white)}.bm-menu-wrap{position:fixed;height:100%}.bm-menu{background:var(--navy);padding:2.5rem 0 0;font-size:1.15em}.bm-item-list{color:var(--white)}.bm-item{display:block;padding:1rem 2rem}.bm-item:hover{background-color:var(--blue)}.bm-overlay{background:rgba(0,0,0,.3)}