body,
html {
height: 100%;
margin: 0;
font-family: Arial, sans-serif;
background-color: #14425D;
overflow-x: hidden;
}

.navbar {
  font-family: Arial, sans-serif;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  overflow: hidden;
  background-color: #14425D;
}

.navbar img{
  max-width:100px;
  max-height:20px;
}
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.5s ease;
  font-size: 22px;
}
.navbar .icon {
  display: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 22px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px;
  background-color: inherit;
  font-family: inherit;
  font-weight: bold;
  transition: background-color 0.5s ease;
  margin: 0;
}
.dropdown .dropbtn .fa-caret-down {
  transition: transform 0.5s ease;
}
.dropdown:hover .dropbtn .fa-caret-down {
  transform: rotate(180deg);
}
.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.4);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.bg-1,
.img-2,
.img-3,
.img-4,
.img-5 {
position: relative;
background-attachment: fixed;
background-position: center;
background-size: cover;
}

.bg-1 {
min-height: 81%;
background-color: #EAE4D3;
overflow:hidden;
}
.section-image {
  margin-top: 100px;
  text-align: center;
}
.section-image img {
  max-width: 100%;
  height: auto;
}
.section-text {
  width: 100%;
  text-align: center;
  margin: 20px auto;
  font-size: 20px;
  max-width: 900px;
}
.section-text h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 20px;
  color: black;
}
.section-text p {
  margin-bottom: 30px;
  color: black;
  width: 100%;
  font-size: 22px;
}

.img-2 {
background-image: url("https://chrightt.com/section_2.jpg");
min-height: 81%;
}
.slideshow-container {
  max-height: 720px;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  padding: 50px 20px;
}
.slideshow-container .mySlides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 10px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 36px;
  transition: 0.6s ease;
  user-select: none;
  background-color: #808080;
}
.prev {
  left: 20px;
  border-radius: 10px 0 0 10px;
}
.next {
  right: 20px;
  border-radius: 0 10px 10px 0;
}
.prev:hover, .next:hover {
  background-color: rgba(0,100,0,0.8);
}
.dot-container{
  position: relative;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #737373;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: white;
}

.img-3 {
background-image: url("https://chrightt.com/polygon_green.jpg");
min-height: 81%;
}

.list-container {
  margin: 0 auto;
  padding: 50px 20px;
  max-height: 800px;
  max-width: 960px;
}
.video-list {
  padding: 10px;
  border: 14px solid #EAE4D3;
  border-radius: 5px;
  text-align: center;
}
.video-list-inner {
  border: 14px solid #EAE4D3;
  padding: 15px;
  border-style: double;
}
.video-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.video-list ul li {
  font: 28px Verdana, sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
  color: white;
}

.img-4 {
background-image: url("https://chrightt.com/section_4.jpg");
min-height: 81%;
}
.video-container {
  height: auto;
  width: 100%;
  max-width: 960px;
  max-height: 540px;
  margin: 0 auto;
  padding: 50px 20px;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.gradient-transition {
  background: -webkit-linear-gradient(rgba(234,228,211,1), 65%, rgba(20,66,93,1));
  background: linear-gradient(rgba(234,228,211,1), 65%, rgba(20,66,93,1));
  height: 70px;
  position: relative;
  border-top: 1px solid #EAE4D3;
  top-margin: -2px;
  padding: 0;
}
.section-transition{
  background-color:#14425D;
  text-align:center;
  padding:10px 50px;
  position: relative;
  overflow: hidden;
}

h3 {
letter-spacing: 5px;
text-transform: uppercase;
font: 30px Verdana, sans-serif;
color: white;
font-weight: bold;
text-decoration:underline;
text-shadow: 1px 1px 2px black;
}

/* Mobile layout */
@media screen and (max-width: 1170px) {
  .navbar a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .navbar img{
    max-height:38px;
  }
  .navbar a, .dropdown .dropbtn{
    font-size:32px;
  }
  .navbar a.icon {
    float: right;
    display: block;
    font-size: 36px;
  }
  .navbar.responsive {
  position: fixed;
  top: 0;
  z-index: 999;
  }
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: auto 26px;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .navbar.responsive .dropdown {float: none;}
  .navbar.responsive .dropdown-content {position: relative;}
  .navbar.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

.img-2 {
background-image: url("https://chrightt.com/mobile_2.jpg");
min-height: 71%;
}
.img-3 {
background-image: url("https://chrightt.com/polygon_green.jpg");
min-height: 71%;
}
.img-4 {
background-image: url("https://chrightt.com/section_4.jpg");
min-height: 71%;
}
    
  .section-text {
    margin: 20px 15px;
    box-sizing: border-box;
    width: calc(100% - 30px)
  }
  .slideshow-container {
  max-width: 100%;
  width: 100%;
  padding:0;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
}
  .prev, .next,{font-size:20px}
  .prev {left:0px;}
  .next {right:0px;}
  .video-container{
    max-width: calc(100% - 4px);
    padding:0 4px 0 0;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
  }
    .video-list {border: 10px solid #EAE4D3;}
    .video-list-inner{border: 6px solid #EAE4D3;}
    
   .list-container{
    max-width: calc(100% - 40px);
    margin: auto 20px;
  }
  .video-list ul li{
    font-size: 18px;
  }
/*Turn off parallax scrolling*/
.bg-1,.img-2,.img-3,.img-4 {background-attachment: scroll;}
}


footer {
  background-color: #14425D;
  padding: 50px;
  text-align: center;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

.contact-info {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
  font-family: Arial, sans-serif;
}

.social-icons {
  display: flex;
  justify-content: center;
}

.social-icons a {
  color: white;
  margin: 0 40px;
  font-size: 36px;
}

.social-icons a:hover {
  color: #ccc;
}