/*
Theme Name: TriCityHomeImprovements Custom Theme
Author: Natalie Blackmon
Author URI: https://nblackmon.com
Version: 1.0
*/
/* normalize.css start */
/* 
the colors: dark blue: #0d204a
        light blue: #195d9c
          black: #000000
         purple: #8909B5
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
  }
  audio, canvas, video {
    display: inline;
    zoom: 1;
  }
  html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  a:focus {
    outline: thin dotted;
  }
  a:hover, a:active {
    outline: 0;
  }
  h1 {
    font-size: 2em;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b, strong {
    font-weight: 700;
  }
  blockquote {
    margin: 1em 40px;
  }
  dfn {
    font-style: italic;
  }
  mark {
    background: #0d204a;
    color: #000;
  }
  pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
  }
  pre {
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  q {
    quotes: none;
  }
  q:before, q:after {
    content: none;
  }
  small {
    font-size: 75%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -.5em;
  }
  sub {
    bottom: -.25em;
  }
  ul, ol {
    margin-left: 0;
    padding: 0 0 0 1.2em;
    list-style-position: outside;
  }
  dd {
    margin: 0 0 0 40px;
  }
  nav ul, nav ol {
    list-style: none;
    list-style-image: none;
  }
  img {
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  legend {
    border: 0;
    /*margin-left:-7px;*/
  }
  button, input, select, textarea {
    font-size: 100%;
    vertical-align: middle;
    margin: 0;
  }
  button, input {
    line-height: normal;
  }
  button, input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    overflow: visible;
  }
  input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type=search] {
    /*-webkit-appearance:textfield;*/
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
    vertical-align: top;
  }
  table {
    border-spacing: 0;
  }
  audio:not([controls]), [hidden] {
    display: none;
  }
  body, figure, form {
    margin: 0;
  }
  /* normalize.css end */
  /* General styles begin here */
  .group:before,
  .group:after {
    content: "";
    display: table;
  }
  .group:after {
    clear: both;
  }
  .group {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
  }
  .hide, .printOnly, .mobileMenuButton {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  span.skipLink {
    width: 20em;
    height: 5em;
  }
  span.skipLink a, span.skipLink a:hover, span.skipLink a:visited {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  span.skipLink a:active, span.skipLink a:focus {
    top: 0;
    width: 10em;
    height: 1em;
    left: 40em;
    z-index: 100;
    background: #fff;
    text-align: center;
    padding: 0.25em 0 0.5em;
    display: block;
  }
  body {
    color: #444444;
    font-size: 100%;
    line-height: 180%;
    font-family: 'Poppins', sans-serif;
  }
  header, footer, .logout {
    color: #000000;
    position: relative;
    z-index: 100;
  }
  footer {
    background: #000000;
    color: #ffffff;
  }
  header {
    background: #ffffff;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #0d204a;
    margin: 0.75em 0 0;
    line-height: 120%;
  }
  h2.pageTitle, h2.pageTitle:first-child {
    color: #222;
    margin-bottom: 4rem;
    margin-top: 2rem;
  }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
  }
  h1, h2, h3 {
    font-family: 'Alegreya', serif;
    text-align: center;
    font-weight: normal;
    margin-bottom: 1.5rem;
  }
  h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
  }
  h1 {
    font-size: 4em;
    font-size: 2em; /* remove later */
  }
  h2 {
    font-size: 3em;
  }
  h3 {
    font-size: 2em;
  }
  h4 {
    font-size: 1.75em;
  }
  h5 {
    font-size: 1.5em;
  }
  h6 {
    font-size: 1.25em;
  }
  small {
    font-size: 0.8125em;
    line-height: 120%;
  }
  .contentContainer a:link {
    color: #222222;
    text-decoration: underline;
  }
  .contentContainer a:visited {
    color: #222222;
    text-decoration: underline;
  }
  .contentContainer a:hover, .contentContainer a:focus {
    color: #0d204a;
    text-decoration: none;
  }
  .nowrap {
    white-space: nowrap;
  }
  hr {
    width: 98% !important;
    background: #0d204a !important;
    height: 1px !important;
    color: #444646 !important;
    border: 0;
  }
  p {
    margin: 0.5em 0;
    font-size: 1.15rem;
  }
  .offScreen {
    display: block;
    position: fixed;
    left: -1000px;
    top: -1000px;
  }
  /* End of general styles */
  .contentContainer {
    min-height: 45em;
  } 
 .siteTitle {
    float: left;
    display: block;
    width: 50%;
    position: relative;
    display: block;
    color: #222;
    font-size: 3rem;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    /* height: 150px; */
    padding-bottom: 2rem;
    border-right: 1px solid #9C5819;
  }
  .siteTitle a.logo {
    display: inline-block;
    height: 180px;
    background: url(../images/triCityHILogo.png) no-repeat center center;
    background-size: contain;
    width: 100%;
  }
  .phoneNumber {
    font-family: 'Poppins', sans-serif;
    /* font-size: 1.25rem; */
    display: inline-block;
    text-align: center;
    font-weight: bold;
    /* width: 100%; */
    margin-top: 8px;
    color: #0d204a;
  }
  .phoneNumber a {
    text-decoration: none;
    color: #0d204a;
  }
