@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');

 
   
    h2,h3,h4 {text-align: center;}

h1 {text-align: center; text-shadow: 2px 2px 5px #5df2fd; font-family: papyrus, copperplate, helvetica, montserrat, 'Yeseva One', cursive, sans-serif; font-size: 40px;}
 

body {
  background-color: #a6da3d;
}
body {
  background-image: url('images/circle2.png');
}
p {font-family: arial, sans-serif;}

.paragraph {border-style:none;
  margin-right: 10%;
  margin-left: 10%; text-align: center;
}

.paragraphhome {font-family: garamond; font-size: 20px; background: #a6da3d; border-style:none;
  margin-right: 10%;
  margin-left: 10%; text-align: center;
}

.center {text-align: center;}
.centerbold {text-align: center; font-weight: bold;
}

/* Navigation */

.navigation {text-align:center;margin: 60px auto;width: 1000px; border-top: 3px solid #000; border-bottom: 1px solid #000;padding: 40px 0;}
.navigation li {display:inline;margin: 0 33px;}
.navigation a {color:#9ecac9; text-decoration:none;}
.navigation p {background-color: black;display: inline;padding: 15px; border-radius:80px; height:700px;}

/* Footer */
.foot{border-bottom: 1px solid #000; border-top: 1px solid #000;margin: 50px 0 0;}
/*.footer {width:960px; text-align:center; margin: 30px auto 0;}*/
/*.footer li{display: inline;margin:0 50px;padding: 20px; border-radius:80px;}*/
.footer2 {width: 960px; text-align:center; margin: 30px auto 30px;}
.footer3 {width: 960px; text-align:center; margin: 30px auto 80px;}
.footer4{width: 960px; text-align:center;  list-style-type:none; }
.footer4a {display: inline;margin: 30px  80px;}

.footer4b {display: inline;margin: 28px  70px;}


.rcorners1 {
  border-radius: 25px;
  background: #73AD21;
  width: 300px;
  height: 300px;  
}
.rcorners2 {
  border-radius: 25px;
  background: #73AD21;
  width: 624px;
  height: 312px;  
}


.rcorners3 {
  border-radius: 25px;
  background: #73AD21;
  width: 200px;
  height: 200px;  
}

.rcorners4 {
  border-radius: 25px;
  background: #73AD21;
  width: 400px;
  height: 400px;  
}

.rcorners5 {
  border-radius: 25px;
  background: #73AD21;
  width: 240px;
  height: 191px;  
}

.rcorners6 {
  border-radius: 25px;
  background: #73AD21;
  width: 225px;
  height: 300px;  
}

.noline a {text-decoration:none; }
.noline a:visited {
  color: inherit;
}


.homebutton {
  border-radius: 50%;
}
        
        
.listbody {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.listinside {
  list-style-position: inside;
  text-align: left;
}
 

.members {  border-radius: 25px;
margin: 0 15px;}
.members2 { border-radius: 25px; margin: 0 30px;}

.membercontainer {
  display: flex;
  justify-content: center;
}
.containermdiv {
  margin: 0 15px;
  text-align: center;
}
.containerimg {border-radius: 25px;
margin: 0 15px;
  width: 200px; 
}

.containerimg2 {border-radius: 25px;
margin: 0 15px;
  width: 180px; 
}

.containerimg3 {border-radius: 25px;
margin: 0 15px;
  width: 140px; 
}

.containerimg4 {border-radius: 25px;
margin: 0 15px;
  width: 100px; 
}

.containerimg5 {border-radius: 25px;
margin: 0 60px;
  width: 180px; 
}

.line {height: 3px; color:pink; background:#b5b5b7;}




/* CSS for screens smaller than 600px (like smartphones) */
/*@media only screen and (max-width: 600px) {
   p {text-align: center; text-shadow: 2px 2px 5px #5df2fd; font-family: helvetica, montserrat, sans-serif; font-size: 40px;
}

}*/