:root {
    --primary-color: #DE8F48;
    --secondary-color: #7C9A6D;
    --background-color: #FDF3E4;
    --text-color: #333333;
    --accent-color: #CDA561;
}

*{
  margin: 0;
  padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: black;
    color: var(--text-color);
}

.navLogo {
    position: absolute;
    height: 100px;
    margin-right: 1em;
    top: 0;
}

.hero {
    position: relative;
    background: url('Images/banner.jpg') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    display: flex;
}

.hero h1 {
    font-size: 3em;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

.hero p {
    font-size: 1.5em;
    margin-top: 0.5em;
}

.hero button {
    margin-top: 1em;
    padding: 0.8em 1.5em;
    font-size: 1em;
    background-color: var(--accent-color);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

section {
    padding: 2em;
    text-align: center;
}

.text-block {
    text-align: left;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

.services {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.service {
    background-color: white;
    padding: 1.5em;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 1em;
    flex: 1 1 30%;
    max-width: 300px;
}

.service img {
    width: 100%;
    border-radius: 10px;
}

footer {
    background-color: #c39b6a;
    color: white;
    padding: 1em;
    text-align: center;
}

h1
{
  display: none;
}

.fullScreen
{
  height: 100vh;
}

.height300
{
  height: 400px;
}

.hero-container
{
  margin: auto;
  max-width: 1704px;
}

.hero #logo
{
  height: 200px;
}

.hero #line
{
  height: 25px;
}

.hero .pageSpecific
{
  text-align: left;
  margin: 6em 0;
  font-size: 16px;
  padding: 2em;
  color: white;
  backdrop-filter: blur(4px);
}

.hero .pageSpecific h4
{
  margin-top: 2em;
}

.container
{
  display: flex;
  max-width: 1704px;
  max-height: 500px;
  margin: 5em auto;
}

.container .imageContainer
{
  width: 50%;
  display: flex;
  margin: 0 2em;
}

.container .imageContainer .image
{
  display: flex;
  max-height: 500px;
  max-width: 80%;
}

.imageGallary
{
  display: flex;
  flex-wrap: wrap;
  max-width: 1704px;
  margin: 5em auto;
  justify-content: space-between;
}

.imageGallary .image
{
  margin: 1em;
  width: 200px;
  display: flex;
  max-height: 160px;
}

.image img
{
  width: 100%;
  object-fit: cover;
}
.container .textContainer h3
{
  border-bottom: solid #c39b6a;
  color: #c39b6a;
}

.container .textContainer
{
  width: 50%;
  color: black;
  background: white;
  margin: 0 2em;
}

.container .text
{
  margin: 2em;
}

.container .text a
{
  text-decoration: none;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .25s cubic-bezier(.555,.205,.295,.975);
}

.container .text a:hover
{
  text-decoration: underline;
}


.site-header
{
  min-height: 15%;
  align-items: center;
  transition: all .25s cubic-bezier(.555,.205,.295,.975);
  display: flex;
  z-index: 1;
}

.header-wrap
{
  position:fixed;
  width: 100%;
  z-index: 10000000;
}

.nav-bar
{
  padding-top: 20px;
  transition: all .25s cubic-bezier(.555,.205,.295,.975);
  margin: 0 auto;
  max-width: 120rem;
  width: 85%;
  align-items: center;
  flex-wrap: nowrap;
  display: flex;
}

.nav-bar-right
{
  flex: 0 1 auto;
  margin: 0 auto;
}

.responsive-icon
{
  display: none;
}

.responsive-menu-item
{
  display: none;
}

.menu-item
{
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-family: "Roboto", serif;
  text-transform: uppercase;
  padding: 20px;
}

.menu-item:hover
{
  color: #e8e8e8;
}

.menu-item:last-child
{
  background-color: #c39b6a;
}

.shrink
{
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shrink-container
{
  padding: 20px;
}

.shrink-icon
{
  border: 3.5px solid black;
  color: black;
}

.contact
{
  text-align: center;
}

.contactimage
{
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 1055px)
{
  .shrink
  {
    backdrop-filter: blur(10px);
    box-shadow: none;
  }

  .menu-item
  {
    display: none;
    margin-left: 0;
  }
  .nav-bar
  {
    padding-top: 1rem;
    display: block;
  }

  .nav-bar-right
  {
    float: right;
  }

  .responsive-menu-wrap
  {
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 1000000;
  }
  .responsive-menu
  {
    height: 100vh;
    padding: 0;
    width: 85%;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    flex-wrap: nowrap;
    flex-direction: column;
    list-style: none;
    position: relative;
    display: flex;
  }

  .responsive-icon
  {
    display: block;
  }

  .responsive-menu-item
  {
    display: block;
    margin-bottom: 2rem;
    text-align: center;
    text-decoration: none;
    font-size: 32px;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .container .imageContainer
  {
    display: none;
  }

  .container .textContainer
  {
    width: auto;
    padding: 1rem 0;
  }

  .container
  {
    display: block;
  }
}
