*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: "sofia-pro", sans-serif;
    color: white;
    letter-spacing: 1px;
    text-decoration: none;
}

body{
    background-color: #0B0B0B;
    overflow-x: hidden;
}

/* Common */

.spacer-4-v{
    margin: 0px 4px;
}

.spacer-8-v{
    margin: 0px 8px;
}

.spacer-2{
    margin: 2px 0px;
    height: 1px;
}

.spacer-4{
    margin: 4px 0px;
    height: 1px;
}

.spacer-8{
    margin: 8px 0px;
    height: 1px;
}

.spacer-16{
    margin: 16px 0px;
    height: 1px;
}

.spacer-24{
    margin: 24px 0px;
    height: 1px;
}

.spacer-32{
    margin: 32px 0px;
    height: 1px;
}

.spacer-48{
    margin: 48px 0px;
    height: 1px;
}

.spacer-96{
    margin: 96px 0px;
    height: 1px;
}

.theme-colour{
    color: #EC0C55;
}

.opacity-80{
    opacity: 0.8;
}

.font-size-16{
    font-size: 16px;
    line-height: 24px;
}

.font-size-20{
    font-size: 20px;
    line-height: 24px;
}

.font-size-24{
    font-size: 24px;
    line-height: 28px;
}

.font-size-32{
    font-size: 32px;
    line-height: 36px;
}

.font-size-36{
    font-size: 36px;
    line-height: 36px;
}

.font-size-40{
    font-size: 40px;
    line-height: 46px;
}

.font-size-48{
    font-size: 48px;
    line-height: 48px;
}

.font-size-56{
    font-size: 56px;
    line-height: 56px;
}

.font-thin{
    font-weight: 200;
}

.font-bold{
    font-weight: 600;
}

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Navbar */

nav{
    position: fixed;
    top: 0px;
    height: 96px;
    width: calc(100vw);
    padding: 0px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: #0B0B0B; */
}

.nav-right-socials{
    display: flex;
}

.nav-right-socials-space{
    width: 16px;
}

/* Footer */

footer{
    bottom: 0px;
    width: 100vw;
    padding: 96px 24px;
    /* margin: 48px 0px; */
}

.footer-header-small-title{
    margin: 0px 0px 12px;
}

.footer-header-title{
    margin: 0px 0px 24px;
}

.footer-header-description{
    /* margin: 0px 0px 64px; */
}

.footer-social-card{
    /* margin: 0px 0px 32px; */
}

.footer-social-card-top{
    display: flex;
    align-items: flex-end;
    margin: 0px 0px 4px;
}

.footer-social-card-top-left{
    width: 32px;
    height: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0px 12px 0px 0px;
}

.footer-social-card-bottom{
    margin: 0px 0px 0px 44px;
}

.footer-maps-container{
    width: 100%;
    margin-top: 48px;
}

.footer-maps{
    width: 100%;
    height: 480px;
}

.footer-spacer{
    margin: 32px 0px;
}

@media screen and (min-width: 768px) {
    
    .footer-top{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .footer-header{
        width: 320px;
    }
    .footer-spacer{
        margin: 0px 32px;
    }
    .footer-header-description{
        width: 320px;
    }

}

@media screen and (min-width: 1024px) {
    


}

@media screen and (min-width: 1440px) {
    
    footer{
        padding: 0px 25%;
    }

}
