/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.6;
  background-color: #f5f5f5;
  color: #222;
  padding-bottom: 50px;
}

.container {
  width: 90%;
  
  margin: auto;
}

/* Header */
.site-header {
  background-color: #003366;
  color: white;
  padding: 40px 0;
  text-align: center;
}

.site-header .subtitle {
  font-size: 1.1em;
  color: #dcdcdc;
}

/* Navigation */
.site-nav {
  background-color: #e6e6e6;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.site-nav .nav-link {
  margin-right: 15px;
  text-decoration: none;
  color: #003366;
  font-weight: bold;
}

.site-nav .nav-link.active {
  text-decoration: underline;
}

/* Main Content */
main {
  padding: 30px 0;
}

main h2 {
  color: #003366;
  margin-bottom: 10px;
}

main p, main li {
  margin-bottom: 10px;
}

/* Footer */
footer {
  background-color: #003366;
  color: white;
  padding: 20px 0;
  text-align: center;
  position: relative;
  bottom: 0;
  width: 100%;
}

.button {
  display: inline-block;
  background-color: #003366;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.button:hover {
  background-color: #005599;
}

table {
  
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.95em;
  background-color: #fff;
}

th, td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

th {
  background-color: #003366;
  color: white;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

label {
  display: block;
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #003366;
}


footer a {
  color: #aad4ff;
  text-decoration: none;
}
 
  #video-compare-container {
    display: inline-block;
    line-height: 0;
    position: relative;
    width: 100%;
    padding-top: 42.3%;
    
  }
  #video-compare-container > video {
    width: 100%;
    position: absolute;
    top: 0; height: 100%;
    
  }
  #video-clipper {
    width: 50%; position: absolute;
    top: 0; bottom: 0;
    overflow: hidden;
    
  }
  #video-clipper video {
    width: 200%;
    position: absolute;
    height: 100%;
    
  }
  
#clipper-slider-container {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 16px 0 0 0;
}
#clipper-slider {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1050px) {
  #clipper-slider-container {
    display: flex;
    color:#003366
  }
}