@font-face {
    font-family: "Mermaid";
    src: url("../fonts/Mermaid1001.woff2") format("woff2");
}

@font-face {
    font-family: "BonVoyage";
    src: url("../fonts/BonVoyage.woff2") format("woff2");
}

body {
    font-family: "BonVoyage";
    margin: 0;
    background: #edeff3;
    letter-spacing: 1;
    width: 100%;
}

#intro {
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

#intro h1 {
    font-size: 70px;
    margin-top: 0;
    margin-bottom: 0;
}

#intro-img h2 {
    margin-top: 0;
}

#intro-img {
    background: #000;
    color: #fff;
    padding-bottom: 20px;
}

#cards {
    display: flex;
    border-bottom: 1px solid #b5b0b0;
}

.card {
    width: 32%;
    text-align: center;
}

.card i {
    font-size: 50px;
    color: #ee1e24;
}

.card ul {
    padding: 0;
}

.card ul li {
    list-style-type: none;
    text-align: center;
}

#location {
    display: flex;
    border-bottom: 1px solid #b5b0b0;
}

#outro {
    display: flex;
    padding: 0 25px;
    background: #000;
    color: #fff;
}
#contact {
    width: 50%;
}
#contact i {
    margin-right: 10px;
}
#contact .fa-mobile-alt {
    font-size: 19px;
}
#access {
    width: 50%;
}

#copyright {
    text-align: center;
    background: #000;
    color: #fff;
}


@media screen and (max-width: 670px) {
    #cards {
        flex-direction: column;
    }
    .card {
        width: 100%;
    }
    #outro {
        flex-direction: column;
    }
    #contact {
        width: 100%;
    }
    #access {
        width: 100%;
    }
}