.banner {
  width: 100%;
  background: url(../images/banner.jpg) no-repeat center top;
  background-size: contain;
  height: 500px;
  position: relative;
  padding-bottom: 30px;
}
.banner h2 {
  background: rgba(255,255,255,0.75);
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
header {
  background: #fff;
  border-bottom: 4px solid #195d9c;
  width: 98%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 25px;
  padding-left: 1%;
  padding-right: 1%;
}
.headerContent {
  max-width: 1140px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
}
.siteSubTitle, .siteTitle {
  float: left;
  text-align: center;
}
p.siteSubTitle {
  width: 25%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  align-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.9rem;
  line-height: 140%;
  /* text-transform: uppercase; */
  background: url(../images/stateOutline.png) no-repeat center bottom;
  background-size: 35%;
}
p.siteSubTitle:first-child {  
  border-right: 1px solid #9C5819;
}
  .contentContainer .innerContentContainer, .footerContent {
    max-width: 63em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .contentContainer .innerContentContainer:after {
    content: " ";
    display: block;
    clear: both;
  }
  nav {
    text-align: center;
  }
nav ul {
  padding: 0;
  text-align: center;
  display: inline-block;
}
nav ul li {
  display: block;
  position: relative;
  /* width: 33%; */
  text-align: center;
  float: left;
  font-size: 1.25rem;
}
nav ul li a {
  text-decoration: none;
  padding: 0.4em 2em;
  display: inline-block;
  color: #222222;
  text-align: center;
  transition: all 0.15s ease-in-out;
}
nav ul li a:hover, nav ul li a:active, nav ul li a:focus, nav ul li a.activeLink {
  background-color: #0d204a;
  color: #ffffff;
  transition: all 0.15s ease-in-out;
}

.footerContent p {
  font-style: italic;
  text-align: center;
}
.footerContent a:link, .footerContent a:active, .footerContent a:hover, .footerContent a:visited {
  color: #ffffff;
}
.footerContent a.phoneLink {
  text-decoration: none;
  color: #ffffff;
}
.footerContent p.copyright {
  font-style: normal;
  font-size: 0.85rem;
  margin-top: 2rem;
}
#image-gallery { 
  width: 600px; 
  margin: 0 auto;
}

#current-image { 
  width: 100%;
} 

#image-thumbs { 
  display: flex; 
  justify-content: center; 
  margin-top: 20px;
}

.thumb { 
  width: 80px; 
  height: 80px; 
  object-fit: cover; 
  margin-right: 10px; 
  cursor: pointer;
}
a.button:link {
  display: inline-block;
  background: #0d204a;
  padding: 8px 16px;
  font-weight: bold;
  color: #ffffff;
  width: auto;
  text-decoration: none;
  border: 3px solid #0d204a;
  font-size: 1.25rem;
}
.description {
  margin-top: 25px;
  margin-bottom: 100px;
}
.testimonials {
  width: 100%;
  margin-bottom: 80px;
}
.testimonials p {
  width: 45%;
  float: left;
  font-style: italic;
}
.testimonials p:nth-of-type(odd) {
  margin-right:5%;
}
.testimonials p .testimonialPerson {
  font-style: normal;
}
@media screen and (max-width: 65em) {
  .contentContainer .innerContentContainer, .footerContent {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width:1600px) {
  .banner {
    height: 400px;
  }
}
@media screen and (max-width:1300px) {
  .banner {
    height: 300px;
  }
}
@media screen and (max-width:1025px) {
  .banner {
    height: 200px;
    background-size: cover;
  }
  .banner h2 {
    font-size: 2rem;
    padding-bottom: 0;
    bottom: -0.5rem;
  }
}
@media screen and (max-width:850px) {
  .banner {
    height: 150px;
  }
  .banner h2 {
    padding-bottom: 0;
    bottom: -3rem;
  }
  p.siteSubTitle {
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonials p {
    width: 95%;
    padding: 10px 2.5%;
    background: rgba(0,0,0,0.1);
    margin-bottom: 10px;
  }
  .testimonials p:nth-of-type(odd) {
    margin: 0 0 10px 0;    
  }
  .description {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width:650px) {
  header {
    padding-bottom: 15px;
  }
  .headerContent {
    display: block;
    padding-bottom: 20px;
  }
  .siteTitle, p.siteSubTitle, p.siteSubTitle:first-child {
    width: 100%;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  p.siteSubTitle:first-child {
    position: absolute;
    bottom: -10px;
    text-transform: none;
    font-style: italic;
  }
}


/* 
the colors: dark blue: #0d204a
        light blue: #195d9c
          black: #000000
         purple: #8909B5
*/