body {
  margin: 0px;
  padding: 0px;
  font-family: "Nixie One", cursive;
  font-weight: 400;
  font-size: 15px;
  background-color: #ffffff;
  color: #ffffff; }

h1,
h2 {
  margin: 0px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: right; }

h1 {
  font-size: 30px; }

.thin {
  font-weight: 200; }

h3 {
  text-align: right; }

h4 {
  text-decoration: none;
  text-align: center;
  border: 3px solid #ffffff;
  padding: 9px;
  padding-top: 18px;
  float: right;
  width: 120px;
  height: 30px;
  color: #ffffff;
  font-family: "Kartika", sans-serif;
  font-size: 18px; }

@media only screen and (max-width 1366px) {
  h4 {
    font-size: 18px; } }
p {
  margin: 15px auto 15px auto;
  font-size: 18px;
  line-height: 25px; }

.nav {
  color: #787878;
  font-family: "Kartika", sans-serif;
  font-size: 22.5px; }

@media only screen and (max-width 1366px) {
  .nav {
    font-size: 18px !important; } }
.footer {
  color: #000000;
  line-height: 25px; }

.footer h3 {
  font-family: "Intro-Rust", sans-serif;
  color: #787878; }

li {
  list-style: none; }

/* Main Layout Styling */
.header,
.content,
.footer {
  box-sizing: border-box;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px; }

.logo {
  height: 53px;
  width: 198px;
  display: inline-block;
  padding: 0 30px; }

.header {
  background-color: #ffffff;
  background-image: url("images/ColcBanner.jpg");
  background-repeat: repeat-x;
  padding: 24px 60px;
  position: relative;
  top: 0;
  z-index: 1000; }

@media screen and (min-width 1366px) {
  .header {
    padding: 24px 150px; } }
@media screen and (min-width 1820px) {
  .header {
    padding: 24px 300px; } }
/* Main navigation menu */
.nav {
  float: right;
  margin: 20.1px 0 0;
  display: inline; }

.nav a {
  text-decoration: none;
  color: #787878; }

.nav a li {
  display: inline;
  padding: 27px; }

/* Homepage slider backgrounds */
.one {
  background-image: url("images/vertLine.jpg");
  background-position: left;
  background-size: auto;
  background-repeat: no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5)); }

.two {
  background-image: url("images/vertLine.jpg");
  background-position: left;
  background-size: auto;
  background-repeat: no-repeat; }

.three {
  background-image: url("images/vertLine.jpg");
  background-position: left;
  background-size: auto;
  background-repeat: no-repeat; }

.four {
  background-image: url("images/vertLine.jpg"), url("images/vertLine.jpg");
  background-position: right, left;
  background-size: auto;
  background-repeat: no-repeat; }

/* Main content layout */
.content {
  padding: 240px 420px; }

.content {
  text-align: right; }

/* About page */
.about {
  text-align: left;
  background-image: url("images/aboutBg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.about h1 {
  text-align: left; }

/* Sub navigation for practice areas and attorneys pages */
.subNav {
  margin: 3px 0 0; }

.subNav li {
  display: inline-block; }

.subNav a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Kartika", sans-serif;
  font-size: 22.5px;
  padding: 0 30px; }

.subNav a:hover {
  color: #c3b97f;
  transition-property: "color";
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }

@media screen and (min-width 1820px) {
  .subNav a {
    font-size: 22px; } }
.photo {
  border: 10px solid white;
  margin-top: 21px; }

.photoL {
  float: left;
  margin-right: 21px; }

.photoR {
  float: right;
  margin-left: 21px; }

.practice_1,
.practice_2,
.practice_3,
.att_1,
.att_2,
.att_3,
.att_4 {
  min-height: 100%;
  position: relative;
  top: -168px; }

.practice_1 {
  background-image: url("images/practice_1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.practice_1,
.att_1 {
  padding-top: 408px; }

.practice_2 {
  background-image: url("images/practice_2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.practice_2 h2,
p,
.att_2 h2,
.att_4 h2 {
  text-align: left; }

.practice_3 {
  background-image: url("images/practice_3.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.att_1 {
  background-image: url("images/att_1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.att_2 {
  background-image: url("images/att_2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.att_3 {
  background-image: url("images/att_3.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.att_4 {
  background-image: url("images/att_4.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

@media only screen and (max-width: 1366px) {
  .content {
    padding: 240px; } }
.gray {
  background-color: #787878;
  padding: 15px 420px;
  display: inline-flex;
  z-index: 1;
  position: relative; }

.gray h1 {
  text-align: left; }

#one,
#two,
#three,
#four,
#five,
.about,
.footer {
  position: relative;
  top: -104px; }

#one {
  background-image: url("images/Slide1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #787878; }

#two {
  background-image: url("images/Slide2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

#three {
  background-image: url("images/Slide3.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

#four {
  background-image: url("images/Slide4.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

#five {
  background-image: url("images/Slide5.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.footer {
  padding: 30px 300px;
  margin: 0 auto;
  overflow: auto;
  bottom: 0;
  background: #ffffff; }

/* Responsive layout for footer */
@media screen and (min-width: 620px) {
  .footer {
    padding: 30px 60px; } }
@media screen and (min-width: 1024) {
  .footer {
    padding: 30px 150px; } }
@media screen and (min-width: 1366px) {
  .footer {
    padding: 30px 300px; } }
.footer a {
  color: #787878; }

.footer a,
.footer li {
  color: #000000; }

@media screen and (max-width: 620px) {
  display: none; }
.ftCont {
  margin: 0 auto; }

.ftCont div {
  margin: 0 30px;
  vertical-align: top; }

.ftLeft,
.ftCenter {
  width: auto;
  display: inline-block; }

.ftRight {
  width: 200px;
  display: none; }

@media screen and (min-width: 1366px) {
  .ftRight {
    width: 300px; } }
@media screen and (min-width: 1820px) {
  .ftRight {
    width: 530px;
    display: inline-block; } }
/* Hack footer position on attorneys and practice area pages */
.att {
  position: relative;
  top: -168px; }

/* Google map for contact page */
.map {
  width: 100%;
  height: 80%; }

.map-wrap {
  position: relative;
  height: 80%; }

.overlay {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0; }

/* Components */
/* Learn More Button */
a h4 {
  background-color: transparent;
  transition-property: "background-color";
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }
  a h4:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: "background-color";
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out; }

/* Top Nav Links */
.nav a li {
  color: #787878;
  transition-property: "background-color";
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }
  .nav a li:hover {
    color: #c3b97f;
    transition-property: "background-color";
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out; }

/* Sub Nav Links */
.subNav a li {
  color: #ffffff;
  transition-property: "background-color";
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }
  .subNav a li:hover {
    color: #c3b97f;
    transition-property: "background-color";
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out; }

/* Back to top button */
.arrowUp {
  min-height: 60px;
  min-width: 50px;
  top: 60px;
  position: relative;
  display: inline;
  color: #ffffff;
  text-decoration: none;
  font-size: 22.5px;
  transition-property: top;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  vertical-align: middle;
  padding: 30px 0; }
  .arrowUp:hover {
    top: 55px;
    transition-property: top;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out; }

.arrowUp img {
  padding: 0 15px;
  top: 8px;
  position: relative; }

	/* 	FullPage.scss
	Created by Dustin Armstrong
	October 7, 2013

	http://www.dustinarmstrong.com
	http://www.github.com/dustinarmstrong */
/* Uncomment the two lines below to use the variables inside the fullpage.scss file,
or you may use them in your main/variables/mixins styles file. To import this stylesheet,
just make sure it is in the same directory, and use @import "fullpage"; */
/* ------------------------------------ */
/* DO NOT EDIT ANYTHING BELOW THIS LINE */
/* DOING SO MAY BREAK THE CODE -------- */
/* TRUST ME, IT'S VERY PICKY ---------- */
/* ------------------------------------ */
/* Dynamically generates keyframes and pauses based on slides $number */
	/* 	FullPage.scss
		Creator: Dustin Armstrong
		Created: October 7, 2013
	  Updated: September 16, 2016

		http://www.dustinarmstrong.com
		http://www.github.com/dustinarmstrong */
/* Uncomment the two lines below to use the variables inside the fullpage.scss file,
or you may use them in your main/variables/mixins styles file. To import this stylesheet,
just make sure it is in the same directory, and use @import "fullpage"; */
/* ------------------------------------ */
/* DO NOT EDIT ANYTHING BELOW THIS LINE */
/* DOING SO MAY BREAK THE CODE -------- */
/* TRUST ME, IT'S VERY PICKY ---------- */
/* ------------------------------------ */
@-webkit-keyframes slideranimation {
  0%, 100% {
    left: 0%; }
  16.66667% {
    left: 0%; }
  20% {
    left: -100%; }
  36.66667% {
    left: -100%; }
  40% {
    left: -200%; }
  56.66667% {
    left: -200%; }
  60% {
    left: -300%; }
  76.66667% {
    left: -300%; }
  80% {
    left: -400%; }
  96.66667% {
    left: -400%; } }
@-moz-keyframes slideranimation {
  0%, 100% {
    left: 0%; }
  16.66667% {
    left: 0%; }
  20% {
    left: -100%; }
  36.66667% {
    left: -100%; }
  40% {
    left: -200%; }
  56.66667% {
    left: -200%; }
  60% {
    left: -300%; }
  76.66667% {
    left: -300%; }
  80% {
    left: -400%; }
  96.66667% {
    left: -400%; } }
@-o-keyframes slideranimation {
  0%, 100% {
    left: 0%; }
  16.66667% {
    left: 0%; }
  20% {
    left: -100%; }
  36.66667% {
    left: -100%; }
  40% {
    left: -200%; }
  56.66667% {
    left: -200%; }
  60% {
    left: -300%; }
  76.66667% {
    left: -300%; }
  80% {
    left: -400%; }
  96.66667% {
    left: -400%; } }
@-ms-keyframes slideranimation {
  0%, 100% {
    left: 0%; }
  16.66667% {
    left: 0%; }
  20% {
    left: -100%; }
  36.66667% {
    left: -100%; }
  40% {
    left: -200%; }
  56.66667% {
    left: -200%; }
  60% {
    left: -300%; }
  76.66667% {
    left: -300%; }
  80% {
    left: -400%; }
  96.66667% {
    left: -400%; } }
@-khtml-keyframes slideranimation {
  0%, 100% {
    left: 0%; }
  16.66667% {
    left: 0%; }
  20% {
    left: -100%; }
  36.66667% {
    left: -100%; }
  40% {
    left: -200%; }
  56.66667% {
    left: -200%; }
  60% {
    left: -300%; }
  76.66667% {
    left: -300%; }
  80% {
    left: -400%; }
  96.66667% {
    left: -400%; } }
@keyframes slideranimation {
  0%, 100% {
    left: 0%; }
  16.66667% {
    left: 0%; }
  20% {
    left: -100%; }
  36.66667% {
    left: -100%; }
  40% {
    left: -200%; }
  56.66667% {
    left: -200%; }
  60% {
    left: -300%; }
  76.66667% {
    left: -300%; }
  80% {
    left: -400%; }
  96.66667% {
    left: -400%; } }
html, body {
  height: 100%;
  padding: 0px;
  margin: 0px; }

section {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center; }
  section .slider {
    position: absolute;
    display: block;
    overflow: hidden;
    height: 100%; }
    section .slider .slides {
      position: relative;
      float: left;
      clear: both;
      overflow: hidden;
      width: 500%;
      height: 100%;
      animation: slideranimation 25s ease-out infinite;
      -webkit-animation: slideranimation 25s ease-out infinite;
      -moz-animation: slideranimation 25s ease-out infinite;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden; }
      section .slider .slides section {
        float: left;
        width: 20.0001%; }
  section .content {
    vertical-align: middle;
    display: table-cell;
    box-sizing: border-box;
    padding: 0 5%;
    text-align: center; }

@font-face {
  font-family: Intro-Rust;
  src: url(fonts/IntroRust.otf); }

/*# sourceMappingURL=style.css.map */
