@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
body {
  font-family: "Source Serif 4", serif;
  font-style: normal;
}

#header{
    background-color: #0B1514!important;
}

#main #main-buttons .btn.map {
display:none!important;
}

#header .nav-wrapper #sb_menu .nav li a{
color:white!important;
}
#header .nav-wrapper.active { 
    background-color: #0B1514!important;
}
 
@media (max-width: 780px){ 
#main-buttons .wrapper .bar .btn { 
    font-size: 26px !important;
}
}
@media (min-width: 780px){ 
#main-buttons .wrapper .bar .btn { 
    font-size: 34px !important;
    margin: 5px;
    min-height: 60px;
    gap: 8px 8px;
}
#main-buttons .wrapper .bar {
    margin-right: 70%;
}
}  

#main-buttons .wrapper .bar .btn.book:after{ 
display:none;
}


 
#main #main-buttons .company-name {
    font-size: 0px; 
} 

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row:nth-child(odd) .grid-weekly-item {
    background: #efefef;
}

/*.company-name.animated.company-logo-and-name.slideInLeft:before {
    content: '"Rise Above, Go Beyond"';
    display: block;
    font-size: 40px !important;
    font-style: italic;
    text-transform: none;
    color: white;
    height: 50px;
    text-overflow: inherit;
    font-size: 45px;
    line-height: 40px;
    height: 80px;
} */