body{
  background-image:url(landpics/munde\ profile.jpg);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
 cursor: pointer;
}

.more{
   background-color: rgb(255, 255, 255);
}
.more p{
  padding: 20px;
}

.wrapper{
  margin-top: 7px;
}

.logo h2{
  color: rgb(251, 255, 255);
  font-size: 20px;
  font-family:cursive;
  font-weight: bold;
  pad: 0;
}
.logo{
  background-color: teal;
  padding: 5px;
  border-top-left-radius:50px ;
  border-bottom-left-radius: 50px;
}



.logo-image img{
  width: 100%;
  width: 50px;
  vertical-align: middle;
}

.social-media ul li{
  vertical-align: middle;
}
.social-media ul li a{
  text-decoration: none;
  color: whitesmoke;
  font-weight: 300;
  font-size: 20px;

}
.social-links ul a{
  padding: 1px 10px 1px 1px;
  text-decoration: none;
  color: white;
  background-color: #333;
  padding: 5px;
  border-radius: 50px;
}

.social-links ul a:hover{
  color: red;
  transition: 0.5s;
}
.social-links ul a{
  font-size: 20px;
}

.social-media ul li{
  list-style: none;
  
}

.social-media ul li a{
  font-weight: lighter;
  font-size: 18px;
}

.social-media .media{
  padding: 5px;
  transition: 0.5s;
}

.social-media .media:hover{
  background-color: red;
  border-radius: 5px;
}

.wrapper-2-image li img{
  width: 100%;

}

.wrapper-2-image li{
  list-style: none;
}

.explore{
  margin: 20px;
}
.explore img{
  width: 100%;
  border-radius: 20px;
}

.explore-3{
  background-color: rgb(255, 255, 255 0.3);
  backdrop-filter: blur(10px);
  border-radius: 20px;
}

.explore-3 h2 p{
  padding: 10px;
}
.explore-3 p{
  color: whitesmoke;
}
.explore-3 h2{
  color: white;
}
.explore-3 .btn{
  background-color: red;
  border: none;
  padding: 10px;
}
.explore-3 .btn:hover{
  background-color: transparent;
  border: 1px red solid;
  transition: 0.5s;
}

.explore-3 .btn a{
  text-decoration: none;
  color: white;
  
}
.nav-bar{
  background-color: #333;
  color: white;
  padding: 10px;
}
.nav-bar a{
  text-decoration: none;
  color: red;
  margin-left: 5px;
}



@media(min-width:800px){


.logo img{
    font-size: 20px;
}
.logo h2{
font-size: 20px;
vertical-align: middle;
padding:0;
}

.logo-image h2{
  display: inline-block;
}

.header{
  display: grid;
  grid-template-columns: 30% 40% 30%;
}

.social-media ul li{
  display: inline-block;
}
.social-media ul li a{
  text-decoration: none;
  list-style: none;
  padding: 1px 5px 1px 1px;
}
.social-media ul{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
   margin-top: 30px;
 
}

.social-links ul{
  margin-top: 30px;
 

}

.wrapper-2-image{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin: 20px;
}

.wrapper-2-image img{
  width: 100%;
  border-radius: 20px;
  
  
}
.wrapper-2-image li{
  display: inline-block;
  list-style: none;
}

.more{
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 20px;
}
.explore{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 30px;
}
.nav-bar{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
}