*{
  margin:0px;
  padding:0px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #010101;
  background: white;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
/*  letter-spacing: 1px;*/
}

h1, h2, h3, h4{
  font-family: "graphie", sans-serif;
}

h1{
  margin-top: 0px;
  line-height: 1.3em;
  font-size: 2.5em;
  margin-bottom: 40px;
  font-weight: 900;
  letter-spacing: 1px;
}

h2, h3, h4{
  letter-spacing: 1px;
}

p, h2, h3, h4 {
  margin-bottom: 20px;
  margin-top: 0px;
}

h2{
  font-weight: 200;
}

.subpage-content h2{
  font-weight: bold;
}

h3{
  font-size: 1.5em;
  font-weight: 900;
}

a{
  text-decoration: none;
  transition: .2s;
  color: inherit;
}

ul, ol{
  padding-left:40px;
}

.subpage-content ul{
  margin-bottom: 20px;
}

ul li, ol li{
  margin-bottom: 5px;
}

.subpage-content p a,
.contact-form a{
  border-bottom: 1px solid #baa377;
  font-weight: 500;
}

.subpage-content p a:hover,
.contact-form a:hover{
  color: #baa377;
}

#thank-you-content {
  text-align: center;
  font-size: 1.15em;
  font-weight: 500;
}

#thank-you-content p{
  margin-bottom: 40px;
}

#thank-you-content img{
  width: 200px;
  height: auto;
}

.center-text{
  text-align: center;
}

.subpage-content h3{
  font-weight: bold;
}

/*SUBPAGE HERO STYLES*/

