/* Add a black background color to the top navigation */
.topnav {
    position: relative;
    background-color: #333;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }

  .topnav img {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }

  /* Right-aligned section inside the top navigation */
  .topnav-right {
    float: right;
  }
  
  /* Responsive navigation menu - display links on top of each other instead of next to each other (for mobile devices) */
  /* @media screen and (max-width: 600px) {
    .topnav a, .topnav-right {
      float: none;
      display: block;
    }
  
    .topnav-centered a {
      position: relative;
      top: 0;
      left: 0;
      transform: none;
    }
  } */



/* #background-main-page {
background-image: url("assets/img/salsa.jpg");
background-repeat: no-repeat;
} */

body {
    background-image: url("../img/main-page-background0.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#navbar-pic {
    height: 100px;
    width: auto;
    /* z-index: 999;
    position: fixed; */
    padding: 5px 5px;
}

/* .custom-image {
    border: 2px solid black;
} */

.custom-image:hover {
    filter: grayscale(10%) drop-shadow(2px 2px 20px black);
}

.custom-button-color {
    background-color: darkred;
    color: white;
}

.image-container {
    width: 150px;
    height: 150px;
    object-fit: contain;
    max-width: 100%;
    max-width: auto;
}

.half-block{
  display:inline-block;
  width:49.2%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 13px;
}

.full-block{
  display:block;
  width:100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 13px;
}

#top-image-id {
  padding: 2px 2px;
}