:root{--gray: #B3CEE5;--dark-gray: #595959;--extra-dark-gray: #222}html{scroll-behavior:smooth;font-family:'lora';line-height:150%;height:100%}body{height:100%;margin:0px;display:flex;flex-direction:column}footer{flex-shrink:0}a{color:#666}a:hover{color:black}nav{display:flex;flex-direction:row;justify-content:space-between;width:calc(100% - 40px);max-width:1200px;margin:auto;align-items:center;height:50px;flex-shrink:0;padding:1em 20px}nav a{display:inline-block;text-align:center;text-transform:uppercase;text-decoration:none}nav a:hover{text-decoration:underline}nav a.active{color:black;font-weight:bold}.menu{display:flex;flex-direction:row;list-style-type:none;margin:0;padding:0;flex-grow:1;justify-content:space-evenly;overflow:hidden;z-index:2}div.content{width:calc(100% - 40px);max-width:1200px;margin:auto;padding:0 20px;flex:1 0 auto}.btn.btn-primary{background-color:white;color:black;padding:10px;border-radius:5px;border:1px solid black;box-shadow:none}i.social-media-icon{font-size:2em;color:var(--gray)}i.social-media-icon:hover{color:#5d87c6}.btn{display:inline-block;padding:10px;border-radius:5px;font-family:open sans;text-decoration:none}.btn-primary{color:white}.btn-primary:hover{background-color:var(--gray)}.btn-secondary{background-color:#ccc}.btn-secondary:hover{background-color:#808080}h1,h2{color:#303030}p,ul{color:#595959}footer{display:flex;flex-direction:row;width:100%;max-width:1200px;margin:3em auto 0 auto;padding-bottom:2em;justify-content:space-around;font-size:small;text-align:center;align-items:center}footer>*{flex:1}.menu-button-container{display:none;height:100%;width:30px;cursor:pointer;flex-direction:column;justify-content:center;align-items:center}#menu-toggle{display:none}.menu-button,.menu-button::before,.menu-button::after{display:block;background-color:black;position:absolute;height:2px;width:30px;transition:transform 400ms cubic-bezier(0.23, 1, 0.32, 1);border-radius:2px}.menu-button::before{content:'';margin-top:-8px}.menu-button::after{content:'';margin-top:8px}#menu-toggle:checked+.menu-button-container .menu-button::before{margin-top:0px;transform:rotate(45deg)}#menu-toggle:checked+.menu-button-container .menu-button{background:rgba(255,255,255,0)}#menu-toggle:checked+.menu-button-container .menu-button::after{margin-top:0px;transform:rotate(-45deg)}@media (max-width: 700px){.menu-button-container{display:flex;margin-right:2em}.menu{position:absolute;top:0;margin-top:calc(50px + 2em);left:0;flex-direction:column;width:100%;justify-content:center;align-items:center}#menu-toggle~.menu a{height:0;margin:0;padding:0;border:0;transition:height 400ms cubic-bezier(0.23, 1, 0.32, 1)}#menu-toggle:checked~.menu a{height:2.5em;padding:0.5em;transition:height 400ms cubic-bezier(0.23, 1, 0.32, 1)}.menu>a{display:flex;justify-content:center;margin:0;padding:0.5em 0;width:100%;background-color:white}.menu>a:not(:last-child){border-bottom:1px solid #444}}@media screen and (max-width: 575px){footer{flex-direction:column;gap:1em}}

/*# sourceMappingURL=style.css.map */