@media only screen and (max-device-width: 400px) {
  nav-container{
    width:auto;
  }
}

.nav-container{
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
  font-family: 'Cormorant Garamond', serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
  background-color: white;
}

.nav-item{
  display: flex;
  align-self:center;
  order:3;
  font-family: 'Cormorant Garamond', serif;
  position: relative;
  display: inline-block;
}

/* .nav-item div {
	display: inline-block;
} */

.nav-item a {
	color: #D97855;
	font-size: 20px;
	font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bolder;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  padding: 13px;
} 
.nav-item a:hover, .nav-item a.active {
  color: #ffffff;
  background-color: #D97855;
  position: relative;
  display: inline-block;
  
}
.nav-item-dropdown {
  display: flex;
  align-self:center;
  order:3;
  font-family: 'Cormorant Garamond', serif;
  position: relative;
  display: inline-block;
}
.dropbtn {
  background-color: white;
  padding: 13px;
  border: none;
  
  color: #D97855;
	font-size: 20px;
	font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bolder;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 15px;
  box-shadow: 0px 10px 10px 0px rgba(255,255,255,0.2);
  z-index: 1;
}

.dropdown-content a {
  padding: 5px;
  display: block;
  color: #D97855;
	font-size: 20px;
	font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bolder;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
}

.dropdown-content a:hover {color: white; background-color:#D97855;}

.nav-item-dropdown:hover .dropdown-content {display: block;}

.nav-item-dropdown:hover .dropbtn {background-color: #D97855; color: white;}

 body{
   background: white;
   margin: 0;
   margin-top: 75px;
 }
 .content{
  background-color: #D97855;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
  flex-flow: auto auto;
  align-items: center;
}
* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 50%;
  padding: 10px;
}
 
 .grid-container {
   display: grid;
   grid-template-columns: auto auto auto;
   align-items: stretch;
   font-family: 'Caveat', cursive;
   background-color: #D97855;
 }

 .grid-item {
   border-style: solid;
   border-color: #D97855;
   border-width: 10px;
   position: relative;
   display: inline-block;
   align-items: stretch;
 } 
 .flex-container{
   display: flex;
   justify-content: space-evenly;
   color: white;
   padding: 30px;
   font-family: 'Cormorant Garamond', serif;
  
 }
 .flex-item{
   display: flex;
   align-self:center;
   order:3;
   color: #000;
   font-size: 13px;
   font-weight: 300;
   /* margin-left: 40px; */
   letter-spacing: 2px;
   text-transform: unset;
   width: 50px;
   height: 50px;
 }

.staff-container {
  display: grid;
  background-color: #D97855;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  grid-template-columns: auto auto auto auto;
  align-items: stretch;
  font-family: 'Caveat', cursive;
}
.staff-item {
  border-style: solid;
  border-width: 10px;
  position: relative;
  display: inline-block;
  padding:10px;
  color: #D97855;
} 
.subcontent{
  background-color: #D97855;
  /* margin-left: 10px;
  margin-right: 10px; */
  padding: 5px;
  /* align-items: center;
  text-align: center; */
}
 
 #text {
  color:white;
  text-align: center;
  position: sticky;
  display: inline-grid;
  opacity:0.7;
  align-self: end;
  display: grid;
}

 h1{
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bolder; 
  text-align:center;
}
h2{
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: bolder;
}
h3{
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bolder;
}
h4{
  text-align: left;
  color: black;
  padding: 10px;
  font-family: 'Cormorant Garamond', serif;
}

img{
  position: relative;
  overflow: hidden;
  width:100%;
  height:auto;
}

figure {
  /* float: right;
  width: 30%; */
  text-align: center; 
  /* font-style: italic; */
  /* font-size: smaller; */
  text-indent: 0;
  margin: 0.5em;
  padding: 0.5em;
  color: white;
  font-family: 'Cormorant Garamond', serif;
}