
body {
  font-family: Arial, Helvetica, sans-serif;
  margin:0;
  } 
 
 .topnav {
  overflow: hidden;
  background-color:#007073;
  border-bottom:5px solid #cc7aa3;
}

.topnav a {
  float: left;
  display: block;
  color:white;
  text-align: center;
  padding:10px 16px;
  text-decoration: none;
  font-size: 15px;
 
}

.topnav a:hover {
  background-color: #ddd;
  color:black;
}

.topnav a.active {
  background-color:#007073;
  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;
  }
}


@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.topnav .search-container {
  float: right;
}

.topnav input[type=text] {
  padding: 6px;
  margin-top: 4px;
  font-size: 15px;
  border: none;
}
.topnav .search-container button {
  float: right;
  padding: 6px;
  margin-top: 4px;
  margin-right: 16px;
  background: #ddd;
  font-size: 15px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}

 /*Navigation Bar*/
 
.navbar {

		  margin-top: 0px;
		  overflow: hidden;
		  background-color:#ffffff;
}
.links{
        margin-left:10px;
   }

.navbar a {
  float: left;
  font-size:18px;
  color: black;
  font-weight:bold;
  text-align: center;
  padding: 14px 12px;
  text-decoration: none;
  
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 18px;  
   font-weight:bold;
  border: none;
  outline: none;
  color:black;
  padding: 14px 14px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color:#007acc;
  color:white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color:black;
}

.dropdown:hover .dropdown-content {
  display: block;
}	   
			 
/* Header/Logo Title */
.header {
  padding: 10px;
  text-align: center;
  color:black;
  font-size:24px;
  
  border-bottom:10px solid #800080;
}

 
/* Page Content */
.content {padding:20px;
    
  }

/* main */
.main{
      margin-left:10px;
      margin-top:50px;	
      color:black;	  
	  text-align:justify;
	  font-size:20px;
	  margin-bottom:1100px;
	  font-family: Verdana;
    }

.subheading{
      font-size:40px;
	  text-align:center;
	  font-weight:bold;
	  border-bottom:2px solid black;
      }	  
	
		
/*Quotes*/
.quotes{
     margin-top:50px; 
     text-align:center;
	 margin-bottom:50px;
     }
	
.border{	
	
	text-align:center;
	 width:100%; 
	 margin-bottom:50px;
}
	

/*Slide Show*/



.slideshow-background{

     background:#E7ECF8;
	 
      
	 }


* {box-sizing:border-box}


/* second half */

.secondhalf{
              margin-top: 50px;
			  
			 } 

 


* {
  box-sizing: border-box

   }

.cards{
   position:relative;
   left:50px;
	}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 30%;
  padding: 10px;
  height: auto;
  margin-top:10px;
  background-color:#f2f2f2;
  text-decoration:none;
 }
 
@keyframes mymove {
  from {left: 0px;}
  to {left: 300px;}
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

h2{
    text-decoration:none;
    text-align:center;
    color:black;
	padding-bottom:10px;
    border-bottom:1px solid black;
  }			 
	
* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column-SS {
      
	  float: left;
	  width: 30%;
	  padding: 10px;
	  height: auto;
	  margin-top:40px;
	  background-color:#f2f2f2;
	  text-decoration:none;  
  /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row-a:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 600px;){
	.column{
		display:block;
		width:100%;
	}
   .column-SS{
		display:block;
		width:100%;
	}
  .row{
		display:block;
		width:100%;
	}
	.row-a{
		display:block;
		width:100%;
	}


}	
		
.gallery {
  margin: 35px;
  border: 2px solid #ccc;
  
  float: left;
  width: 350px;
  height:250px;
  text-align:center;
}

.gallery:hover {
  border: 2px solid #777;
}

.gallery img {
  width: 350px;
  height: 200px;
}




.link {
  text-decoration:underline;
  font-size:20px;
  font-color:black;
 
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  color:white; 
  background:#007073;
  position:fixed;
  left:0;
  bottom:0;
  width:100%;
}

