:root {
    --primary:rgb(122, 153, 68);
    --secondary:black;
    --tertiary:rgb(128, 128, 128);
    --hover:rgb(151, 187, 88);
    --lettering:rgb(83, 83, 83);
    --background: #f1f1f1f1;
    --footerBackground: #cacacaf1;
}

.html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Vollkorn',serif;
    margin: 0;
    font-weight: 200;
    color: var(--primary);
}

.container {
    width: 80%;
    margin: 0 auto;
}

header {
    background-color: white;
    box-shadow: rgb(128, 128, 128) 0px 0px 5px 0px;
    
}

header::after {
    content: '';
    display: table;
    clear: both;
}

header h1 {
    float: left;
    padding: 1px 0;
    font-size: 25px;
}

nav {
    float: right;
    font-family: 'Vollkorn',serif;

}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li {
    display: inline-block;
    margin-left: 50px;
    padding-top: 25px;

    position: relative;
}

nav a {
    color: var(--primary);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
}

nav a:hover {
    color: var(--secondary);
}

nav a::before {
    content: '';
    display: block;
    height: 5px;
    width: 0%;
    background-color: var(--primary);

    position: absolute;
    top: 0;

    transition: all ease-in-out 250ms;
}

nav a:hover::before {
    width: 100%;
}

.banner {
    padding: 40px 40px 40px 40px;
    text-align: center;
    background-image: url(../assets/overHead.jpg);
    height: 450px;
    background-repeat: round;
    margin-top: 1px;
    color: white;
}

.banner h1 {
    font-size: 75px;
}

.banner h2 {
    font-size: 25px;
}

.about {

    margin: 0 10% 0 10%;
    color:var(--primary);
}

.about h2 {
    font-size: 50px;
    text-align: center;
    padding: 10px;
}

.about h3 {
    font-size: 37px;
    text-align: center;
    padding: 20px 70px 0px 650px;
    margin-left: 5%;
}

.flex {
    padding: 30px;
}

.serv h2 {
    font-size: 50px;
    text-align: center;
    padding: 10px;
}

.servFlex-container {
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
}

.servFlex-item {
    padding: 0 8% 2% 8%;
    font-size: 2em;
    background-color: var(--background);
    text-shadow: 2px 2px rgba(0,0,0,0.19);
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    display: table-cell;
}

.imgFlex-container {
    display:flex;
    flex-flow: row;
    justify-content: space-evenly;
    padding: auto;
    margin: auto;
    list-style: none;
}

.imgFlex-item {
    padding: 1%;
}


.flex-container {
    display: flex;
    flex-flow:row;
    justify-content: space-evenly;
    padding: 5%;
    margin: 0;
    list-style: none;
}

.flex-item {
    background-color: var(--background);
    padding: 5px;
    width: 250px;
    height: auto;
    margin-top: 10px;
    line-height: 40px;
    color: var(--hover);
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.gal h2 {
    font-size: 50px;
    text-align: center;
    padding: 25% 5% 3% 5%;
}


.btn {
    color: rgb(22, 22, 22);
    background-color: var(--primary);
    border: none;
    padding: 12px 28px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    transition: all ease-in 250ms;
    text-transform: uppercase;
    font-family: 'Vollkorn', serif;
    border-radius: 2%;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.btn:hover {
    color: rgb(22, 22, 22);
    background-color: var(--hover);
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.contact-section h2 {
    font-size: 50px;
    text-align: center;
    padding: 10px 10px;
}

.address {
    display: flex;
    flex-flow:column;
    justify-content: space-evenly;
    padding: 0 0 2% 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    text-align: center;
    text-shadow: 2px 2px rgba(0,0,0,0.19);
    background-color: var(--background);
}

.address-item {
    color: var(--primary);
    font-size: 2em;
    background-color: var(--background);
}

.contactUs {
    text-align: center;
    font-size: 1.5em;
    text-decoration: none;
}

/* Create two equal columns that floats next to each other */
.contactColumn {
    float: left;
    width: 50%;
    padding: 10px;
    height: 300px;;
  }
  
  /* Clear floats after the columns */
  .contactRow:after {
    content: "";
    display: table;
    clear: both;
  }

  .contact-section h3 {
      font-size: 1.5em;
      padding: 5% 40% 2% 40% ;
  }

  .contact-section h4 {
      font-size: 1em;
      padding: 5% 10% 10% 40%;
      text-decoration: none;

  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .contactColumn {
      width: 100%;
    }
  }

/* Slideshow container */
.slideshow-container {
    position: relative;
    background: var(--background);
  }
  
  /* Slides */
  .mySlides {
    display: none;
    padding: 80px;
    text-align: center;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Add an italic font style to all quotes */
  q {font-style: italic;}
  
  /* Add a blue color to the author */
  .author {color: cornflowerblue;}



  * {
    box-sizing: border-box;
  }
  
  .columns {
    float: left;
    width: 33.3%;
    padding: 8px;
    display: table;
  }
  
 

  .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
  }
  
  .price .header {
    background-color: var(--lettering);
    color: white;
    font-size: 25px;
  }
  
  .price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
  }
  
  .price .grey {
    background-color: #eee;
    font-size: 20px;
  }
  
  .button {
    background-color: var(--primary);
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
  }
  
  @media only screen and (max-width: 600px) {
    .columns {
      width: 100%;
    }
  }

  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }

  * {box-sizing: border-box}

footer {
    text-align: center;
    background-color: var(--footerBackground);
    padding: 2%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
  }
  
  @media (max-width: 800px) {
    .imgFlex-container {
      flex-direction: column;
      padding: 0 0 0 3.5%;
    }
  }

  @media (max-width: 800px) {
    .flex-container {
      flex-direction: column;
      padding: 0 0 10% 20%;
    }
  }

  @media (max-width: 800px) {
      .about h3 {
          float: none;
          padding: 2% 0 0 0;
      }
  }

  @media screen and (max-width: 500px) {
    .container li {
      float: none;
      display: block;
      text-align: left;
    }
    
    .container-right {
      float: none;
    }
  }

  @media screen and (min-width: 601px) {
    .about h2 {
      font-size: 50px;
    }
  }

  @media screen and (max-width: 600px) {
    .about h2 {
      font-size: 30px;
    }
  }

  @media screen and (max-width: 600px) {
    .about h3 {
      font-size: 25px;
    }
  }

  @media screen and (max-width: 600px) {
    .serv h2 {
      font-size: 30px;
    }
  }

  @media screen and (max-width: 600px) {
    .gal h2 {
      font-size: 30px;
    }
  }

  @media screen and (max-width: 600px) {
      .banner h1 {
          font-size: 50px;
      }
  }


  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}

  .quoteContainer {
      text-align: left;
      background-color: var(--background);
      padding: 3% 30% 3% 30%;
  }

.form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.form-group {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

  .form-control {
      padding: 2% 4% 2% 4%;
      text-align: center;
      float: initial;
    }

    .submitBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 36%;
        margin-top: 4%;
    }
.quote h3 {
    font-size: 30px;
    text-align: center;
    padding: 0 5% 0 5%;
    color: var(--tertiary);
}

  .quote h2 {
      font-size: 50px;
      text-align: center;
      padding: 25% 3% 3% 3%;
  }

@media screen and (max-width: 600px) {
    .quote h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 600px) {
    .quoteContainer {
        padding-left: 15%;
    }
}

.caption {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    text-align: center;
    color: var(--primary);
}

.caption span.border {
    background-color: var(--background);
    color: var(--primary);
    padding: 18px;
    font-size: 50px;
    /* letter-spacing: 10px; */
}