ul {
    list-style-type: none;
    margin: 10px;
    padding: 10px;
    
}
li > .home{
    display: inline;
    float: right;
    color: white;
}
li {
    display: inline;
    float: right;
    color: #7a1618;
}
a {
    display: block;
    padding: 8px;
    background-color:;
    text-decoration: none;
    color:#7a1618
}


a:hover {
 text-decoration: none;
 color: #d6b13b;
}

.logo {
    max-width: 200px;
    display: inline;
}

.intro {

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  


  
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  

  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
 
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  

  .mySlides {
    display: none;
  }
  

  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  

  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  

  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  
  img.demo {
    opacity: 0.6;
    width: 100%;
    height: auto;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover {
    transition: 0.3s;
    width: 100%;
    height: auto;
  }
  
  .hover:hover {
    filter: blur(2px) brightness(60%);
    box-shadow: 0 8px 16px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
    cursor: pointer;
  }



.heroimage-home {
    background-image: url("headshot.jpg");
    background-size: 100%;
    height: 200vh;
    color: white;
    background-repeat: no-repeat;
}


.home-text {
    display: flex;
    text-align: center;
    flex-direction: column;
    height: 400px;
    resize: vertical;
    overflow: auto;
    align-items: center;
    justify-content: center;
    padding-left: 2em;
    padding-right: 2em;
}

header {
        position: absolute;
        left: 0px;
        width: 100%;
        z-index: 5;
    
    }
header .logo {
        text-transform: uppercase;
        letter-spacing: .2em;
        font-weight: 700;
        color: var(--white-color);
    }
header>div .logo {
        float: left;
        padding: 1em 3.5em 1em 0.5em;
    }
header nav a {
        padding: 1em 1.5em;
        display: var(--display-style);
        color: var(--white-color);
        text-decoration: none;
        background: transparent !important;
    }
a {
        transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease; 
        text-decoration: none;
}

h1 {
    font-size: 90px;
}

.tagline {
    font-size: 30px;
}

* {
    font-family: 'Quicksand', sans-serif;
}
footer {
    background-color: #d6b13b;
    text-align: center;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    color: white;
  }
  

  .fa:hover {
    opacity: 0.7;
  }
  

  

  .fa-facebook {
    background: #7a1618;
    color: white;
  }
  

  .fa-instagram {
    background:#7a1618;
    color: white;
  }

  .fa-instagram {
    background:#7a1618;
    color: white;
  }

  .find {
      align-content: left;
      padding-top: 1em;
      color: white;
  }
  .socials {
     align-content: center;
      padding-bottom: 1em;
  }

.columnabout {
  max-height: 400px;
  width: auto;
}
.column {
  float: left;
  width: 33.33%;

  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
  margin-top: 200px;
  height: auto;
}



  
  .row::after {
    content: "";
    clear: both;
    display: table;
  }



  .dropbtn {
    background-color: transparent;
    color: #7a1618;
    font-size: 16px;
    border: none;
  }
  

  .dropdown {
    position: relative;
    display: inline-block;
  }
  
 
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: none;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  

  .dropdown-content a {
    color: #7a1618;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  

  .dropdown-content a:hover {background-color: #d6b13b;}
  
 
  .dropdown:hover .dropdown-content {display: block;}
  
  
  .dropdown:hover .dropbtn {background-color: #d6b13b;}

  .container-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(auto-fill, minmax(250, 1fr));
    justify-items: center;
    grid-gap: 20px;
    margin: 0.2em 2em 0.2em 2em;
    padding-top: 8em;
    padding-bottom: 4em;
  }

  .testimonies {
    padding-top: 20vh;
    padding-bottom: 4em;
    text-align: center;
  }
  .columns {
      display: flex;
      justify-content: space-around;
      align-items: stretch;
      flex-wrap: wrap;
      flex-direction: row;   
  }

.pricing {
  text-align: center;
}

.contactform {
    text-align: center;
  }

  .headerblog {
      padding: 10vh;
      font-size: 40px;
      text-align: center;
      background: white;
  }

  .photoblog {
      background-color: #d6b13b;
      width: 100%;
      padding: 20px;
  }

  .card {
      background-color: white;
      padding: 20px;
      margin-top: 20px;
  }

  .bloglink {
      padding: 0px;
      margin: 0px;
      border: 0px;
      display: inline;
  }

  .lower {
    padding-top: 6em;
  }

  .idk {
    max-width: 22rem;
  }

  


  