body {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: auto;
  max-width: 1200px;
  border: 1px black solid;
  min-height: 800px;
  padding: 15px;
}

 /* unvisited link */
 #main-menu a:link {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

/* visited link */
#main-menu a:visited {
  color: rgb(29, 219, 29);
}

/* mouse over link */
#main-menu a:hover {
  color: rgb(105, 208, 255);
}

/* selected link */
#main-menu a.active {
  color: rgb(243, 142, 221);
  text-decoration: solid;

} 
h1.main-title{
    text-decoration: none;
    display: inline-block;
    margin-top: 0px;
    margin-left: 30px;
}

h1.main-title a {
  color: #000;
}

h1 a:link {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

#main-menu {
    display: inline-block;
}
#main-menu a {
    margin-right: 10px;
}
ul.menu {
   padding: 0%;
}
ul.menu li {
  display: inline-block;
  margin: 0px;

}
 #top-boxes {
    width:100%; 
    max-height: 330px;
    display: flex;
    justify-content:center; /* Horizontally center */
    align-items: center; /* Vertically center */
    padding: 0px;

}
.content-box-1{
    width: 44%;
    height: 300px;
    padding: 15px;
    background-color: rgb(241, 174, 150);
    display: inline-block; 
    margin-right: 2rem;
    color:ghostwhite
}
.content-box-2{
    width: 44%;
    height: 300px;
    padding: 15px;
    background-color: rgb(241, 174, 150);
    display: inline-block; 
    color: ghostwhite;
   
}
#photo-box {
  margin-top: 20px;
 
}

div.card {
  width: 46.5%;
  display: inline-block;
  margin-left: 27px;
}

.card img {
  height: 360px; 
  width: 100%;
  object-fit: cover;
} 

img:hover {
  opacity: 0.9;
}

.card h3  {
  /* display: inline-block; 
   margin: 0px; */
}

.foot-description h4 {
  max-width: 40%;
  margin-left: 60px;
  font-weight: 300;

}

p.foot{
    border-top: 1px solid black;
    max-width: 40%;
    margin-left: 30px;
    
}

form#form{
  width: 250px;
  height: 400px;
  margin-left: 40px;

}

input#name {
  padding-right: 10px;
  padding-left: 0px;
  width: 200px;
  background-color: rgb(241, 174, 150);
}

input#email {
  padding-right: 10px;
  padding-left: 0px;
  width: 200px;
  background-color: rgb(241, 174, 150);
}

textarea#message {
  background-color: rgb(241, 174, 150);
}

button#submit {
  background-color: rgb(209, 96, 55);
  color: ghostwhite;
  margin-top: 10px;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;

}
 #icon-inst {
  position: relative;

 }
 #my-icon {
        position: absolute;
        top: 0;
        right: 0;
        width:30px;
        height:30px;
    }

   /* mobile resizing zone */ 
   @media only screen and (max-width: 1000px) {
    div.card {
      width: 80%;
    }
    .content-box-1 {
      width: 80%;
      margin: 20px;
    }
    .content-box-2 {
      width: 80%;
      margin: 20px;

    }
    #top-boxes {
    margin: 20px 0;
    display:inline-block;
    width: 95%;
    min-height: 716px;
    }
     
   }
    @media only screen and (max-width: 440px) {
      #my-icon {
      top: 55px;
  }
    }