body {
	margin: 1px ;
 background-image: url(images/background.png);
 text-align: center;
}




img{
	border-radius: 15px;
 float: top;
    
	}
.topnav {
  overflow: hidden;
  background-color: #640000;
  border-radius: 15px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #640000;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav 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;
}

@media screen and (max-width: 600px) 
{
  .topnav a:not(:first-child),
   .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


footer {
  display: block;
  background-color: #640000;
  color: white;
  text-align: center;
  padding: 5px 5px;
  text-decoration: none;
  font-size: 12px;
  border-radius: 10px;
}
.center{
	margin-left: auto
	margin-right:auto;
	}
	
bottom-left {
  display: block;
  background-color: #640000;
  color: white;
  text-align: right;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 10px;
}

td , tr {
  text-align: center;
}
.table-container {
  margin: 0 auto;
  table-layout: fixed;
  width:100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.center {
    text-align: center;
}
div.b p:last-child {
  text-align-last: center;
}
/* (A) Force all items into a single row */
.hmove {
    display: flex;
}
.hitem {
    width: 100%;
    flex-shrink: 0;
}
.hwrap {
    overflow: hidden;
}

/* (B) Move items from right to left */
/* First item = 0, fourth item = -400% */
@keyframes tickerh {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-400%);
    }
}

.hmove {
    animation: tickerh linear 35s infinite;
}

.hmove:hover {
    animation-play-state: paused;
}
.facebook-icon {
        float: right; /* Aligns the icon to the right */
        margin-left: 10px; /* Adds some space between the icon and other content */
    }
    
    
         .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
              background-color: #100ldbd3d3            padding: 20px 10px;
              border-radius: 15px;
        }

        /* Logo styles */
        .logo {
            flex-shrink: 0;
            width: 75px; /* Set the desired width */
            height: 100px;
            /* Adjust logo size and other styles as needed */
        }

        /* Title styles */
        h1 {
            text-align: center;
            flex-grow: 1;
            color: black;
            /* Adjust title font size, color, etc. */
        }
.logo2 {
            flex-shrink: 0;
            width: 75px; /* Set the desired width */
            height: 50px;
            align: center;
            
            
            div.gallery {
    border: 1px solid #ccc;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

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

@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}


}
/* Slider wrapper*/
.css-slider-wrapper {
  display: block;
  background: #FFF;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Slider */
.slider {
  width: 100%;
  height: 100%;
  background: red;
  position: absolute;
  left: 1;
  top: 1;
  opacity: 1;
  z-index: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Slider inner slide effect */
.slider h2 {
  color: #FFF;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 120%;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}
.slider .button {
  color: #FFF;
  padding: 5px 30px;
  background: white(255,255,255,0.3);
  text-decoration: none;
  opacity: 0;
  font-size: 15px;
  line-height: 30px;
  display: inline-block;
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
}
.slider h2, .slider .button {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1s; /* Safari */
  transition-delay: 1s;
}
