/******************************************************************
BASIC SITE SETTINGS
******************************************************************/
* {
  box-sizing: border-box;
  font-family: open-sans-condensed;
  font-style: normal;
  font-weight: 300; }

li {
  list-style: none; }

.about-image,
.contact-image {
  max-width: 100%;
  display: block;
  margin: auto; }

.about-h1, .about-h2 {
  margin-top: 35px; }

.about-h2 {
  margin-bottom: 15px; }

.contact-list {
  text-align: center;
  margin-top: 25px; }

.post-body img {
  width: 80%; }

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

.post-body p {
  text-align: left; }

.group:after {
  content: " ";
  display: table;
  clear: both; }

body {
  color: #333;
  overflow: scroll;
  overflow-x: hidden; }

.body {
  max-width: 950px;
  margin: auto; }

a {
  font-weight: 700; }

body, p, a, span, label, input, strong, em, ul, li, strike, del {
  font-family: "Roboto";
  font-weight: 200;
  font-size: 2.5rem; }

h1,
h2,
h3,
h4,
h5,
h6,
.heading,
.nav-item {
  font-family: "federico-web"; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

.content-one img {
  width: 60%;
  max-width: 600px;
  float: left;
  padding: 15px; }

.main-content {
  margin: auto; }

.content-one {
  width: 90%;
  margin: auto; }

a:hover {
  color: #5e5051; }

/******************************************************************
VIDEO BACKGROUND
******************************************************************/
.mobile-video {
  display: none; }

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100; }

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%; } }
@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%; } }
/******************************************************************
STYLES
******************************************************************/
.home-logo {
  width: 100%; }

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

.logo-img img {
  width: 50%;
  margin-top: 5%; }

.main-nav {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  height: 90px;
  text-align: center;
  position: fixed;
  top: 0;
  border-bottom: 2px solid #5e5051;
  z-index: 1; }

.home-nav {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  height: 10%;
  text-align: center;
  position: fixed;
  bottom: 0;
  border-top: 2px solid #5e5051;
  z-index: 1; }

.main-nav li {
  display: inline-block;
  padding: 35px 2% 2% 2%; }

.home-nav a,
.main-nav a {
  padding: 0px; }

.home-nav a:hover,
.main-nav a:hover {
  text-decoration: underline; }

footer {
  bottom: 0;
  display: block;
  margin: auto; }

footer p {
  display: block;
  margin: auto;
  text-align: center;
  font-family: courier-prime;
  font-weight: 700; }

.page-banner img {
  width: 100%;
  margin: 95px auto 20px auto;
  max-width: 950px; }

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

.video-work {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-work iframe, .video-work object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.work-description {
  width: 80%;
  margin: auto;
  background-color: rgba(94, 80, 81, 0.3);
  padding: 10px 20px;
  margin-bottom: 35px; }

.contact-list li {
  padding: 2%; }

.contact-list a {
  font-weight: 700; }

table {
  width: 100%; }

.cat_textbox {
  margin: auto;
  padding: 2.5%;
  display: block; }

.cat_listbox {
  width: 65%;
  height: 140px; }

td {
  text-align: center; }

.cat_button {
  padding: 2%;
  border: none;
  background-color: #64abaa;
  color: white;
  font-size: 2rem;
  margin: 25px 0 0 0; }

textarea {
  width: 100%; }

input[type="text"],
textarea {
  display: block;
  margin: 0;
  width: 100%;
  appearance: none;
  box-shadow: none;
  border-radius: none; }

.webform {
  width: 85%;
  margin: auto;
  max-width: 650px; }

input[type="text"]:focus {
  outline: none; }

#EmailAddress,
#FirstName,
#LastName,
#CellPhone,
#CAT_Custom_1667062,
#CAT_Custom_1667061,
#CAT_Custom_869,
#BillingAddress,
#BillingCity,
#BillingState,
#BillingZip,
#CardName,
#CardNumber,
#CardCCV,
#Amount {
  padding: 5px;
  border: solid 1px #5e5051;
  transition: border 0.3s;
  margin: auto;
  text-align: center;
  font-color: #206596;
  border-radius: 10px;
  font-family: open-sans-condensed;
  font-weight: 700;
  width: 100%;
  max-width: 650px; }

