
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #111;
    color: #000000;
    display: flex;
    height: 100%;
    width: 100%;
}
body2 {
    font-family: 'Arial', sans-serif;
    background-color: #ffffff;
    color: #000000;
    display: flex;
    height: 100%;
    width: 400px;
}
.stat-highlight {
  font-weight: bold;
  color: #008080;
}


.layout {
    display: flex;
    width: 100%;
    height: 100%;
}

.sidebar {
    background-color: #ffffff;
    width: 200px;
    padding: 20px;
    display: flex;

    flex-direction: column;
}

.sidebar nav a {
    color: #000000;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.sidebar nav {
    padding-top: 40px; 
}


.sidebar nav a {
    display: block;
    padding: 12px 16px;
    margin: 10px;
    background-color: #008080;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.sidebar nav a:hover {
    background-color: #808080;
    color: #1A1A1A;
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

header {
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
}

main {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    text-align: center;
}

.site-footer {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 10px 0;
}
.site-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff;
    border-bottom: 2px solid #008080;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.site-title {
    font-size: 1.6em;
    font-weight: bold;
    color: #008080;
    margin-right: 20px;
}

.header-right a {
    text-decoration: none;
    padding: 8px 14px;
    border: 2px solid #008080;
    color: #008080;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.header-right a:hover {
    background-color: #008080;
    color: white;
}
.problock {
  max-width: 1000px;
  margin: auto;
  padding: 30px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.content-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  align-items: center;
}

.content-block.reverse {
  flex-direction: row-reverse;
}

.image-left, .image-right {
  flex: 1;
  padding: 15px;
}

.image-left img,
.image-right img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.text-right, .text-left {
  flex: 1;
  padding: 15px;
}

.text-right h2, .text-left h3, .text-right h3 {
  color: #008080;
}

.quote-block {
  background-color: #f2f2f2;
  padding: 20px 30px;
  margin: 40px auto;
  border-left: 5px solid #008080;
  font-style: italic;
}

.quote-block cite {
  display: block;
  margin-top: 10px;
  text-align: right;
  font-style: normal;
  font-weight: bold;
}

.final-message {
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
  margin-top: 40px;
}


h2 {
    border-bottom: 2px solid lightblue;
    padding-bottom: 5px;
}

h5 {
    border-bottom: 2px solid lightblue;
    padding-bottom: 5px;
    text-align: center;
}

.slideshow-container img {
    width: 100%;
    height: auto;
    display: block;
}



.slide {
    display: none;
}

.slide img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.popup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    color: orange;
}

.popup-content {
    background: #008080;
    padding: 20px;
    max-width: 600px;
    text-align: center;
}

.popup video {
    width: 100%;
    height: auto;
}

.sidebar nav a:hover {
    background-color: #FFD166;
    color: #1A1A1A;
}

header, footer {
    background-color: #ffffff;
    color: #000000;
}

body {
    background-color: #F4F6F8;
    color: #1A1A1A;
}

a {
    color: #008080;
}

a:hover {
    color: #808080;
}

.sidebar nav a {
    background-color: transparent !important;
    color: #008080 !important;
    border: 2px solid #008080;
}

.sidebar nav a:hover {
    background-color: #008080 !important;
    color: white !important;
}

.sub-menu {
    display: none;
    margin-left: 20px;
}

.sub-menu a {
    font-size: 0.95em;
    margin-top: 5px;
}
.about-image {
  max-width: 200px;
  margin: 0 auto 20px;
  display: block;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.content-block.center {
  text-align: center;
}

.text-full {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 20px;
}

.highlight-box {
  background-color: #f9f9f9;
  border-left: 5px solid #008080;
  padding: 20px;
  margin-top: 10px;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.highlight-box p {
  margin-bottom: 12px;
  font-size: 1.05em;
}
