html {
    font-size: 100%;
    line-height: 1.5;
    font-family: 'alphabet-sans-pro', sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

h1 {
    color: #1E236E;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 500;
    font-family: 'alphabet-slab-pro', serif;
    margin-bottom: 24px;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-image: url('../img/alp-bg-vehicles-fleet.png');
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: 0;
}

@media screen and (max-width: 1920px) {
    body {
        background-size: auto 135%;
        overflow-y: hidden;
    }
}

@media screen and (max-width: 768px) {
    body {
        background-position: 70% top;
        background-size: auto 140%;
        overflow-y: hidden;
    }
}

@media screen and (max-width: 767px)  {
    body {
        background-size: auto 140%;
        overflow-y: hidden;
    }
}

/* START -- Fix bg not taking the full screen in smaller heights */
@media screen and (max-width: 1920px) and (max-height: 719px) {
    body {
        background-size: cover;
        overflow-y: hidden;
    }
}
@media screen and (max-width: 768px) and (max-height: 500px) {
    body {
        background-size: cover;
        overflow-y: hidden;
    }
}
/* -- END */

body::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/alp-gradient-1.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.alphabet-logo-dark {
    width: 150px;
    margin-bottom: 24px;
}

.card-translucent {
    padding: 40px;
    background-color: rgba(255,255,255,0.95);
    z-index: 2;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position:  absolute;
}

/* Adjust for phones, up to iPhone 14 pro max viewport size */
@media screen and (max-width: 430px) { 
    .card-translucent {
        padding: 40px 16px 40px 16px;
        align-self: flex-start;
    }
}

.card-translucent a,
.card-translucent a:visited {
    color:#000000 ;
}
