@font-face {
    font-family: "Sigurd";
    src: url(../font/fonnts.com-Sigurd-Semi-.otf);
}

@font-face {
    font-family: "Fjalla";
    src: url(../font/FjallaOne-Regular.ttf);
}

@font-face {
    font-family: "Raleway";
    src: url(../font/Raleway-VariableFont_wght.ttf);
}

@font-face {
    font-family: "Rosario";
    src: url(../font/Rosario-VariableFont_wght.ttf);
}







body {
    margin: 0;
    overflow-x: hidden;

}

#navigation-bar {
    display: flex;
    background-color: #FFB81C;
    height: 62px;
    align-items: center;
    position: sticky;
    width: 100%;
    top: 0;
}

#nav-list {
    display: flex;
    width: 81%;
    justify-content: center;
    gap: 20%;
    align-content: center;
    margin-left: 27%;
    margin-right: 27%;
    padding: 0;
}

#logo {
    padding-left: 70%;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;

    font-size: 1rem;
    font-weight: bold;
    font-family: "Raleway";
    color: #00274D;
    letter-spacing: 0.3px;
}


h1 {
    font-size: 7.5rem;
    text-align: center;
    background-image: url(../images/bars-resto\ title.png);
    font-family: "Sigurd";
    color: white;
    align-content: center;
    height: 23vh;
    letter-spacing:
        7.2px;
    margin-bottom: 150px;
}


h2 {
    font-size: 5.93rem;
    color: #00274D;
    font-family: "Sigurd";
    background-color: #FFB81C;
    height: 13.74vh;
    align-content: center;
    width: 40%;
    text-align: center;
    margin: 0;
    margin-bottom: 100px;
}

.paragraph {
    font-family: "Rosario";
    letter-spacing: 1.7px;
    font-size: 1.25rem;
    line-height: 42.4px;
    width: 59%;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 95vh;
    gap: 40px;
}

.text-info {
    display: flex;
    justify-content: space-between;
    width: 86%;
}

span {
    font-size: 1.563;
    font-weight: bold;
    font-family: "Rosario";
    letter-spacing: 1.7px;
}

p {
    font-size: 1rem;
    font-family: "Rosario";
    letter-spacing: 1.7px;
}

.btn {
    width: 250px;
    height: 59px;

    border: none;
    background-color: #FFB81C;
    font-size: 16px;
    margin-top: 10px;
}

.btn a {
    font-family: "Fjalla";
    font-size: 1.18rem;
    letter-spacing: 3.4px;
    font-weight: 500;
    padding: 7% 20% 7% 20%;
}

.opening-hours-btn {
    width: 288.32px;
    display: flex;
    flex-direction: column;
}



















#footer {
    height: 87px;
    color: #00274D;
    background-color: #FFB81C;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    font-family: "Raleway";
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 1.2px;
}















/* RESPONSIVE */

@media screen and (max-width: 1506px) {



    #navigation-bar {
        display: flex;
        background-color: #FFB81C;
        height: 201px;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    #nav-list {
        display: flex;
        width: 100%;

        align-content: center;
        margin-left: 0;
        margin-right: 0;

        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    #logo {
        padding-left: 0;
        padding-top: 10px;
    }

    ul {
        list-style: none;
    }

    a {
        text-decoration: none;

        font-size: 1rem;
        font-weight: bold;
        font-family: "Raleway";
        color: #00274D;
        letter-spacing: 0.3px;
    }

        h1 {
        font-size: 3.5rem;
        text-align: center;
        background-image: url(../images/bars-resto\ title.png);
        font-family: "Sigurd";
        color: white;
        align-content: center;
        height: 26vh;
        letter-spacing: 7.2px;
        margin-bottom: 75px;
    }

    h2 {
        font-size: 5.93rem;
        color: #00274D;
        font-family: "Sigurd";
        background-color: #FFB81C;
        height: 29.74vh;
        align-content: center;
        width: 100%;
        text-align: center;
        margin: 0;
    }


    .paragraph {
        font-family: "Rosario";
        letter-spacing: 1.6px;
        font-size: 1rem;
        line-height: 42.4px;
        width: 100%;
        text-align: left;
    }

    .card {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        height: 138vh;
        gap: 40px;
        margin-top: 20px;
        justify-content: center;
    }

    .text-info {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    span {
        font-size: 1.563;
        font-weight: bold;
        font-family: "Rosario";
        letter-spacing: 1.7px;
    }

    p {
        font-size: 1rem;
        font-family: "Rosario";
        letter-spacing: 1.7px;
    }

    .btn {
        width: 250px;
        height: 59px;

        border: none;
        background-color: #FFB81C;
        font-size: 16px;
        margin-top: 10px;
    }

    .btn a {
        font-family: "Fjalla";
        font-size: 1.18rem;
        letter-spacing: 3.4px;
        font-weight: 500;
        padding: 7% 20% 7% 20%;
    }

    .opening-hours-btn {
        width: 288.32px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }


    footer {
        height: 87px;
        color: #00274D;
        background-color: #FFB81C;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        font-family: "Raleway";
        font-weight: bold;
        font-size: 1.25rem;
        letter-spacing: 1.2px;

    }

    footer p {
        font-family: "Rosario";
        letter-spacing: 1.0px;
        font-size: 0.8rem;
    }








}