@charset "UTF-8";

.av-light {
  font-family: "aviano-serif", serif;
  font-weight: 300;
  font-style: normal;
}

.av-reg {
  font-family: "aviano-serif", serif;
  font-weight: 400;
  font-style: normal;
}

.av-bold {
  font-family: "aviano-serif", serif;
  font-weight: 700;
  font-style: normal;
}

.av-black {
  font-family: "aviano-serif", serif;
  font-weight: 900;
  font-style: normal;
}

.seasons-reg {
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.seasons-reg-italic {
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.seasons-bold {
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.seasons-bold-italic {
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: italic;
}

header,
nav,
footer,
section,
aside {
  display: block;
  position: relative;
}

html {
  background-color: #191f32;
  scroll-behavior: smooth;
}

body {
  background-color: #191f32;
  background: linear-gradient(to bottom,  #191f33 0%,#101321 100%);
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width:992px) {
  body {
    font-size: 17px;
  }
}
@media screen and (max-width:767px) {
  body {
    font-size: 16px;
  }
}

header {
  display: block;
  background: rgba(20, 23, 39, 0);
  position: fixed;
  width: 100%;
  padding: 10px 15px;
  z-index: 99999;
  transition: all 0.5s;
}

header.shade {
  background: rgba(20, 23, 39, 1);
}

#gl-logo {
  display: inline-block;
  width: 100%;
  outline: 0;
  border: 0;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  transition: all 0.5s;
}
header.shade #gl-logo {
  max-width: 225px;
}
header p a {
  font-size: 23px;
}
@media screen and (max-width: 992px) {
  header p a {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  header p a {
    font-size: 17px;
  }
}


nav {
  display: inline-block;
}

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

nav ul li {
  display: inline-block;
  padding: 0 12px;
  position: relative;
}

nav ul li:last-child {
  padding-right: 0;
  border-right: 0;
}

nav ul li a,
nav ul li a:visited {
  font-family: "aviano-serif", serif;
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  transition: all 1s;
}
header.shade nav ul li a,
header.shade nav ul li a:visited {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  nav ul li a,
  nav ul li a:visited {
    font-size: 12px;
  }
  header.shade nav ul li a,
  header.shade nav ul li a:visited {
    font-size: 12px;
  }
}

nav ul li a:hover {
  color: #d0cc4e;
  text-decoration: none;
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "aviano-serif", serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.5s;
}

h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0;
  letter-spacing: 0px;
  transition: all 0.5s;
}
@media screen and (max-width:1200px) {
  h1, .h1 {
    font-size: 38px;
  }
}
@media screen and (max-width:767px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  margin: 15px 0px 20px;
  transition: all 0.5s;
}
h2 small {
  display: block;
  color: #d0cc4e;
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-left: 15px;
}

@media screen and (max-width:1200px) {
  h2, .h2 {
    font-size: 34px;
  }
  h2 small {
    font-size: 22px;
  }
}
@media screen and (max-width:767px) {
  h2, .h2 {
    font-size: 26px;
  }
  h2 small {
    font-size: 19px;
  }
}

h3,
.h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 5px 0px;
  transition: all 0.5s;
}
@media screen and (max-width:767px) {
  h3, .h3 {
    font-size: 18px;
  }
}

h4,
.h4 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  margin: 15px 0px;
  transition: all 0.5s;
}

#main {
  position: relative;
  overflow: hidden;
}

article {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  height: 100%;
  padding: 30px 40px;
  transition: all 0.75s;
}

@media screen and (max-width:992px) {
  article {
    padding: 30px 30px;
  }
}

@media screen and (max-width:767px) {
  article {
    padding: 25px 20px;
  }
}

article li {
  margin-bottom: 3px;
}

#main hr {
  background-color: rgba(255, 255, 255, 0.15);
}

.liner {
  background: #d0cc4e;
  display: inline-block;
  width: 135px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
}

a.link,
a.link:visited {
  color: #d0cc4e;
  text-decoration: none;
  outline: 0;
  border: 0;
  transition: color 0.5s;
}

a.link:hover {
  color: #d0cc4e;
  outline: 0;
  border: 0;
  text-decoration: underline;
}

a.link-white,
a.link-white:visited {
  color: #fff;
  text-decoration: none;
  outline: 0;
  border: 0;
  transition: color 0.5s;
}

a.link-white:hover {
  color: #d0cc4e;
  outline: 0;
  border: 0;
  text-decoration: none;
}

a.link-blue,
a.link-blue:visited {
  color: #191f32;
  text-decoration: none;
  outline: 0;
  border: 0;
  transition: color 0.5s;
}

a.link-blue:hover {
  color: #191f32;
  outline: 0;
  border: 0;
  text-decoration: underline;
}

a.link-gold,
a.link-gold:visited {
  color: #d0cc4e;
  text-decoration: none;
  outline: 0;
  border: 0;
  transition: color 0.5s;
}

