#whole 
{
width: 1000px;
margin: auto;
}

body 
{
background-color: rgb(108,190,233);
font-family: "Calibri", sans-serif;
font-size: 18px;
color: black;
text-align: justify;
}

a 
{
color: blue;
font-weight: bold;;
text-align: center;
text-decoration: none;
font-style: none;
}

a:hover 
{
color: red;
font-weight: bold;
font-style: none;
text-decoration: none;

}

a.class1 {color: rgb(99,41,128);}
a.class1:link  {text-decoration: none; color: rgb(99,41,128);}
a.class1:hover {text-decoration: none; color: red}
a.class1:active {text-decoration: none; color: rgb(99,41,128);}


a.class2 {color: rgb(237,68,51);}
a.class2:link {text-decoration: none; color: rgb(237,68,51);}
a.class2:hover {text-decoration: none; color: red}
a.class2:active {text-decoration: none; color: rgb(237,68,51);}

a.class3 {color: rgb(29,130,249);}
a.class3:link  {text-decoration: none; color: rgb(29,130,249);}
a.class3:hover {text-decoration: none; color: red}
a.class3:active {text-decoration: none; color: rgb(29,130,249);}


a.class4 {color: rgb(236,88,247);}
a.class4:link {text-decoration: none; color: rgb(236,88,247);}
a.class4:hover {text-decoration: none; color: red}
a.class4:active {text-decoration: none; color: rgb(236,88,247);}

}

img
{
border: none; 
}



.image
{
float: left;
padding: 5px;
 
}

img.floatLeft 
{ 
    float: left; 
    margin: 25px 15px 5px 15px; 
}

img.floatRight 
{ 
    float: right; 
    margin: 0px 15px 5px 15px; 
}

.topnav {
  overflow: hidden;
   background-color: rgb(246,253,22);
}

.topnav a {
  float: left;
  color: white;
  text-align: justify;
  padding: 16px 15px;
  text-decoration: none;
  font-size: 21px;
}



.topnav a.active {
 
  color: rgb(0,0,0);
}

.topnav a.active1 {
  
  color: rgb(0,0,0);
}

.topnav a.active2 {
  
  color: rgb(0,0,0);
}

.topnav a.active3 {
  
  color: rgb(0,0,0);
}

.topnav a.active4 {
  
  color: rgb(0,0,0);
}

.topnav a.active5 {
  
  color: rgb(0,0,0);
}

.topnav a.active6 {
  
  color: rgb(0,0,0);
}

.topnav a:hover 
{
color: red;
  background-color: rgb(246,253,22);
}

.bottomnav {
  overflow: hidden;
   background-color: rgb(246,253,22);
}

.bottomnav a {
  float: left;
  color: red;
  text-align: justify;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}



.bottomnav a.active {
 
  color: rgb(0,0,0);
}

.bottomnav a.active1 {
  
  color: rgb(0,0,0);
}

.bottomnav a.active2 {
  
  color: rgb(0,0,0);
}

.bottomnav a.active3 {
  
  color: rgb(0,0,0);
}

.bottomnav a.active4 {
  
  color: rgb(0,0,0);
}

.bottomnav a.active5 {
  
  color: rgb(0,0,0);
}

.bottomnav a.active6 {
  
  color: rgb(0,0,0);
}

.bottomnav a:hover 
{
color: red;
  background-color: rgb(246,253,22);
}

h1 
{
color: black;
text-align: justify;
font-size: 16px;
clear: both;
padding: 10px;
background-color: rgb(255,255,255);
}


h2 
{
color: black;
font-weight: normal;
text-align: justify;
font-size: 21px;
a: black;
clear: both;
padding: 0px;
background-color: rgb(255,255,255);
a
}

#mainleft 
{
width: 320px;
margin: 5px;
padding: 5px;
float: left;
}

#mainright  
{
width: 630px;
margin: 5px;
padding: 5px;
float: right;
}

#second1
{
width: 310px;
margin: 5px;
padding: 5px;
float: left;
}


#second2
{
width: 310px;
margin: 5px;
padding: 5px;
float: left;
}

#second3
{
width: 310px;
margin: 5px;
padding: 5px;
float: left;
}

#second4
{
width: 260px;
margin: 5px;
padding: 5px;
float: left;
}

#lowerleft 
{
width: 560px;
margin: 5px;
padding: 5px;
float: left;
}

#lowerright  
{
width: 400px;
margin: 5px;
padding: 5px;
float: right;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: 84ecd1;
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {

  font-size: 16px;
  padding: 10px;
  color: #000000;
  border: 5px solid #f6ff16;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #65debf;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
font-size: 16px;
  margin: 70px auto;
  padding: 15px;
  background: #84ecd1;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: "Times New Roman", sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #00cb93;
}
.popup .close:hover {
  color: #000000;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}


.footer
{
width: 1000px;
float: left;
}