#attorneys-hero{
  background-image: linear-gradient(to bottom, rgb(0, 0, 0, .4), rgb(0, 0, 0, .4)), 
  url(images/attorneys-hero.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#about-hero{
  background-image: linear-gradient(to bottom, rgb(0, 0, 0, .4), rgb(0, 0, 0, .4)), 
  url(images/about-hero.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#civil-litigation-hero{
  background-image: linear-gradient(to bottom, rgb(0, 0, 0, .4), rgb(0, 0, 0, .4)), 
  url(images/expertise1-hero.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#complex-commercial-litigation-hero{
  background-image: linear-gradient(to bottom, rgb(0, 0, 0, .4), rgb(0, 0, 0, .4)), 
  url(images/expertise2-hero.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

  #trusts-estates-hero{
  background-image: linear-gradient(to bottom, rgb(0, 0, 0, .4), rgb(0, 0, 0, .4)), 
  url(images/expertise3-hero.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  }

#contact-hero{
  background-image: linear-gradient(to bottom, rgb(0, 0, 0, .4), rgb(0, 0, 0, .4)), 
  url(images/contact-hero.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}



/*** DESKTOP STYLES ***/
@media (width >= 1100px) {

  .container {
    width: 1100px;
    margin:0 auto;
  }

  .content{
    padding: 80px 0;
  }
  
  /*** HEADER DESKTOP STYLES ***/

  #navContainer{
    width: 100%;
    transition: .6s;
    position: fixed;
    top: 0;
    min-height: fit-content;
    z-index: 1000;
    padding-top:36px;
  }

  #navContainer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }

  #navContainer img{
    width: 320px;
    height: auto;
    padding:10px 0 7px;
    transition: .5s;
  }


  .topnav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 660px;
  }

  .topnav a{
    color: white;
    padding:4px 12px;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .topnav a:hover{
    background: #fff;
    color: #baa377;
  }

  #myTopnav a.icon{
    display: none;
  }

  .hidden {
    display: none;
    position: absolute;
    background-image: linear-gradient(to right, #baa377 , #957B4B);
    margin-top:10px;
    width: 260px;
    padding:10px 0;
/*    min-width: 100px;*/
    z-index: 10;
    flex-direction: column;
    transition: .4s;
    margin-left:10px;
    box-shadow:0px 8px 16px 1px rgba(0,0,0,0.3)
  }

  .hidden a{
    display: block;
    font-size: .9em;
    font-weight: 600;
    padding:6px 12px;
    color: #fff;
  }

  .hidden a:hover{
    color: #2d3e50;
  }

  .dropdown:hover .hidden {
    display: flex;
  }

  .dropbtn{
    padding:16px !important;
  }

  a.dropbtn:hover{
    background: transparent;
    color: white;
    box-shadow: none;
    cursor: auto;
  }

  .hidden:hover{
      opacity: 1;
  }

  .hidden {
      animation: fadeIn .5s;
      -webkit-animation: fadeIn .5s;
      -moz-animation: fadeIn .5s;
      -o-animation: fadeIn .5s;
      -ms-animation: fadeIn .5s;
    }
    @keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    @-moz-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    a#nav-tel{
      display: none;
    }

    a#header-tel{
      color: white;
      font-weight: bold;
      font-size: 1.25em;
      padding:6px 12px;
      border:2px solid transparent;
    }

    #header-tel i {
      color: #baa377;
      margin-right:5px;
      transition: .3s;
    }

    #header-tel:hover{
      background: rgba(255, 255, 255, .1);
      border:2px solid #baa377;
    }

    /*#header-tel:hover i{
      color: white;
    }*/

    /***HERO DESKTOP STYLES***/

    .blue-bar{
      position: absolute;
      left:0;
      top:0;
      width: 32%;
      height: 150px;
      background: #2d3e50;
    }

    .leaf-background{
      background: url(images/hero-bar.jpg) no-repeat center;
      background-size: cover;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 14%;
      height: 100%;
      z-index: 1;
    }

    #homepage-hero{
      background: url(images/homepage-hero-new-bar.jpg) no-repeat left bottom;
      background-size: cover;
      height: 800px;
      position: relative;
      color: white;
    }


    #homepage-hero .container{
      /*display: flex;*/
      justify-content: center;
      align-items: center;
      height: 100%;
    }

    #homepage-hero img{
      position: relative;
      z-index: 2;
      align-self: flex-end;
      width: 1100px;
    }

    .hero-text{
      margin-left:80px;
      margin-top:148px;
    }

    .hero-text p{
      margin-bottom: 40px;
    }

    .bar-container{
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 40px;
    }

    .gold-bar{
      width: 60px;
      height: 3px;
      background: #baa377;
      margin-right:7px;
    }

    .long-white-bar{
      height: 3px;
      background: white;
      width: 240px;
    }

    .hero-text a{
      padding:15px 40px;
      color: white;
      background-image: linear-gradient(to right, #baa377 , #957B4B);
      display: inline-block;
      border-radius: 35px;
      transition: .4s;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .hero-text a:hover{
      background-image:linear-gradient(to right,#2d3e50,#010101);
    }

    /* MAIN BODY DESKTOP STYLES*/

    #homepage-callout{
      display: flex;
      align-items: flex-start;
      margin-top:-80px;
      position: relative;
      z-index: 3;
      box-shadow:1px 8px 16px 1px rgba(0,0,0,0.3);
    }

    .callout-link{
      width: calc(100% / 3);
    }

    .callout-link:hover .callout-section{
      color: white;
      background-image: linear-gradient(to right,#2d3e50,#010101);
    }

    .callout-section{
      padding:60px 40px;
      background-image: linear-gradient( to right, #fff, #E0E0E0);
      width: calc(100% - 80px);
      height: 50px;
      display: flex;
      justify-content: space-around;
      align-items: center;
    }

    .callout-section img{
      width: ;
      height: auto;
    }

    .callout-section span{
      display: block;
      color: #b2b2b2;
      font-weight: normal;
      font-size: .8em;
    }

    .callout-section h3{
      font-weight: 900;
      margin-bottom: 0px;
    }

    #about-us-home{
      padding-top: 120px;
    }

    #about-us-home .container{
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .about-us-text{
      width: 500px;
    }

    .about-us-text h4{
      color: #baa377;
    }

    .long-gray-bar{
      width: 100%;
      height: 2px;
      background: lightgray;
      margin-bottom: 40px;
    }

    .about-us-text img{
      width: 320px;
      height: auto;
    }

    .modal-container{
      width: 500px;
      background: lightgray;
      border-radius: 5px;
      position: relative;
    }

    .modal-container img{
      width: 100%;
      height: auto;
      border-radius: 5px;
    }

    #homepage-traits{
      background: url(images/mountain-background-dark.jpg) no-repeat center;
      background-size: cover;
      padding-bottom: 320px;
    }

    #homepage-traits .container{
      display: flex;
      justify-content: space-between;
      align-items: stretch;
    }

    .trait-container{
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: stretch;
      width: 800px;
      color: white;
    }

    .trait{
      background: rgba(255,255,255,.1);
      padding:30px;
      width: 320px;
      margin-bottom: 40px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }

    .trait:nth-of-type(3),
    .trait:nth-of-type(4){
      margin-bottom: 0px;
    }

    .trait-text{
      margin-left:40px;
      width: calc(100% - 100px);
    }

    .trait-img-container{
/*      padding:20px;*/
      background-image: linear-gradient(to right, #baa377 , #957B4B);
      height: 60px;
      width: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .trait-img{
      width: 260px;
      background: url(images/people1.jpg) no-repeat center;
      background-size: cover;
    }

    /*SUBPAGE DESKTOP STYLES*/

    .subpage-hero{
      background: url(images/homepage-hero-plain.jpg) no-repeat left bottom;
      background-size: cover;
      height: 400px;
      position: relative;
      color: white;
      padding-top:120px;
    }

    .subpage-hero .container{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
    }

    .subpage-hero h1{
      margin-bottom: 0px;
    }

    .footer-buffer{
      padding:110px 0;
    }

    /*ABOUT DESKTOP STYLES*/

    .about-img{
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      align-items: center;
      margin-top:40px;
      padding-top:60px;
      border-top:1px solid lightgray;
    }

    .about-img img{
      margin-left:60px;
    }

    .about-img p{
      width: 400px;
    }

    /*ATTORNEYS DESKTOP STYLES*/

    #attorney-content .container{
      display: flex;
      flex-flow: row wrap;
      align-items: stretch;
      justify-content: space-between;
    }

    a.attorney-container-link{
      width: 23%;
      display: flex;
      align-items: stretch;
      margin:20px 0;
    }

    .attorney-container {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      background: #f5f5f5;
      width: 100%;
      box-shadow: 0 4px 12px rgba(0,0,0,0.3);
      transition: .4s;
      overflow: hidden; /* IMPORTANT for clean zoom crop */
    }

    .attorney-container:hover {
      box-shadow: 0 4px 12px rgba(186, 163, 119, 0.6);
    }

    /* Image zoom effect */
    .attorney-container img {
      width: 100%;
      height: auto;
      transition: transform .6s ease; /* smooth zoom */
      position: relative;
      z-index: 0;
    }

    .attorney-container:hover img {
      transform: scale(1.08); /* zoom amount */
    }

    .attorney-container h3{
      padding:20px 20px 0;
      z-index: 1;
      position: relative;
      background: #f5f5f5;
      width: 100%;
      font-size: 1.25em;
      box-sizing: border-box;
    }

    .attorney-container p{
      padding: 0 20px;
    }

    #attorney-individual-content .container{
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }

    #attorney-individual-content img{
      width: 100%;
      height: auto;
      margin-bottom: 20px;
    }

    .attorney-img{
      width: 300px;
/*      margin-right:60px;*/
    }

    .attorney-img span{
      font-size: 1.25em;
      font-weight: bold;
    }

    .attorney-text{
      width: 700px;
    }

    .attorney-text a{
      display: inline-block;
      margin-top:20px;
      padding:10px 40px;
      font-weight: bold;
      color: white;
      background-image: linear-gradient(to right, #baa377 , #957B4B);
    }

    .attorney-text a:hover{
      color: #2d3e50;
    }

    /*CONTACT DESKTOP STYLES*/

    #contact-content .container{
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }

    .contact-text{
      width: 440px;
    }

    .snazzy-maps{
      height: 400px;
      width: 560px;
    }
   
   /*FOOTER DESKTOP STYLES*/

   footer{
    min-height: 420px;
    padding:0px 20px;
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, .65), rgb(255, 255, 255, .65)),
    url('images/map-background.jpg');
    position: relative;
   }

   footer .container{
    padding:40px;
    height: 560px;
    background: white;
    position: absolute;
    margin-top:-220px;
    width: calc(1100px - 80px);
    left: 50%;
    transform: translate(-50%, 0%);
    box-shadow: 0px 8px 16px 1px rgba(0,0,0,0.3);
   }

   .contact-row{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
   }

   .contact-title {
    width: 260px;
   }

   .contact-title h4{
    font-weight: 400;
    color: #baa377;
    margin-bottom: 20px;
   }

   .contact-row p{
    width: 270px;
   }

   .contact-row a{
    border-bottom: 1px solid #baa377;
   }

   .contact-row a:hover{
    color: #baa377;
   }

   .contact-row p:last-of-type{
    width: fit-content;
   }

   .contact-form{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
   }

   .contact-form input, .contact-form textarea{
    padding: 12px 10px;
    font-family: "graphie", sans-serif;
    color: #010101;
    margin-bottom: 20px;
    border:none;
    background: #eef2f3;
   }

   .contact-form input{
    width: 30%;
   }

   .contact-form textarea {
    width: calc(100% - 20px);
    height: 140px;
   }

   .contact-form #submit{
    width: 100%;
    background-image: linear-gradient(to right, #baa377 , #957B4B);
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 1.15em;
    transition: .2s;
    letter-spacing: 1px;
   }

   .contact-form #submit:hover{
    cursor: pointer;
    background-image: linear-gradient(to right,#2d3e50,#010101);
    box-shadow: 0px 8px 16px 1px rgba(0,0,0,0.3);
   }

   #sub-footer{
    background: #010101;
    color: white;
    font-size: .9em;
    text-align: center;
    padding:40px 20px;
   }

   #sub-footer span{
    color: #baa377;
   }

   #sub-footer a{
    border-bottom: 1px solid #baa377;
   }

   #sub-footer a:hover{
    color: #baa377;
   }

}


