/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    margin: 8px;
  }
}


/* Add a black background color to the top navigation */
.topnav {
  max-width: 1720px;
  width: 100%;
  display: flex;
  background-color: transparent;
  color: black;
  font-size: 10px;
  border: none;
  font-weight: bolder;
 flex-wrap: wrap;
align-items: center;
  overflow: hidden;
  justify-content: space-evenly;
 

}

/* Style the links inside the navigation bar */
.topnav a {
    display: flex;
  float: left;
  display: block;
  color: black;
  text-align: center;


  text-decoration: none;
  font-size: 17px;
  align-items: center;

}

/* Change the color of links on hover */
.topnav a:hover {
  
  color: #e40613;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.header img{
  max-width: 160px;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
 
}
.header{
  max-width: 1920px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
 flex-wrap: wrap;
margin-bottom: 20px;
 background-color: #ffffff;
 color: black;
 

}



.active{
  justify-content: space-around;
  padding: 20px;
 

}

.topnav .active:hover{
  color: #e40613;
}
  .container {
    position: relative;
    max-width: 1920px; /* Maximum width */
    margin: 0 auto; /* Center it */
  }
  
  .container h1{
      font-size: 45px;
   background-color: black;
   opacity: 0.7;
   color: whitesmoke;
   max-width: 1920px;
   width: 100%;
   padding: 15px;
  }

  .container .content {
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:100 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #000000; /* Grey text */
     font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   
     text-align: center;
    width: 100%; /* Full width */
    height: 100%;
    padding: 20px; /* Some padding */
    margin-bottom: 25px;
  }
 
  .container .content p{
      font-size: 20px;
  }

  * {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



.textLeft{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    font-size: 20px;
    flex-wrap: wrap;
    font-family: ui-sans-serif;

}


.textLeft .textOne {
    max-width: 420px;
    width: 100%;
    margin: 10px;
    font-family: ui-sans-serif;
}

.textLeft h3{
  color: #e40613;
}
.textLeft img{
    max-width: 400px;
    width: 100%;
}

.textRight{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    font-size: 20px;
    flex-wrap: wrap;
    font-family: ui-sans-serif;
}
.textRight h3{
  color: #e40613;
}
.textRight .textOne {
    max-width: 420px;
    width: 100%;
    margin: 10px;
}
.textRight img{
    max-width: 400px;
    width: 100%;
}



/* Three columns side by side */
.column {
    float: left;
    max-width: 400px;
    width: 100%;
   
 
    padding: 0 8px;
   justify-content: center;
   margin-left: 3px;
   
   
  }

  .column .card img{
     
width: 100%;


  }
  
  /* Display the columns below each other instead of side by side on small screens */
  @media screen and (max-width: 650px) {
    .column {
      width: 100%;
      display: block;
    
    }
  }
  
  /* Add some shadows to create a card effect */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  
  /* Some left and right padding inside the container */
  .container {
    margin-bottom: 20px;
  }
  
  .container h2{
      color: #e40613;
  }

  .container p{
      color: gray;
  }
  /* Clear floats */
  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .title {
    color: grey;
  }
  
  .button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
  }
  
  .button:hover {
    background-color: #555;
  }

  .footer{
      max-width: 1236px;
      width: 100%;
      display: flex;
      color: white;
      justify-content: space-between;
      margin: auto;
      flex-wrap: wrap-reverse;
      padding-top: 25px;
      padding-bottom: 20px;
  }
.footer a{
  color: white;
  text-decoration: none;
}

 .footerInfo{
    padding: 15px;
    margin: 20px;
    color: #ffffff;
 }

 .footer .footerInfo i{
   margin-right: 5px;
 }
  .sitemap{
    max-width: 500px;
    width: 100%;
      display: flex;
      color: white;
      padding: 15px;
      margin: 20px;
      flex-wrap: wrap;
  }
  .sitemapText{
    padding: 15px;
    color: #ffffff;
    margin: 20px;
  }
.sitemap hr{
    margin: 22px;
}
  .footer hr{
      max-width: 1px;
      width: 100%;
      height: auto;
      background-color: gray;
      color: gray;
 
  }
.uye{
  max-width: 900px;
  width: 100%;
justify-content: center;
  margin: left;
  padding: 20px;
 

}
  .uye h2{
    color: #e40613;
    text-align: center;
  }

  .uye hr{
    max-width: 500px;
    width: 100%;
    margin-top: 15px;
 
  }