.topnav {
  overflow: hidden;
  background-color: #ADCE74;
  	align-items: center;
  	height: 65px;
    border-top-left-radius:30px;
  border-top-right-radius:25px;
}

.topnav a {
  float: center;
  color: #000;
  text-align: center;
  padding: 18px 16px;
  text-decoration: none;
  font-size: 50px;
  font-family: 'Brush Script MT', cursive;
  border-top-left-radius:30px;
  border-top-right-radius:25px;
}

.topnav a:hover {
  background-color: #D8B384;
  color: 	#F3F0D7;
  height: 50px ;
  border-top-left-radius:30px;
  border-top-right-radius:25px;
}

.topnav a.active {
  background-color:#D8E9A8;
  color: white;
  border-top-left-radius:30px;
  border-top-right-radius:25px;
}

.grid-container{
  display: grid;
  grid-template-columns: auto auto auto;
}

.grid-item{
  border:0px solid rgba (0, 0, 0, 0.8);
  padding: 20px;
  text-align:left;
  color: black;
  text-align: justify;
}
.grid-item:hover{
    background-color: rgb(243, 246, 247);
}
#heading {
  text-transform: capitalize;
  color: gold;
  text-shadow: 
}
.footer{
  
  left: 0;
  bottom:0;
  width: 100%
  background-color:lightgreen;
  color: white;
  text-align: center;
}

.font{
  font-size: 30px;

}
.font1{
  font-style: 'Monotype Corsiva';
  font-size: 20px;
}

.font2{
  font-family: 'Brush Script MT', cursive;
  font-size: 100px;
}

.font3{
  font-style: "Monotype Corsiva";
}
.border
{
  border-style: solid;
}

footer {
 
text-align: center;
  padding: 20px;
  background-color:  lightgreen;
  color: white;
}

}
.font7{

   font-family: 'Brush Script MT', cursive;
}
.font2{
  font-size: 40px;
}

body {
  background-image: url('media/plx be good.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
}
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
* {
  box-sizing: border-box;
}

mark { 
  background-color: white;
  color: black;
}

.font6{
   font-family: "Courier New", Courier, monospace;
   font-size: 40px;
}

.font5{
  background-color: white;
  width: 40%;
}


.slideshow-container {
  max-width: 1000px;
  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 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@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}
}

logo-image{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -6px;
}


.table{
  border-style: dotted;
}