a.link-gold:hover {
  color: #d0cc4e;
  outline: 0;
  border: 0;
  text-decoration: underline;
}

.white {
  color: #fff;
}

.bg-white {
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 47%,#f7f7f7 100%);
}

.bg-white * {
  color: #070606;
}

.lt-gray {
  color: #f7f7f7;
}

.bg-lt-gray {
  background-color: #f7f7f7;
}

.bg-lt-gray * {
  color: #070606;
}

.gray {
  color: #eee;
}

.bg-gray {
  background-color: #eee;
}

.bg-gray * {
  color: #070606;
}

.dk-gray {
  color: #111;
}

.bg-dk-gray {
  background-color: #111;
}

.bg-dk-gray * {
  color: #fff;
}

.black {
  color: #070606;
}

.bg-black {
  background-color: #070606;
}

.bg-black * {
  color: #fff;
}

.blue {
  color: #191f32;
}

.bg-blue {
  background-color: #191f32;
}

.gold,
#education .fa {
  color: #d0cc4e;
}

.bg-gold {
  background-color: #d0cc4e;
}

.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

ul.check {
  margin: 5px 0;
  padding: 0 0 0 25px;
  list-style: none;
}
ul.check li {
  padding: 2px;
}
ul.check li .fa {
  font-size: 15px;
  margin-right: 7px;
}
@media screen and (max-width: 992px) {
  ul.check {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.check {
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 575px) {
  ul.check {
    padding: 0 0 0 10px;
  }
}

.container-fluid {
  max-width: 1300px;
  margin: auto;
}


#banner {
  background-image: url('images/missouri-law-banner.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  padding: 225px 15px;
  transition: all 0.5s;
}
#banner:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
#banner .container,
#banner .container-fluid {
  position: relative;
  z-index: 999;
}
#banner h1 {
  display: inline-block;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  text-shadow: 0 0 5px #000;
  margin: 0;
  padding: 0px;
  transition: all 0.8s;
}
#banner p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  text-shadow: 0 0 5px #000;
  max-width: 900px;
  margin: 10px 0;
}

@media screen and (max-width: 992px) {
  #banner {
	  padding: 175px 15px;
  }
  #banner:before {
    background: rgba(0, 0, 0, 0.5);
  }
  #banner h1 {
	  font-size: 42px;
  }
  #banner p {
	  font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #banner h1 {
	  font-size: 32px;
  }
  #banner p {
	  font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  #banner h1 {
	  font-size: 28px;
  }
}



#areas-of-practice {
  background-image: url('images/wittner-law-banner-2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.5s;
}
#areas-of-practice:before {
  content: '';
  display: block;
  background: rgba(25, 31, 50, 0.75);
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
#areas-of-practice .container,
#areas-of-practice .container-fluid {
  position: relative;
  z-index: 999;
}
#areas-of-practice ul {
  margin: 0;
  padding: 0;
}
#areas-of-practice li {
  font-size: 20px;
  padding: 5px;
}
@media screen and (max-width:992px) {
  #areas-of-practice li {
    font-size: 18px;
    padding: 5px;
  }
}
@media screen and (max-width:767px) {
  #areas-of-practice li {
    font-size: 16px;
    padding: 3px;
  }
}
#question {
  background: rgba(25, 31, 50, 0.5);
}


#reviews article {
  background: #eee;
  border-radius: 15px;
  padding: 25px;
}
#reviews .review-body {
  font-size: 16px;
  font-style: italic;
}
#reviews .review-name {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}


#contact .ciCnpO {
  width: 96% !important;
  margin: auto;
  background: transparent;
}
#contact h4 {
    font-size: 17px;
}

.bttn,
.bttn:visited {
  display: inline-block;
  background-color: #fff;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: solid 2px #d0cc4e;
  border-radius: 40px;
  min-width: 200px;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 1s;
  position: relative;
  overflow: hidden;
}

.bttn-white,
.bttn-white:visited {
  background-color: transparent;
  color: #fff;
}

.bttn:hover {
  background-color: #d0cc4e;
  color: #fff;
  text-decoration: none;
}

footer {
  background-color: rgba(0,0,0,0.2);
  color: #fff;
  font-size: 14px;
  padding: 50px 0;
  clear: both;
  position: relative;
}

footer p {
  color: #fff;
}

#f-logo {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 25px auto 15px;
  opacity: 1;
  transition: all 1s;
}

#f-logo:hover {
  opacity: 1;
}

#association-logo {
  display: block;
  width: 100%;
  max-width: 375px;
  margin: 25px auto 15px;
  transition: all 1s;
}

#copyright {
  margin-top: 15px;
}

#copyright p {
  color: rgb(255, 255, 255);
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  line-height: 17px;
  margin: 10px 0;
}

#copyright a {
  color: rgb(255, 255, 255);
  color: rgba(255, 255, 255, 0.4);
  transition: color 1s;
}

#copyright a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
