body {
    background-color: #cfcfcf;
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

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

/* 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 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

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

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

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}



#news-grid-container {
    padding: 5% 3%;
}

#news-1 {
    background-color: #8360bb;
    color: #ffffff;
}

#news-2 {
    background-color: #48556a;
    color: #ffffff;
}

#news-3 {
    background-color: #ffffff;
}

#news-4 {
    background-color: #19212e;
    color: #ffffff;
}

#news-5 {
    background-color: #ffffff;
}

.grid-item {
    margin-bottom: 20px;
    padding: 20px;
}

@media (min-width: 576px) {

    #news-grid-container,
    #main-left,
    #top,
    #bottom {
        display: flex;
    }

    #news-grid-container {
        max-width: 1300px;
        margin: 0 auto;
    }

    #news-5 {
        flex-basis: 35%;

    }

    #main-left {
        flex-direction: column;
        flex-basis: 65%;
    }

    #main-left .grid-item {
        margin-right: 15px;
    }

    #top {
        flex-basis: 50%;
    }

    #bottom {
        flex-basis: 50%;
    }

    #news-1 {
        flex-basis: 65%;
    }
    
    #news-2 {
        flex-basis: 35%;
    }
    
    #news-3 {
        flex-basis: 35%;
    }
    
    #news-4 {
        flex-basis: 65%;
        font-family: 'League Gothic', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Roboto Slab', serif;
font-family: 'Source Sans Pro', sans-serif;
font-size: 17px;
    }
}

#h-first {
    display: initial;
    font-family: var(--ff-one);
    font-size: 18px;
}

#first{
    font-family: 'League Gothic', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
}

#second {
    font-family: 'League Gothic', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Roboto Slab', serif;
font-family: 'Source Sans Pro', sans-serif;
font-size: 20px;
}

#fifth {
    font-family: 'Josefin Sans', sans-serif;
font-family: 'League Gothic', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Roboto Slab', serif;
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
}

#h-fifth {
    font-family: 'Abril Fatface', cursive;
font-family: 'Dosis', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Kdam Thmor Pro', sans-serif;
font-family: 'League Gothic', sans-serif;
font-family: 'Play', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Roboto Slab', serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Staatliches', cursive;
}

#h-third {
    font-family: 'Josefin Sans', sans-serif;
font-family: 'League Gothic', sans-serif;
font-family: 'Play', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Roboto Slab', serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Staatliches', cursive;
}

#h-fourth {
    font-family: 'Josefin Sans', sans-serif;
font-family: 'League Gothic', sans-serif;
font-family: 'Play', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Roboto Slab', serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Staatliches', cursive;
}

#mid {
    text-align: center;
}

#home{
    display: flex;
    flex-direction: column;
    height: 30px;
    padding: 5px 2px;
    justify-content: center;
    align-items: center;
    font-family: 'Bree Serif', serif;
    border: 2px solid rgb(222, 215, 215);
    padding: 37px;
    margin: -2px 8px;
    border-radius: 20px;
    background-color: #f7efef;;
    box-sizing: border-box;  
    margin-bottom: 20px;
}

body
{
    height: 1007px;
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(img/dark.avif);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}

#paragraph {
    border:5px solid rgb(230, 231, 238);
    background-color: #c5d5db;
    height: 350px;
    max-width: 900px;
    margin: auto;
    margin-top: 60px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}

.coloumn {
    background-color: hsl(0, 0%, 90%);
    float: left;
    width:20%;
    padding:5px;
    margin-left: 10%;
    border-radius: 10px;
    border: 3px solid #c5d5db;
    margin-bottom: 100px;
}
.coloumn #pic {
    height: 50px;
    margin-left: 70px;
    padding: 7px;
}

#cont {
    display: flex;
}

#upar {
    display: flex;
}

#main-head {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
font-family: 'League Gothic', sans-serif;
font-family: 'Play', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Roboto Slab', serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Staatliches', cursive;
        font-size: 80px;
        margin-bottom: 30px;
        margin-left: 200px;
        margin-top: 20px;
        margin-bottom: 20px;
    
}

#logo img{
    margin: 14px 11px;
    height: 110px;
    width: 110px;
    margin-top: 40px;
    margin-left: 40px;
}

