body {
  display: flex;
  flex-direction: column;
  font-family: 'Playfair Display', sans-serif;
  background-color: #ffffff;
  font-size: 20px;
}

ul {
  list-style: none;
  font-size: 25px;
}

.logo {
  height: 30px;
  margin: 15px 30px;
}
section {
  width: 100%;
  /* background-color: #ffffff; */
  background-color: #2c0ea1;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0 0 0;
  font-size: 20px;
  color: #ffffff;
}

#main {
  box-shadow: 2px 2px 5px greenyellow;
}
ul {
  list-style: none;
}

.hero {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hero-info {
  width: 900px;
  font-size: 20px;
  text-align: center;
}

.hero-image {
  width: 400px;
  height: 600px;
}

.hero-image1 {
  width: 600px;
  height: 400px;
}

.hero-image2 {
  width: 400px;
  height: 400px;
}

.hero-image3 {
  /* display: flex;
  align-items: center;
  width: 600px;
  height: 600px;
   */

  margin: auto;
  width: 70%;
  border: 3px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hero4 {
  text-align: center;
  border: 3px;
}

/* @media only screen and (max-width: 700px) {
    .hero-info{
        max-width: 700px;
    }

   
    
} */

.navbar {
  overflow: hidden;
  background-color: #2c0ea1;
}

/* Navigation links */
.navbar a {
  float: left;
  font-size: 20px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The subnavigation menu */
.subnav {
  float: left;
  overflow: hidden;
}

/* Subnav button */
.subnav .subnavbtn {
  font-size: 20px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Add a red background color to navigation links on hover */
.navbar a:hover,
.subnav:hover .subnavbtn {
  background-color: rgb(32, 136, 38);
}

/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: rgb(32, 136, 38);
  width: 100%;
  z-index: 1;
}

/* Style the subnav links */
.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
}
