

html {
    scroll-behavior: smooth;
}


.display-5{
    font-size: 2.3rem;
}

.display-6{
    font-size: 1.5rem;
}

/*menu*/
.transparent{
    background-color:#cbaa5c98;
    box-shadow: -3px 8px 15px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: -3px 8px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -3px 8px 15px 0px rgba(0,0,0,0.75);
}

.primary-color-text{
    color: #B2B257;
}

.background-primary{
    background-color: #919136;
}


.background-secondary{
    background-color: #4B4B06;
}



.itinerary_btn{
    border: none;
    background-color: #72721B;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    color: white;
    text-decoration: none !important;
}
 
.itinerary_btn:hover{
    border: none;
    background-color: #B2B257;
    border-radius: 5px;
    display: inline-block;
    color: white;
    font-weight: bold;  
    text-decoration: none !important;   
}

.btn_fact_sheet{
    border: none;
    background-color: #B2B257;
    border-radius: 5px;
    width: 85%;
    height: 50px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.btn_fact_sheet:hover{
    border: none;
    background-color: #cece64;
    border-radius: 5px;
    width: 85%;
    height: 50px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.button_select{
    width: 100%;
    border: none;
    outline: none;
    background-color: #B2B257;
    color: white;
    border-radius: 6px;
}

.button_no_select{
    color: white;
    border: #DBDB8C 2px solid;
    border-radius: 6px;
    width: 100%;
    height: auto;
    background: rgba(63, 63, 63, 0.5);
}

.line{
    width: 10%; 
    height: 5px; 
    background-color: #B2B257;
}