@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body {
  background-color: white;
  text-align:justify;
}

h1 {
  font-family: 'Bebas Neue', sans-serif;
  color: black;
  text-align: center;
font-size: 46px;
}

h2 {
  font-family: 'Bebas Neue', sans-serif;
  color: black;
  text-align: center;
font-size: 36px;
}
h3 {
  font-family: 'Bebas Neue', sans-serif;
  color: #666666;
  text-align: center;
font-size: 36px;
}
h4 {
  font-family: 'Bebas Neue', sans-serif;
  color: black;
  text-align: left;
  font-size: 24px;
}
p {
  font-family:Arial;
  font-size: 20px;
}

p1 {
  font-family:Arial;
  font-size: 20px;
  text-align: left;
}

p2 {
  font-family:Arial, sans-serif;
  font-size: 20px;
  text-align: justify;
}

p3 {
  font-family:Arial, sans-serif;
  font-size: 16px;
  text-align: left;
}

p4 {
  font-family:Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  text-align:justify;
}
@media screen and (max-width: 600px) {
    p4 {
  font-family:Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  text-align:justify;
}
}
p5 {
  font-family: 'Bebas Neue', sans-serif;
  color: black;
  text-align: center;
  font-size: 24px;
}

footer {
font-family: 'Bebas Neue', sans-serif;
font-size: 16px;

height:40px; 
padding:10px;
}
@media only screen and (max-width: 600px) {
  footer {
    height: 10%;
    background-color:black;
    text-align:center;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.topnav {

  overflow: hidden;
  background-color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
}
pl {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height:150px;
  
}

li {
  float: left;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
.topnav a:hover {
  background-color: black;
  color:white;
}

.topnav a.active {
  background-color: black;
  color:white;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
      color:grey;}
}

@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;
    
  }
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  
  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: white;
  border-radius: 50%;
  display: none;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: white;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.grid-container {
  display: grid;
  grid-template-columns: 34% 33% 33%;
  background-color: white;
  gap:20px;
  width:100%;
}
@media screen and (max-width: 600px) {
 .grid-container {
  display: grid;
  grid-template-columns: 100%;
  background-color: white;
  width:100%;
}
}
.grid-containerB {
  display: grid;
  grid-template-columns: 35% 63.5%;
  background-color: white;
  
  gap: 20px;
  width:100%;
}
@media screen and (max-width: 600px) {
 .grid-containerB {
  display: grid;
  grid-template-columns: 100%;
  
  background-color: white;
  width:100%;
}
}
.grid-containerC {
  display: grid;
  grid-template-columns: auto;
  background-color: white;
  padding: 15px;
  gap: 50px;
  width:100%;

}
@media screen and (max-width: 600px) {
 .grid-containerC {
  display: grid;
  grid-template-columns: 100%;
  background-color: white;
}
}
.grid-containerD {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  background-color: white;
}
@media screen and (max-width: 600px) {
 .grid-containerD {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-row:auto auto;
  background-color: white;
}
}
.grid-containerE {
  display: grid;
  grid-template-columns: 20% 80%;
  background-color: white;
  text-align:justify;
}
@media screen and (max-width: 600px) {
 .grid-containerE {
  display: grid;
  grid-template-columns: auto;
  background-color: white;
  text-align:justify;
}
}
.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 30px;
  text-align: justify;
}
.item6 {
  grid-column-start: 6;
  grid-column-end: 7;
background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 20px;
  font-size: 30px;
  text-align: center;
}
.container {
  position: relative;
  
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.imgtext {
  background-color: black;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  font-family: 'Bebas Neue', sans-serif;

}
a:link {
  color: black;
 text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:active {
  color: black;
text-decoration: none;
}

.navlink{
    color: white;
    text-decoration:none;
}
