#navbar__desktop{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;padding-top:2rem;padding-bottom:1rem;border-bottom:1px solid #000;margin-bottom:1rem}#navbar__desktop img{max-width:300px;margin-bottom:1rem}#navbar__desktop ul{padding:0;margin:0;list-style-type:none;display:flex;text-transform:uppercase;letter-spacing:-1px;justify-content:space-around;width:100vw;max-width:500px}@media (max-width:600px){#navbar__desktop{display:none}}#navbar__mobile{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;padding-top:2rem;padding-bottom:1rem;border-bottom:1px solid #000}#navbar__mobile img{max-width:300px;margin-bottom:1rem}#navbar__mobile ul{padding:0;margin:0;list-style-type:none;display:flex;text-transform:uppercase;letter-spacing:-1px;justify-content:space-around;width:100vw;max-width:275px}#navbar__mobile ul:last-of-type{margin-top:8px}@media (min-width:600px){#navbar__mobile{display:none}}#footer{display:flex;justify-content:center;padding:2rem 0 3rem;text-transform:uppercase;letter-spacing:-1px}*{font-family:Open Sans,sans-serif}h1.or-title{font-size:2rem;font-weight:700;-webkit-text-decoration:uppercase;text-decoration:uppercase}.box{position:fixed;top:0;left:0;display:none}.box,.box figure{width:100vw;height:100vh}.box figure{display:flex;justify-content:center;align-items:center;cursor:zoom-out;background:rgba(0,0,0,.9)}.box figure img{max-width:100%;max-height:100%}.open-box{cursor:zoom-in}.card{margin-bottom:2rem}.btn-primary{color:#fff}a,a:link,a:visited{text-decoration:none;color:#000}a:hover{color:grey}a:active,a:hover{text-decoration:none}a:active{color:#000}.fa{min-width:15px}.homePage__text{margin-top:25px}.homePage__text p{text-align:justify;margin-bottom:0}@media (max-width:600px){.homePage__text h3{font-size:24px}}