* {
  margin: 0;
  padding: 0;
}

.paralax {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.content-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 60px auto 0px auto;
}

.banner {
  margin: 60px 0 0 0;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.banner h1 {
  padding: 0 0 50px 0;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: normal;
}

/* header */
#header {
  text-align: left;
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  background-color: #FFF;
  border-bottom: 1px solid #CCD0D1;
  z-index: 100;
}

#header .logo {
  left: 0;
  width: 200px;
  height: 60px;
  display: flex;
}

#header .logo img {
  width: 100%;
}

.home {
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/sign-dark.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  align-items: center;
  justify-content: flex-end;
  background-position: right center;
  box-sizing: border-box;
  position: relative;
}
.home .view-more-button {
  position: absolute;
  bottom: 30px;
  display: none;
}
.home .view-more-button img {
  width: 64px;
}
.home h1 {
  text-align: center;
  font-size: 25px;
}

.message-container {
  width: 100%;
  height: 75px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.practice-container {
  width: 100%;
  padding: 50px 0 0 0;
  background-color: #04263A;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.practice-container .practice-content {
  width: 90%;
  max-width: 1200px;
}
.practice-container .practice-content ul {
  list-style-type: none;
}
.practice-container .practice-content ul li {
  display: inline-flex;
  justify-content: center;
}

.mission-statement-container {
  padding: 30px;
  text-align: center;
}
.mission-statement-container .mission-statement-header {
  padding: 0 0 30px 0;
}
.mission-statement-container .mission-statement-text {
  line-height: 2em;
}

.hero-text {
  margin: 60px 0 0 0;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero-text h2 {
  padding: 0 0 10px 0;
}
.hero-text ul {
  width: 80%;
  list-style-type: none;
}
.hero-text ul li {
  display: inline-flex;
  width: 100%;
  padding: 10px 0px;
  justify-content: center;
}

/** Contact */
.contact-banner {
  background-image: url(../img/contact-banner.jpg);
  color: #FFF;
}

.contact-wrapper {
  display: flex;
}

.contact-info {
  width: 50%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-info ul li:not(:last-child) {
  margin: 0 0 20px 0;
}
.contact-info ul li {
  display: flex;
  align-items: center;
  font-family: "Roboto", Sans-serif;
  font-size: 22px;
  font-weight: 100;
}
.contact-info ul li a {
  color: #000;
}
.contact-info ul li img {
  height: 45px;
  padding: 0 10px 0 0;
}
.contact-info .contact-disclaimer {
  width: 56%;
  margin: 30px 0;
  font-size: 12px;
}

#map {
  height: 400px;
  width: 50%;
}

/** Practice (Services) */
.service {
  width: 100%;
  margin: 0 0 50px 0;
}
.service a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #BACBD9;
}
.service a h3 {
  color: #BACBD9;
}

/** About */
.about-banner {
  background-image: url(../img/gavel.jpg);
  color: #FFF;
}

.portrait-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #EAEAEA;
}
.portrait-container img {
  width: 200px;
  border-radius: 50%;
  margin: 0 0 20px 0;
}

.bio-container {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  line-height: 2em;
}
.bio-container p {
  margin: 0 0 20px 0;
}

/** Areas of Practice */
.services-banner {
  background-image: url(../img/quillandcourt.jpg);
  color: #FFF;
}

.areas-of-practice {
  padding: 50px 0 0 0;
}
.areas-of-practice .service-detail {
  padding: 100px 0;
  border: 1px #EAEAEA;
  border-style: none none solid none;
}
.areas-of-practice .service-detail:first-child {
  border-style: solid none;
}

/** Forms */
.forms-banner {
  background-image: url(../img/forms-banner.jpg);
  color: #FFF;
}

.form-text {
  text-align: center;
  padding: 30px 0;
}

.download-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 30px 0;
}

.form-download {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  padding: 20px 0;
}
.form-download a {
  color: #000;
  text-decoration: none;
}

.nav {
  width: 100%;
  height: 60px;
  background-color: #04263A;
  position: fixed;
  top: 0;
  z-index: 1;
}

.nav-content {
  width: 90%;
  max-width: 1200px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.nav-links ul {
  list-style: none;
}
.nav-links ul li {
  display: inline-flex;
  color: #FFFFFF;
}
.nav-links ul li a {
  text-decoration: none;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
}
.nav-links ul li a:hover {
  text-decoration: none;
}

.logo {
  height: 24px;
}
.logo img {
  height: 24px;
}

/*navigation */
.hamburger {
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
}

.menu-bar {
  height: 3px;
  width: 25px;
  margin-bottom: 5px;
  display: block;
  background-color: #FFF;
}

.navigation p {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/**.nav
 * position: relative */
.mobile-nav {
  box-sizing: border-box;
  position: absolute;
  top: 60px;
  left: -6%;
  width: 112%;
  text-align: left;
  background-color: #04263A;
  display: none;
}
.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav ul li {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 10px 0 10px 5%;
}
.mobile-nav ul li:nth-child(2n + 1) {
  background-color: #3D5A6C;
}
.mobile-nav p {
  padding: 0 0 0 5%;
}

/*mobile navigation not specific to media query */
html.scroll-lock {
  overflow: hidden;
}

footer {
  width: 100%;
  background-color: #04263A;
}
footer .footer-content {
  width: 90%;
  height: 60px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer .footer-content p, footer .footer-content a {
  color: #FFFFFF;
}
footer .footer-content .footer-left {
  display: flex;
  width: 100%;
  justify-content: center;
}
footer .footer-content .footer-left .social-icons img {
  height: 20px;
}
footer .footer-content .footer-left .social-icons a:not(:last-child) {
  padding: 0 20px 0 0;
}
footer .footer-content .footer-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  width: 100%;
}

@media (min-width: 768px) {
  footer .footer-content {
    justify-content: space-between;
    flex-direction: row;
  }
  footer .footer-content p, footer .footer-content a {
    color: #FFFFFF;
  }
  footer .footer-content .footer-left {
    width: auto;
  }
  footer .footer-content .footer-right {
    width: auto;
  }
}
h1, h2, h3, h4, h5, h6, p, span {
  font-family: "Roboto", sans-serif;
}

@media (min-width: 544px) {
  .home h1 {
    font-size: 50px;
  }

  .practice-container .service {
    width: 50%;
  }

  .form-download {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .home {
    background-position: center bottom;
  }

  .hero-text ul {
    text-align: center;
  }
  .hero-text ul li {
    padding: 0 20px;
    width: auto;
  }

  .practice-container {
    padding: 100 0 50 0;
  }
  .practice-container .service {
    width: 33%;
  }

  /* header */
  .hamburger {
    display: none;
  }

  .navigation p {
    padding: 0;
  }

  /**.nav-content
   * display: flex
   * justify-content: space-between
   * align-items: center */
  .desk-nav {
    display: block !important;
  }
  .desk-nav ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  .desk-nav ul li {
    display: inline-flex;
    text-align: center;
  }
  .desk-nav ul li:not(:last-child) {
    padding: 0 30px 0 0;
  }

  .nav-links ul li:not(:last-child) {
    padding: 0 30px 0 0;
  }

  .form-download {
    width: 30%;
  }
}
