@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/***************************************************************************************************
MEDIA QUERIES
***************************************************************************************************/
/***************************************************************************************************
BOAT PAGE
***************************************************************************************************/
.boat-header-menu {
  position: absolute;
  top: 40px;
  left: 60px;
  background: #00388175 !important;
  height: fit-content;
  width: fit-content !important;
  padding: 1.8rem 3.5rem;
  border-radius: 10px;
  color: white; }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
    .boat-header-menu {
      width: 100% !important;
      height: 100%;
      padding: 0;
      border-radius: 0;
      top: 0;
      left: 0;
      background: #00388185 !important; } }
  .boat-header-menu .boat-header-name {
    text-align: left !important;
    border-bottom: none; }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
      .boat-header-menu .boat-header-name {
        text-align: center !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%; } }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
    .boat-header-menu .boat-header-nav {
      display: none; }
    .boat-header-menu h1 {
      font-size: 1.5rem; } }
#navbar-boat {
  display: none !important; }
