body{
  background-color: #e2e2e2;
}

a{
  font-size: 0.9rem;
}


h1{
  color: white;
  font-size: 2.1rem;
}

.second-title{
  font-size: 1.3rem;
}

.logo{
  height: 150px;
  display: inline-block;
}

.title-nautic{
  display: grid;
  justify-items: center;
}

.title-align{
  display: flex;
  align-items: center;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.click-width{
  width: 50%;
}

.nav-link{
  color: white;
  font-weight: bold;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: rgba(39, 192, 255, 1);
  background-color: rgba(0, 0, 0, 0.0)
}

.non-mobile{
 display: none;
}

@media screen and (min-width: 576px){

  a{
    font-size: 1rem;
  }

  .title-align{
    min-width: 360px;
  }

  .map-frame{
    height: 400px;
    width: 500px;
  }

  h1{
    font-size: 2.5rem;
  }

  .carrusel-box-img{
    height: 80vh;
  }
}