/*** MOBILE STYLES ***/
@media (width <= 1099px) {

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

  .content{
    padding: 60px 20px;
  }

  h1{
    font-size: 2em;
  }

  /***** HEADER MOBILE STYLES *****/

  #navContainer{
    width: 100%;
    background-image: linear-gradient(#010101, #2d3e50) !important;
    transition: .4s;
    position: fixed;
    max-height: 100%;
    top: 0;
    z-index: 100;
    overflow-y: scroll;
    overflow-x: hidden;
    padding:5px 0 15px !important;
  }

  #nav{
    padding-top:10px;
  }

  #navContainer img{
   width: 250px;
   height: auto;
   margin: 10px 0 5px 15px;
  }

  #nav-logo{
    height: 45px;
    display: block;
  }

  /* Links inside the navbar */
  .topnav a { 
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  /* Add a background color to navbar links on hover */
  .topnav a:hover{
    background-image:linear-gradient(to right, #baa377 , #957B4B);
    color:#fff;
  }

  /* When the screen is less than 1099 pixels wide, hide all links. 
  Show the link that should open and close the topnav (.icon) */
  .topnav a{
    display:none;
  }

  .topnav a.icon {
    display: block;
    position: absolute;
    font-size: 32px;
    top: 10px;
    right: 0;
    float: right;
    margin: 0px 10px 10px 0;
    color: #baa377 !important;
    transition: unset;
  }

  .topnav a.icon:hover{
    background:transparent;
  }

   /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. 
  This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  .topnav.responsive {
    position: relative; 
    clear:both;
    padding-top:10px;
  }
    .topnav.responsive a.icon {
      position: absolute;
      top: -50px;
      border-bottom:none;
      transition: unset;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      border-bottom:1px solid #cfd0d1;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }

    /* DROPDOWN MENU */

    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      text-align: left;
    }

    /* Dropdown Content */
    .hidden{
      display: none;
      padding: 10px 0;
      flex-direction: column;
    }

    .hidden a{
      padding:8px 16px 8px 24px;
      border-bottom: none !important;
      font-weight: normal;
/*      background: #707070;*/
    }

    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    .show {display:block;}

     .topnav.responsive,
    .hidden {
      animation: fadeIn .5s;
      -webkit-animation: fadeIn .5s;
      -moz-animation: fadeIn .5s;
      -o-animation: fadeIn .5s;
      -ms-animation: fadeIn .5s;
    }
    @keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    @-moz-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    a.dropbtn{
      border-bottom:1px solid #0054ff;
    }

    /*a.dropbtn:hover{
      background: #e6ae4a;
      color: white;
    }*/

    a#header-tel{
      display: none;
    }

    a#nav-tel i{
      color: #baa377;
      margin-right:10px;
    }

    a#nav-tel:hover i{
      color: white;
    }
    
  /*HERO MOBILE STYLES*/

  .blue-bar{
    display: none;
  }

  #homepage-hero{
   background: url(images/mobile-hero-new.jpg) no-repeat center;
   background-size: cover;
   color: white;
   margin-top:75px;
   padding:100px 20px 220px;
  }
   
   #homepage-hero .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

    #homepage-hero img{
      display: none;
    }

    .hero-text {
      max-width: 500px;
    }

    .hero-text p{
      margin-bottom: 40px;
    }

    .bar-container{
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 40px;
    }

    #homepage-hero .bar-container{
      margin-top:40px;
    }

    .gold-bar{
      width: 60px;
      height: 3px;
      background: #baa377;
      margin-right:7px;
    }

    .long-white-bar{
      height: 3px;
      background: white;
      width: 240px;
    }

    .hero-text a{
      padding:12px 30px;
      color: white;
      background-image: linear-gradient(to right, #baa377 , #957B4B);
      display: inline-block;
      border-radius: 35px;
    }

    /*MAIN BODY MOBILE STYLES*/

    #homepage-callout{
      width: 90%;
      margin:0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top:-80px;
      position: relative;
      z-index: 3;
      box-shadow:1px 8px 16px 1px rgba(0,0,0,0.3);
    }

    .callout-link{
      width: 100%;
    }

    .callout-link:hover .callout-section{
      color: white;
      background-image: linear-gradient(#010101,#2d3e50);
    }

    .callout-section{
      padding:40px 20px;
      background-image: linear-gradient(#fff, #f5f5f5);
      width: calc(100% - 40px);
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .callout-section img{
      width: 40px;
      height: auto;
      margin-right:40px;
    }

    .callout-section span{
      display: block;
      color: #b2b2b2;
      font-weight: normal;
      font-size: .8em;
    }

    .callout-section h3{
      font-weight: 900;
      margin-bottom: 0px;
    }

    #about-us-home{
      padding-top: 100px;
    }

    #about-us-home .container{
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .about-us-text{
      max-width: 600px;
      margin-bottom: 60px;
    }

    .about-us-text h4{
      color: #baa377;
    }

    .about-us-text img{
      width: 320px;
      height: auto;
    }

    .long-gray-bar{
      width: 100%;
      height: 2px;
      background: lightgray;
      margin-bottom: 40px;
    }

    .modal-container{
      width: 100%;
      max-width: 600px;
      background: lightgray;
      border-radius: 5px;
      position: relative;
    }

    .modal-container img{
      width: 100%;
      height: auto;
    }

    #homepage-traits{
      background: url(images/mountain-background-dark.jpg) no-repeat center;
      background-size: cover;
    }

    #homepage-traits .container{
      display: flex;
      justify-content: space-between;
      align-items: stretch;
    }

    .trait-container{
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: stretch;
      color: white;
    }

    .trait{
      background: rgba(255,255,255,.1);
      padding:30px 20px;
      width: calc(100% - 40px);
      margin-bottom: 40px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }

    .trait:nth-of-type(4){
      margin-bottom: 0px;
    }

    .trait-text{
      margin-left:40px;
      width: calc(100% - 100px);
    }

    .trait-img-container{
/*      padding:20px;*/
      background-image: linear-gradient(to right, #baa377 , #957B4B);
      height: 60px;
      width: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .trait-img{
      display: none;
    }

    /*SUBPAGE MOBILE STYLES*/

    .subpage-hero{
       background: url(images/homepage-hero.jpg) no-repeat center;
       background-size: cover;
       color: white;
       margin-top:75px;
       height: 200px;
    }
   
   .subpage-hero .container{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
    }

    .subpage-hero h1{
      margin-bottom: 0px;
    }

    .footer-buffer{
      padding:0px;
      border-top: 1px solid #baa377;
    }

    /*ABOUT MOBILE STYLES*/

    .about-img{
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top:40px;
      padding-top:60px;
      border-top:1px solid lightgray;
    }

    .about-img img{
      margin-bottom:20px;
    }

    .about-img p{

    }

    /*ATTORNEYS MOBILE STYLES*/

    #attorney-content .container{
      display: flex;
      flex-flow: row wrap;
      align-items: stretch;
      justify-content: space-around;
    }

    a.attorney-container-link{
      width: 300px;
      margin-bottom: 40px;
      display: block;
    }

    .attorney-container{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      background: #f5f5f5;
      width: 100%;
      height: 100%;
    }

    .attorney-container img{
      width: 100%;
      height: auto;
      margin-bottom: 20px;
    }

    .attorney-container h3, .attorney-container p{
      padding: 0 20px;
    }

    #attorney-individual-content .container{
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .attorney-img{
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .attorney-img img{
      width: 250px;
      height: auto;
      margin-bottom: 20px;
    }

    .attorney-img span{
      font-size: 1.33em;
      font-weight: bold;
      text-align: center;
    }

    .attorney-img ul{
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around;
      margin-bottom: 40px;
    }

    .attorney-img ul li{
      width: 200px;
    }

    .attorney-text{
      width: 100%;
    }

    .attorney-text h3{
      text-align: center;
    }

    .attorney-text a{
      display: inline-block;
      margin-top:20px;
      padding:10px 40px;
      font-weight: bold;
      color: white;
      background-image: linear-gradient(to right, #baa377 , #957B4B);
    }

    .attorney-text a:hover{
      color: #2d3e50;
    }

     /*CONTACT MOBILE STYLES*/

    #contact-content .container{
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .contact-text{
      padding-bottom: 40px;
      margin-bottom: 60px;
      border-bottom: 1px solid lightgray;
    }

    .snazzy-maps{
      height: 300px;
      max-width: 560px;
      width: 100%;
    }
   

    /*FOOTER MOBILE STYLES*/

   footer{
    padding:60px 20px;
    /*background-image: linear-gradient(to bottom, rgb(255, 255, 255, .95), rgb(255, 255, 255, .95)),
    url('images/map-background.jpg');*/
   }

   footer .container{
   }

   .contact-row{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    padding:0 20px;
   }

   .contact-title {
    width: 205px;
    margin-bottom: 40px;
   }

   .contact-title h4{
    font-weight: 400;
    color: #baa377;
    margin-bottom: 20px;
   }

   .contact-row p{
    width: 240px;
   }

   .contact-row a{
    border-bottom: 1px solid #baa377;
   }

   .contact-row a:hover{
    color: #baa377;
   }

   .contact-row p:last-of-type{
    width: fit-content;
   }

   .contact-form{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
   }

   .contact-form input, .contact-form textarea{
    padding: 12px 10px;
    font-family: "graphie", sans-serif;
    color: #010101;
    margin-bottom: 20px;
    border:none;
    background: #eef2f3;
   }

   .contact-form input{
    width: 30%;
   }

   .contact-form textarea {
    width: calc(100% - 20px);
    height: 140px;
   }

   .contact-form #submit{
    width: 100%;
    background-image: linear-gradient(to right, #baa377 , #957B4B);
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 1.15em;
    transition: .2s;
    letter-spacing: 1px;
    margin-bottom: 0px;
   }

   .contact-form #submit:hover{
    cursor: pointer;
    background-image: linear-gradient(to right,#2d3e50,#010101);
    box-shadow: 0px 8px 16px 1px rgba(0,0,0,0.3);
   }

   #sub-footer{
    background: #010101;
    color: white;
    font-size: .9em;
    text-align: center;
    padding:40px 20px;
   }

   #sub-footer span{
    color: #baa377;
   }

   #sub-footer a{
    border-bottom: 1px solid #baa377;
   }

   #sub-footer a:hover{
    color: #baa377;
   }

}


@media (width <= 750px) {

  .contact-row{
    flex-flow: column;
    align-items: center;
  }

  .contact-title {
    width: 220px;
  }

  .contact-row p,
  .contact-row p:last-of-type{
    width: 220px;
  }

  .contact-form input{
    width: calc(100% - 20px);
  }

}