@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');.codepen{display:grid;place-items:center;padding:0 1rem;background-color:var(--bg-color);font-family:'Rock Salt';--font-family:'Rock Salt';--color:#1f2937;--bg-color:#e5e7eb;--border-color:#1f2937;--border-width:3px;}.polaroid{position:relative;width:240px;height:340px;background-color:white;color:var(--color);font-size:.9rem;text-decoration:none;border:var(--border-width) solid var(--border-color);transition:transform 200ms;will-change:transform;}.info{margin-left:1rem;}@media (min-width:550px){.polaroid{width:300px;height:400px}}.inside-overlay-1,.inside-overlay-2{position:absolute;top:-4px;left:-4px;width:100%;height:100%;background-color:white;border:var(--border-width) solid var(--border-color);transition:transform 200ms;transform-origin:center;will-change:transform;}.polaroid,.inside-overlay--1,.inside-overlay--2{box-shadow:0 1px 1px hsl(0deg 0% 0% / .075),0 2px 2px hsl(0deg 0% 0% / .075),0 4px 4px hsl(0deg 0% 0% / .075),0 8px 8px hsl(0deg 0% 0% / .075),0 16px 16px hsl(0deg 0% 0% / .075);}.placeholder{display:flex;height:calc(100% - 6rem);margin:1.5rem 1rem;filter:opacity(.9);}.inside-overlay-1{transform:rotate(-5deg);}.inside-overlay-2{transform:rotate(6deg);}.polaroid:hover>.inside-overlay-1,.polaroid:focus>.inside-overlay--1{transform:rotate(-10deg);}.polaroid:hover>.inside-overlay-2,.polaroid:focus>.inside-overlay-2{transform:rotate(10deg);}.polaroid:hover{transform:translateY(-8px);}.polaroid:focus{outline-offset:12px;}.view-upcoming-events-button{background-color:#53B7E8!important;padding:15px 30px 15px 30px!important;}.text-white{color:white!important}.black-background{background-color:black!important;}@media screen and (max-width:767px){.about-us-section{}}@media screen and (max-width:991px){.list-events-section{padding-left:5%;padding-right:5%}}.project-card{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.project-overlay{position:absolute;left:0;top:0;right:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(64%,hsla(0,0%,0%,0)),to(rgba(0,0,0,.7)));background-image:linear-gradient(180deg,hsla(0,0%,0%,0) 64%,rgba(0,0,0,.7));}.project-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:360px;margin-right:auto;margin-bottom:30px;margin-left:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.project-title{margin-top:0;margin-bottom:5px;color:#fff;font-size:28px;line-height:1.1;font-weight:700;text-transform:capitalize}.paragraph-white{margin-bottom:10px;color:hsla(0,0%,100%,.7);font-size:17px;font-weight:500}.cursors{display:flex;justify-content:flex-start;align-items:stretch}.cursors>div{flex-grow:1}.zoom-effect-container{float:left;overflow:hidden;}.image-card{}.image-card img{-webkit-transition:.4s ease;transition:.4s ease;}.zoom-effect-container:hover .image-card img{-webkit-transform:scale(1.08);transform:scale(1.08);}.logo-scaling{max-width:450px;height:auto;}.arrow-box span{width:20px;height:20px;display:block;border-right:2px solid rgba(255,255,255,.632);border-bottom:2px solid rgba(255,255,255,.632);transform:rotate(45deg);margin:-10px;animation:animate 2s infinite;}.arrow-box span:nth-child(2){animation-delay:-.2s;}.arrow-box span:nth-child(3){animation-delay:-.4s;}@keyframes animate{0%{opacity:0}50%{opacity:1;transform:rotate(45deg) translate(10px,10px)}100%{opacity:0}}