@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/PLAN\ IMAGE.png);
    font-family: "Sigurd";
    color: white;
    align-content: center;
    height: 23vh;
    letter-spacing:
        7.2px;
        margin-bottom: 150px;
}


#google-maps{height: 93vh;
    align-content: center;}

    #travel-tips{ list-style: circle;}


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


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

li{font-family: "Rosario";
letter-spacing: 1.0px
;
font-size: 1.063rem;}

#travel-tips{       width: 40%;
    margin-left: auto;
    margin-right: auto;

    height: 37vh;
    display: flex
;
    flex-direction: column;
    justify-content: space-evenly;

margin-bottom: 100px;}



#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-size: 1rem;
    font-family: "Rosario";
    letter-spacing: 1.7px;}





/* RESPONSIVE */

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

 #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;
    }


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


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

    li {
        font-family: "Rosario";
        letter-spacing: 1.0px;
        font-size: 0.9rem;
    }

    #travel-tips {
        width: 70%;
      
        height: 37vh;
        display: flex
;
        flex-direction: column;
        justify-content: space-evenly;
        margin-bottom: 100px;
    }











































    
    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;
    }













}