*{
    margin:0;
    padding:0;
}

h2{
    padding-top: 2px;
}
header{
   background-color: royalblue;
   padding:8px 3%;
   position:fixed;
   top:0;left:0;right:0;  
}
.nav-menu ul{
   float:right;
   list-style:none;
   margin-top:10px;
}
.nav-menu li{
   display:inline-block;
}
.nav-menu li a{
   color:white;
   text-decoration:none;
   padding:8px 17px;
   font-family:Times;
   font-size:20px;
}


.nav-menu li a:hover{
   color:white;
   border-radius:5px;
   background-color:navy;
}
.top{
   margin-top:7%;
   margin-left:30%;
   margin-right:30%;
}
logo li h1{
   color:purple;
   text-decoration:none;
   float:left;
}

.logo ul{
   float:left;
   list-style:none;
   margin-top:20px
}
.logo li{
   display:inline-block;
}
.search{
   float:center;
   margin-left:31%;
   margin-top:20px;
   width:250px;
   height:35px;
   background-color:rgba(255,255,255,0.13);
   display:flex;
   justify-content:center;
   align-items:center;
   border-radius:20px;
   border:2px solid rgba(255,255,255,0.1);
   box-shadow:0 0 40px rgba(8,7,16,0.6);
   padding:opx 20px;
}
.search input{
   margin-left:3px;
   width:100%;
   height:30px;
   border:none;
   outline:3px;
   background-color:transparent;
}
.search i{
   height:20px;
   width:20px;
   margin-right:7px;
   colour:navy;
}
.icon{
   margin-left:15%;
}
.slideshead{
  margin-left:50px;
  font-size:40px;
  color:darkslateblue;
  font-family:serif;
}
.myslides img {
  vertical-align: middle;
  margin-left:22%;
  margin-right:25%;
  height:380px;
  width:300px;
  border-radius:50px;
  padding:20px;
}



.mySlides {
  display: none;
}


.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 20px;
  margin-top: 70px;
  color: navy;
  font-weight: bold;
  font-size: 40px;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 2px 0 0 2px;
}


.prev:hover,
.next:hover {
  border-radius:15px;
  background-color: cornflowerblue;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: gray;
}
.gallery{
  margin-left:12%;
}
.galhead{
  margin-left:50px;
  font-family:Serif;
  color:darkslateblue;
  font-size:35px;
}
.row {
  margin: 10px -16px;
}
.row,
.row > .column {
  padding: 10px;
}
.column {
  float: left;
  width: 20%;

}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.cursor {
  cursor: pointer;
}
.content img{
  height:350px;
  width:230px;
 
}
.content {
  background-color: powderblue;
  padding: 20px;
  border-radius:20px;
  align:center;
}
.content a{
   color:white;
   text-decoration:none;
   font-size:25px;
   font-family:Arial;
   border-radius:5px;
   background-color:navy;
}
.content:hover{
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }


@media screen and (max-width: 900px) {
  .column {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
.fa{
   margin-left:10px;
   margin-right:10px;
}
.bottom{
   color:white;
   background-color: royalblue;
   padding:5px 3%;
   position:fixed;
   bottom:0;left:0;right:0;
   margin-top:680px;
   
}
.bottom ul{
   list-style:none;
}









