#header-address {
  color: #fff;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-body {
position:relative;
padding:0px;
}
.close {
position:absolute;
right:-30px;
top:0;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}

.btn-res{
  font-size:1.4rem;
  font-weight:800;
}
.btn-res:hover{
  color:#fff;
  background-color:#007bff;
}

@media (min-width: 576px) {
  #header-address {
    /*margin-bottom: 0px;*/
    /*font-family: Roboto, sans-serif;*/
    font-size: 16px;
  }
}

@media only screen and (max-device-width: 480px) {
  .btn-res{
    font-size:0.9rem;
    font-weight:800;
  }
}

.img-fluid{
  display:block;
  margin-left:auto;
  margin-right:auto;
}

/* Fixed/sticky icon bar (vertically aligned 40% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 0px 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 50px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* Style the social media icons with color */
.icon-bar a:hover {
  background-color: #000;
}

.access {
  background: #2b3b95;
  color: white;
}

@media (max-width:767px) {
  .icon-bar a {
    font-size: 30px;
    padding: 0px 6px;
  }
  .icon-bar {
    top: 50%;
  }
}

.btn {
  border-radius: 0;
}

#accessibilityButton {
  font-size: 40px;
  color:#fff;
  padding: 0px 12px;
  position: fixed;
  top: 20vh;
  left: 0px;
  z-index: 1000;
  background-color: #2b3b95;
  border: none;
  box-shadow:none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: left 0.5s;
}

#accessibilityButton:hover {
    background-color: #000;
}

#accessibilityMenu {
  position: fixed;
  top: calc(20vh);
  left: -180px;
  width: 180px;
  height: auto;
  background-color: #2b3b95;
  padding: 8px;
  overflow: auto;
  z-index: 999;
  transition: left 0.5s;
}

#accessibilityMenu.open {
  left: 0;
}

#accessibilityButton.open {
  left: 180px;
  transition: left 0.5s;
}

#accessibilityMenu button {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  padding: 5px;
  font-size: 15px;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  text-align:left;
}

#accessibilityMenu button:hover {
  color:white;
  background-color: #000;
}

.grayscale {
  filter: grayscale(100%);
}

.highContrast {
  filter: contrast(2);
}

.negativeContrast {
  filter: invert(1) hue-rotate(180deg);
}

.lightBackground {
  background-color: #f5f5f5;
}

.linksUnderline a {
  text-decoration: underline;
}

.readableFont {
  font-family: Arial, sans-serif;
}

/* Hide dropdown menu by default */
.navbar .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Show dropdown on hover */
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Ensure proper positioning */
.navbar .dropdown-menu {
  margin-top: 0;
  left: 0;
  top: 100%;
}


@media (max-width: 768px) {
  #contentContainer > section:nth-child(1) > div > div > div.col-6.col-sm-6.col-md-6.col-lg-3.order-1.order-lg-1 > p { 
    font-size:0.9rem;
  }
}