#EmailAddress:focus,
#FirstName:focus,
#LastName:focus,
#CellPhone:focus,
#CAT_Custom_1667062:focus,
#CAT_Custom_1667061:focus,
#CAT_Custom_869:focus
#BillingAddress:focus,
#BillingCity:focus,
#BillingState:focus,
#BillingZip:focus,
#CardName:focus,
#CardNumber:focus,
#CardCCV:focus,
#Amount:focus {
  border: solid 5px #ded1c9; }

.about-faq {
  padding: 50px 0 10px 0; }

label {
  text-align: left;
  font-size: .8em; }

h2, h3 {
  font-weight: 700; }

.hidden-large {
  display: none; }

h3 {
  padding-top: 15px; }

.padding-top {
  padding-top: 20px; }

.sidebar-web-form {
  margin-top: 50px; }

/******************************************************************
SPLASH PAGE
******************************************************************/
.splash-logo {
  max-width: 225px; }

.bigGreen,
.littleGreen {
  color: #64abaa; }

.littleGreen {
  font-size: 1.5rem;
  display: block; }

.splash-button {
  margin-top: 35px;
  display: block; }

.what-else-label {
  padding-bottom: 0;
  padding-top: 10px;
  margin-bottom: 0; }

.web-item-image {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 3px;
  padding-top: 200px;
  border-radius: 2px; }

.web-item-text {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 25px;
  margin: 0;
  height: 200px;
  text-align: center;
  position: relative;
  top: -206px;
  border-radius: 2px; }

.web-item-text h3,
.web-item-text a {
  margin: 0; }

.web-item-text h3 {
  padding: 0 0 15px 0; }

.web-item-title {
  font-size: 3.5rem; }

.web-item-text a {
  padding: 5px 10px;
  color: white;
  font-size: 1.5rem; }

.web-item-text a:hover {
  color: #f0f0f0; }

.top-container {
  padding: 0 3%; }

/******************************************************************
BLOG
******************************************************************/
.blog-post-list-title {
  font-size: 4rem; }

.blog-post-image img {
  width: 90%;
  border-radius: 3px;
  margin: 10px auto; }

.portfolio-item {
  margin-top: 20px;
  max-height: 200px; }

/******************************************************************
MEDIA QUERIES
******************************************************************/
/*Minimum width for Video Background*/
@media (max-width: 767px) {
  .fullscreen-bg {
    display: none; }

  .post-body img {
    width: 100%; }

  .home-nav,
  .main-nav {
    top: 0;
    width: 100%;
    border-top: none;
    border-bottom: 2px solid #5e5051;
    padding: 0;
    height: 90px; }

  .home-nav ul,
  .main-nav ul {
    padding: 0; }

  .home-nav li,
  .main-nav li {
    width: 20%;
    padding-left: 0;
    padding-right: 0; }

  .fullscreen-bg__video {
    display: none; }

  .logo-img img {
    width: 75%;
    margin-top: 75px; }

  .mobile-video {
    display: block; }

  .video-container,
  .video-work {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }

  .video-container iframe, .video-container object, .video-container embed,
  .video-work iframe, .video-work object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  footer {
    margin: 25px 0; }

  .content-one img {
    width: 100%;
    display: block;
    margin: auto;
    float: none; }

  .cat_textbox {
    display: block;
    width: 80%;
    margin-top: 25px; }

  .cat_listbox {
    width: 80%;
    margin-top: 25px; }

  .cat_button {
    width: 80%;
    margin-top: 25px; } }
/*******************
NEW STYLES - SLIDER
*******************/
.home-logo-area {
  width: 70%;
  background-color: white;
  margin-left: 20%;
  height: 100%; }

.home-logo-area li {
  display: inline;
  padding: 0 10px 40% 10px; }

.slider-wrapper {
  width: 100%; }

.slider-wrapper img {
  width: 100%;
  max-height: 90vh;
  max-width: 1400px;
  margin: auto; }

.nav-menu {
  background-color: white;
  z-index: 102;
  padding-left: 12%;
  position: fixed;
  bottom: 0;
  padding-bottom: 2%;
  display: block;
  width: 100%; }

.top-container {
  margin-top: 60px;
  display: block; }

.nav-menu-top {
  background-color: white;
  z-index: 102;
  padding: 35px 0 0 0;
  text-align: center; }

.nav-menu-top ul {
  padding: 0; }

.nav-menu li,
.nav-menu-top li {
  display: inline;
  padding: 20px;
  z-index: 102;
  margin-bottom: 10px;
  font-size: 1.7rem; }

.nav-menu span {
  display: inline-block;
  font-size: 1.5rem;
  padding-right: 5%; }

.tsfLogo {
  position: fixed;
  top: 0;
  margin: 0 0 0 18%;
  padding: 15% 20px;
  width: 400px;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 101;
  height: 787.5px; }

.tsfLogo img {
  width: 100%;
  z-index: 101; }

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

.mobile-nav {
  display: none; }

.nav-logo {
  margin-top: 15px; }

.nav-logo img {
  width: 100%;
  max-width: 150px; }

.mobile-logo {
  display: none; }

/*****************************
Media Queries
*****************************/
@media (max-width: 1400px) {
  .slider-wrapper img {
    max-width: 1100px; }

  .tsfLogo {
    height: 618.75px; } }
@media (max-width: 1100px) {
  .slider-wrapper img {
    max-width: 900px; }

  .tsfLogo {
    height: 506.25px; } }
@media (max-width: 900px) {
  .slider-wrapper img {
    max-width: 700px; }

  .tsfLogo {
    height: 393.75px; }

  .nav-menu-top li {
    padding: 13px; } }
@media (max-width: 700px) {
  .slider-wrapper {
    text-align: center; }

  .slider-wrapper img {
    max-width: 600px; }

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

  .tsfLogo {
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 210;
    width: 75px;
    padding: 18% 0 0 0;
    margin-bottom: 16%;
    height: 337.5px; }

  .tsfLogo img {
    width: 100%;
    margin: auto;
    max-width: 250px; }

  .mobile-logo {
    display: block;
    text-align: center;
    margin-top: 10px; }

  .mobile-logo img {
    width: 250px; }

  .nav-menu,
  .nav-menu-top {
    display: none; }

  .mobile-nav {
    display: block;
    position: fixed;
    z-index: 250; }

  .mobile-nav-bottom {
    bottom: 10px;
    right: 10px; }

  .mobile-nav-top {
    top: 20px;
    right: 10px; }

  body, p, a, span, label, input, strong, em, ul, li, strike, del {
    font-size: 2rem; }

  #nav-overlay {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    -webkit-transition: display 2s;
    transition: display 2s;
    z-index: 250; }

  .overlay-nav-list ul {
    margin-left: 0;
    padding: 5vh 0 0 0; }

  .overlay-nav-list li {
    padding: 3vh;
    font-size: 2rem; }

  .overlay-nav-list span {
    display: none !important; } }
@media (max-width: 600px) {
  .slider-wrapper {
    max-width: 500px;
    margin: auto; }

  .tsfLogo {
    height: 281.25px; } }
@media (max-width: 500px) {
  .slider-wrapper {
    max-width: 400px;
    margin: auto; }

  .main-nav {
    height: 80px; }

  .tsfLogo {
    height: 225px; } }
@media (max-width: 400px) {
  .slider-wrapper {
    max-width: 300px;
    margin: auto; }

  .tsfLogo {
    height: 168.75px; } }
.landing-page-background {
  background: url("/img/dunn-white.jpg");
  background-size: cover; }

.landing-form {
  margin-top: 35px; }

.heading {
  color: #333;
  margin-top: 15px;
  font-size: 5.5rem;
  margin-bottom: 45px; }

.button {
  padding: 15px 35px;
  background-color: #5e5051; }

.homepage-video {
  margin-top: 35px; }

.nav-item {
  font-size: 3.5rem; }

a,
a:hover {
  color: #5e5051; }

ul {
  padding: 0;
  margin: 0; }

label {
  font-size: 15px; }

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

.blog-detail-image {
  margin-top: 35px;
  text-align: center;
  max-width: 100%; }
