body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f0f8ff;
  color: #003366;
}

header {
  background-color: #005b99;
  background-image: url("Assets/IMG/header.jpg");
  background-size: cover;
  color: white;
  padding: 20px;
  text-align: center;
}

.logo {
  width: 200px;
  height: auto;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px;
}

h2,h3 {
  color: #005b99;
  border-bottom: 2px solid #0077cc;
  padding-bottom: 5px;
}

section {
  padding: 20px;
  max-width: 800px;
  margin: auto;
}

.slider {
  position: relative;
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
}

.slider-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #005b99;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  z-index: 10;
}

.slider-btn.prev {
  left: 0;
}

.slider-btn.next {
  right: 0;
}


.slider-content {
  position: relative;
  max-width: 100%;
  display: inline-block;
}

.caption {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 8px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-sizing: border-box;
}

.contact-option {
  flex: 1;
  text-align: center;
  background-color: #6a8bc6;
  border-radius: 5px;
  margin-bottom: 15px;
}

a {
  color: white;
  text-decoration: none;
}

section p a  {
  color: #1b2735;
  background-color: #d5ffd5;
  border-radius: 2px;
  padding: 4px;
  text-decoration: none;
}

section div a  {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  background: #005b99;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 0.9em;
}
