@font-face {
    font-family: Financier-family;
    src: url("font/FinancierDisplayWeb-Light.woff");
}
* {
    box-sizing: border-box;
}
body {
    padding-top: 0 !important;
    margin: 0;
    color: #959393;
    height: 100%;
}
h1 {
    font-family: "Financier-family";
    font-size: 3.125rem;
    line-height: 1.2;
    letter-spacing: 0.25px;
}
h2 {
    font-family: "Financier-family";
    font-size: 2.75rem;
    line-height: 1;
    letter-spacing: 0.25px;
}
h3 {
    font-family: "Financier-family";
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0.25px;
    padding: 0;
    margin: 0 0 24px 0;
}
p {
    font-family: "Financier-family";
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.25px;
}
.center {
    text-align: center;
}
a {
    text-decoration: none;
}
.logo-header {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-header img {
    width: auto;
    height: 32px;
}
.welcome-hero {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-image: linear-gradient(to bottom, transparent, #000),
        url("bg_image/MAL_Beach_Lifestyle_hero.jpg");
    height: 600px;
    opacity: 0.9;
    background-position: center;
    background-size: cover;
}
.btn {
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-align: center;
    color: #383838;
    background-color: #DEBF5E;;
    text-transform: uppercase;
    white-space: nowrap;
    border: 0;
    cursor: pointer;
    border-radius: 25px;
    padding: 0 25px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.angle-down {
    font-size: 2rem;
    margin: 96px 0 0 0;
}
.experience-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
    padding: 0 16px;
}
.card {
    flex-basis: 30%;
    margin: 16px;
}
.card img {
    max-width: 100%;
}
.card a {
   font-size: 1.5rem;
   color: #959393; 
   display: block;
}
#exp-1:hover .fa-solid, #exp-2:hover .fa-solid, #exp-3:hover .fa-solid {
    color: #DEBF5E; 
}

footer {
    display: flex;
    margin-top: 64px;
    align-items: center;
    height: 50px;
    border-top: 0.5px solid #959393;
}
.logo-footer {
    width: 15%;
    padding-left: 16px;
}
.logo-footer img {
    width: auto;
    height: 24px;
}
.footer-contact-link {
    display: flex;
    width: 85%;
    justify-content: flex-end;
}
.footer-contact-link a {
    border: none;
    color: #959393;
    padding: 15px;
    text-decoration: none;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
}
@media screen and (max-width: 992px) {
    .experience-card { 
        justify-content: left;
    }
    .card {
        flex: 0 0 45%;
    }
    footer {
        margin-top: 32px;
    }
}
@media screen and (max-width: 600px) {
    .welcome-hero {
        height: 400px;
    }
    h1 {
        font-size: 1.5rem;
        margin-top: 96px;
    }
    h3 {
        font-size: 1rem;
    }
    .experience-card { 
        justify-content: center;
    }
    .card {
        flex: 0 0 96%;
    }
    .logo-footer {
        display: none;
    }
    footer {
        margin-top: 32px;
    }
    .footer-contact-link {
        width: 100%;
        justify-content: center;
    }
}
