

body {
    background-color: #F6e4b6;
    margin: auto;
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    font-weight: 400;
}
* {
    box-sizing: border-box;
}
* {
    scroll-behavior: smooth;
}
h1 {
    font-size: 2.5em;
    font-weight: 800;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2.125em;
    font-weight: 400;
}

/*SCROLL*/

.scroll {
    position: fixed;
    bottom: 20px;
    z-index: 999;
    right: 10px;
    padding: 10px;
    font-weight: 600;
    color: black;
    text-decoration: none;
    text-align: center;
    border: 2px solid red;
    background-color: rgba(255, 0, 0, 0.35);
}

/*END OF SCROLL*/


/*HEADER*/

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #af816a;
}

.flex-container > div {
    background-color: white;
    box-shadow: black 0.625em 0.625em 0.625em;
    margin: 1.5em 0 1.7em 0;
    padding: 10px 30px;
}

.flex-item-left {
    width: 27%;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}

.flex-item-right {
    width: 63%;
    font-size: 1em;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    text-align: right;    
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}

/*END OF HEADER*/

/*NEW NAV SECTION*/

#center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #af816a;
    overflow: hidden;
    margin: 2em 0;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    display: block;
    color: black;
    font-weight: 600;
    text-align: center;
    padding: 14px 18px;
    text-decoration: none;
    font-size: 20px;
  }
  
  /* Add an active class to highlight the current page */
  .active {
    background-color: #898d6f;
    color: white;
  }
  
  
  /* Dropdown container - needed to position the dropdown content */
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  /* Style the dropdown button to fit inside the topnav */
  .dropdown .dropbtn {
    font-size: 20px;
    border: none;
    outline: none;
    color: black;
    font-weight: 600;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  /* Style the dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Style the links inside the dropdown */
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  /* Add a dark background on topnav links and the dropdown button on hover */
  .topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
  }
  
  /* Add a grey background to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Show the dropdown menu when the user moves the mouse over the dropdown button */
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
/*END OF NEW NAV SECTION*/

/*HERO SECTION*/

.hero-flex-container {
    text-align: center;
    background-color: #F6e4b6;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.hero-flex-container > div {
    background-color: white;
    box-shadow: black 0.625em 0.625em 0.625em;
    width: 90%;
    margin: auto;
    box-shadow: 0 0.25em 0.5em 0 (0, 0, 0, 0.2);
}

.heroimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    width: 80%;
    height: auto;
    padding: 0.5em;
    border:#af816a solid 0.5em;
}
.herocontainerleft {
    display: flex;
    height:18em;
    justify-content: right;
    padding: 0em 2em 1em 0;
    flex: 30%;
}
.herocontainerright {
    display: flex;
    height: 18em;
    justify-content: left;
    text-wrap: wrap;
    padding: 0.5em 10em 1em 2em;
    flex: 70%;
}

/*FLEX CONTAINER HOME PAGE*/

.flexcontainer1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
}

.flexcontainer1 > div {
    width: 400px;
    height: fit-content;
    background-color: #898d6f;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    padding: 8px;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 2em;
}
.container1 {
    background-color: #898d6f;
    padding: 0.625em;
}

/*END OF FLEX CONTAINER*/

/*GALLERY SECTION*/

#center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div.gallery {
    border: 0.5em solid white;
    background-color: white;
    outline: 0.06em solid black;
    box-shadow: black 0.25em 0.25em 0.25em;
    margin-bottom: 1em;
}
div.gallery:hover {
    border: 0.5em solid rgba(137, 141, 111, 0.5);
    background-color: rgba(137, 141, 111, 0.5);
    outline: 0.06em solid black;
    box-shadow: black 0.25em 0.25em 0.25em;
}
div.gallery img {
    width: 100%;
    height: auto;
}
div.desc {
    padding: 1em;
    text-align: center;
}
.responsive {
    padding: 0 0.383em;
    float: left;
    width: 30%;
    margin: auto;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/*END OF GALLERY SECTION*/

/*IMAGE GRID SECTION*/

.heading {
    margin: auto;
    max-width: 65%;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.19) 0.625em 0.625em 0.625em;
    padding: 0.2em 1.5em 1em 1.5em;
}
.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px;
}

.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 8px;
}

.desc {
    padding: 1em;
    text-align: center;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.19);
}

.column img {
    margin-top: 1em;
    vertical-align: middle;
    width: 100%;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.19);

}
/*END OF IMAGE GRID SECTION*/

/*CONTACT SECTION*/

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
  }
  
  label {
    padding: 12px 12px 12px 0;
    display: inline-block;
  }
  
  input[type=submit] {
    margin-top: 3px;
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }
  
  .container {
    width: 70%;
    margin: auto;
    border-radius: 5px;
    background-color: rgba(137, 141, 111, 0.4);
    padding: 20px;
  }
  
  .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
  }
  
  .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  

/*END OF CONTACT SECTION*/


/*FOOTER*/

.footer {
    background-color: #af816a;
    padding: 0.32em 1.25em;
    text-align: center;
    margin-top: 2em;
}

.sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-bottom: 6em;
}

/*END OF FOOTER*/

