* {
  margin:0px;
  padding:0px;
}

body {
  font-family: 'Poppins', 'Open Sans', sans-serif;
  color:white;
}

.show-menu {
	text-decoration: none;
	color: #fff;
	background: #58585a;
	text-align: center;
	padding: 10px 0;
	display: none;
	width:100%;
	margin-bottom:1px;
}

input[type=checkbox]{
  display: none;
  -webkit-appearance: none;
}

p, h1, h2, h3 {
  margin-bottom: 20px;
}

.clear {
  clear: both;
}

.active {
  color: #096680 !important;
}


@media (min-width: 1100px) {

  a.icon {
    display: none;
  }

  .container {
    width: 1100px;
    margin:0 auto;
  }

  #nav {
    background: url('../images/nav-bg.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* padding-bottom: 18px; */
  }

  #nav-home-link {
    float: left;
    display: flex;
    align-items: center;
    height: 80px;
  }

  .dropbtn {
    cursor: pointer;
  }

  .dropdown {
    position: relative;
    display:inline-block;
  }

  .dropbtn a{
    text-decoration: none;
    color: #7c7a78;
    display: flex;
    justify-content: center;
    font-size: 8pt;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 48px;
    transition: .2s;
    
  }

  .services-content, .gallery-content {
    display:none;
    position: absolute;
    z-index: 1;
    background-color: #ddd;
    width: 170px;
  }

  .services-content a, .gallery-content a {
    text-decoration: none;
    color: #7c7a78;
    display: flex;
    justify-content: center;
    font-size: 8pt;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 10px 0px 10px 10px !important;
    justify-content: flex-start;
  }

  .services-content a:hover {background-color: #ddd;}

  .dropdown:hover .services-content {display: block;}

  .dropdown:hover .gallery-content {display: block;}

  .dropdown:hover .dropbtn {}

  #nav-home-link img {
    height: 46px;
  }

  #nav-links {
    width: 755px;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    height: 80px;
    justify-content: space-evenly;
  }

  #nav-links a {
    text-decoration: none;
    color: #7c7a78;
    display: flex;
    font-size: 8pt;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: .2s;
  }

  #nav-links a:hover {
    text-decoration: underline 1px solid #096680;
    color: #096680;
    font-weight: 600
  }

  #nav-tele-link{
    float: right;
    display: flex;
    align-items: center;
    height: 80px;
  }

  #tele-icon {
    display: flex;
  }

  #tele-icon img {
    width: 45px;
    margin-right: 10px;
  }

  #telephone-num-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #telephone-num-text a {
    text-decoration: none;
    color: #2b2c2b;
  }

  #telephone-num-text p {
    font-size: 8pt;
    color: #7c7a78;
    margin: 0;
  }

  #slider {
    background: url('../images/slide-bg.png');
    background-position: top center;
    background-size: cover;
    height: 500px;
    margin-top: -9px;
    display: flex;
    align-items: center;
  }

  #slider-object {
    display: flex;
    flex-direction: column;
  }

  #slider-object p {
    font-size: 8pt;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 5px 0 0;
    letter-spacing: 2px;
    font-weight: 500;
  }

  #slider-object h1 {
    white-space: pre-line;
    line-height: 75px;
    margin: -60px 0 40px 0;
    font-size: 45pt;
  }

  #slider-btn a {
    display: block;
    background: #007daa;
    width: 110px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 8pt;
    letter-spacing: 2px;
    font-weight: 700;
    transition: .2s;
  }

  #slider-btn a:hover {
    background: #6dbad6
  }

  #success {
    background: url('../images/success-bg.png');
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #success-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding:  40px 0;
  }

  #success-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 370px;
    margin-right: 173px;
  }

  #success-text p:nth-child(1) {
    font-size: 8pt;
    color: #007daa;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-decoration: underline 2px #d4e3ec;
    font-weight: 500;
    letter-spacing: 2px;
  }

  #success-text h1{
    color: #2d2c2b;
    font-size: 25pt;
    line-height: 41px;
  }

  #success-text p:nth-child(3) {
    font-size: 8pt;
    line-height: 20px;
    color: #7c7a78;
    font-weight: 500;
    margin-bottom: 30px;
  }

  #free-quote-btn a {
    color: white;
    background: #007daa;
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: 8pt;
    text-decoration: none;
    display: block;
    width: 130px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .2s;
  }

  #free-quote-btn a:hover {
    background: #6dbad6
  }

  #success-right {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #contact {
    background: #007daa;
    height: 200px;
    margin-top:-5px;
    display: flex;
    align-items: center;
    padding-top: 5px;
  }

  #contact-container {
    display: flex;
    align-content: center;
    margin-left: 80px;
  }

  #contact-container-img {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 20px;
  }

  #contact-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #contact-text h3 {
    color: white;
    margin: 0;
    font-weight: 400;
  }

  #contact-text a {
    text-decoration: none;
    font-size: 28pt;
    color: white;
    font-weight: 700;
    transition: .2s;
  }

  #contact-text a:hover {
    color: #6dbad6
  }

  #our-services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    background: url('../images/services-bg.png');
    background-position: bottom;
    background-size: cover;
    position: relative;
  }

  #what-we-do {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #what-we-do p {
    font-size: 8pt;
    color: #007daa;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: underline 2px #007daa;
    font-weight: 700;
    letter-spacing: 2px;
  }

  #what-we-do h1 {
    color: #2d2c2b;
    font-size: 29pt;
    line-height: 41px;
    margin-bottom: 40px;
  }

  #services-indv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 935px;
    margin: 0 auto;
  }

  .service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 20px;
    flex: 1 1 0px;
    text-align: center;
    background: white;
    margin: 0 1px;
    transition: 0.2s;
    height: 220px;
  }

  .service h3 {
    color: #2d2c2b;
    font-size: 11pt;
    margin-bottom: 10px;
    font-weight: 700;
    height: 50px;
    width: 132px;
    display: flex;
    justify-content: center;
    transition: 0.2s;
  }

  .service p {
    font-size: 8pt;
    font-weight: 500;
    color: #7c7a78;
    line-height: 23px;
    width: 116px;
    transition: 0.2s;
  }

  .service-line {
    height: 1px;
    width: 150px;
    margin: 0px auto 20px;
    background: #f4f3f2;
  }

  .service a {
    text-decoration: none;
    color: #007daa;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: 8pt;
    display: block;
    transition: 0.2s;
  }

  .service-icon-container img {
    height: 100px;
    margin-bottom: 10px;
    opacity: 1;
    position: absolute;
    transition: 0.2s;
  }

  .service-icon-container img:nth-child(2){
    height: 100px;
    margin-bottom: 10px;
    opacity: 0;
    position: absolute;
    transition: 0.2s;
  }

  .service:hover .service-icon-container img:nth-child(1){
    opacity: 0;
  }

  .service:hover .service-icon-container img:nth-child(2){
    opacity:1;
  }

  .service:hover {
    background: #6dbad6;
  }

  .service:hover p, .service:hover h3, .service:hover a {
    color: white;
  }

  .service-icon-container {
    height:100px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #helping {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px ;
  }

  #helping h1 {
    color: #2d2c2b;
    font-size: 25pt;
    line-height: 41px;
    margin-bottom: 40px;
    width: 450px;
    margin-right: 84px;
  }

  #map {
    height: 225px;
    width: 400px;
    background: #6dbad6;
  }

  #gallery {
    padding: 20px 0 0;
    display: flex;
    align-items: stretch;
  }

  #gallery-titles {
    display: flex;
    width: 648px;
    justify-content: space-between;
    color: #2d2c2b;
    margin: 0 auto;
  }

  #h2-mobile-no {
    display: block;
  }

  #h2-mobile-show {
    display: none;
  }

  .gallery-mobile{
    display: none;
  }

  .gallery-image {
    margin-right:20px;
    display: flex;
    max-width: 300px;
    min-width: 200px;
    width: 100vw;
    position: relative;
  }

  .gallery-hover-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(162, 211, 229, 0.6);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    transition: opacity .2s, visibility .2s;
    border-radius: 5px;
  }
  .gallery-image:hover .gallery-hover-layer{
    visibility: visible;
    opacity: 1;
  }

  .gallery-hover-description{
    transition: .2s;
    transform: translateY(1em);
    font-weight: 700;
    padding: 40px;
    margin: 0;
  }

  .gallery-image:hover .gallery-hover-description, .gallery-image:hover .icon-container{
    transform: translateY(0);
  }

  .gallery-image img {
    width: 100%;
  }

  .icon-container {
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 40px;
    right: 40px;
    transition: .2s;
    transform: translateY(1em);
  }

  #view-all {
    background: #007daa;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 2px;
    padding: 0 60px;
    justify-content: center;
  }

  #view-all p {
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
    font-size: 8pt;
    margin-bottom: 0;
  }

  #view-all h1{
    font-size: 28pt;
    line-height: 47px;
    width: 270px;
  }

  #view-all-btn a {
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    padding: 20px 30px;
    width: 120px;
    background: white;
    font-size: 8pt;
    color: #007daa;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: .2s;
  }

  #view-all-btn a:hover {
    background: #6dbad6;
    color: white;
  }

  #offering {
    padding: 80px 0;
  }

  #offering-container {
    width: 935px;
    margin: 0 auto;
  }

  #offering-header {
    text-align: center;
  }

  #offering-header p {
    font-size: 8pt;
    color: #007daa;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: underline 2px #007daa;
    font-weight: 700;
    letter-spacing: 2px;
  }

  #offering-header h1 {
    color: #2d2c2b;
    font-size: 29pt;
    line-height: 41px;
    margin-bottom: 40px;
  }

  #offering-learn-more {
    float: left;
    width: 270px;
  }

  #learn-more {
    background: #f5f5f5;
    margin-bottom: 15px;
    padding: 40px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #learn-more img {
    margin-bottom: 10px;
    width:71px;
  }

  #learn-more h3 {
    color: #514a41;
  }

  #learn-more a {
    display: block;
    font-size: 8pt;
    color: #007daa;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: underline 2px #007daa;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .2s;
    width: 91px;
  }

  #learn-more a:hover {
    color: #6dbad6;
  }

  #offering-experience {
    background: #007daa;
    padding: 5px 40px;
    display: flex;
    justify-content: center;
    margin: 0;
    height: 40px;
  }

  #offering-experience p {
    color: white;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10pt;
    font-weight: 500;
  }

  #offering-text-images {
    float: right;
  }

  .offering-image:first-child {
    margin-right: 30px;
  }

  .offering-image {
    float: left;
    width: 300px;
  }

  .offering-image img {
    width:100%;
  }

  #offering-text {
    float: left;
    width: 630px;
  }

  #offering-text p {
    color: #8e867c;
    font-size: 8pt;
    line-height: 25px;
    text-align: justify;
    padding: 40px 40px 20px;
    font-weight: 500;
  }

  #offering-text a {
    display: block;
    font-size: 8pt;
    color: #007daa;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: underline 2px #007daa;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    padding-left: 40px;
    transition: .2s;
    width: 149px;
  }

  #offering-text a:hover {
    color: #6dbad6
  }

  #discover-more {
    background: url('../images/discover-more-bg.jpg');
    background-position: top center;
    background-size:cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 174px;
  }

  #discover-more-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #discover-more-container h3 {
    margin: 0 80px 0 0;
  }

  #discover-more-btn a {
    background: #514a41;
    display: block;
    padding: 20px 40px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 8pt;
    text-transform: uppercase;
    transition: .2s;
  }

  #discover-more-btn a:hover {
    color: #6dbad6;
  }

  #newsletter {
    padding: 100px 0;
    display: none !important;
  }

  #newsletter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #newsletter-header {
    text-align: center;
  }

  ::placeholder {
    font-family: 'Poppins', 'Open Sans', sans-serif;
    font-size: 8pt;
    font-weight: 500;
  }

  input[type="email"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width:340px;
    margin: 0 20px 10px 0;
    padding: 20px;
    background: #f5f5f5;
    border: none;
    font-family: 'Poppins', 'Open Sans', sans-serif;
  }

  input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width:340px;
    margin: 0 20px 10px 0;
    padding: 20px;
    background: #f5f5f5;
    border: none;
    font-family: 'Poppins', 'Open Sans', sans-serif;
  }

  input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width:340px;
    margin: 0 20px 10px 0;
    padding: 20px;
    background: #f5f5f5;
    border: none;
    font-family: 'Poppins', 'Open Sans', sans-serif;
  }

  textarea {
    width:340px;
    margin: 0 20px 10px 0;
    padding: 20px;
    background: #f5f5f5;
    border: none;
    font-family: 'Poppins', 'Open Sans', sans-serif;
  }

  input[type="submit"] {
    background: #007daa;
    display: block;
    padding: 20px 40px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 8pt;
    text-transform: uppercase;
    border:none;
    transition: .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  input[type="submit"]:hover {
    background: #6dbad6;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
  }

  #newsletter-header p {
    font-size: 8pt;
    color: #007daa;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: underline 2px #007daa;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Poppins', 'Open Sans', sans-serif;
  }

  #newsletter-header h1 {
    color: #2d2c2b;
    font-size: 29pt;
    line-height: 41px;
    margin-bottom: 40px;
  }

  #form-inputs {
    display: flex;
  }

  #footer {
    background: url('../images/footer-bg.jpg');
    background-position: top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0 40px;
  }

  #footer-container {
    display: flex;
    justify-content: center;
  }

  #footer-logo {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    /* flex: 1 1 0px; */
  }
  
  #footer-logo img {
    width: 165px;
    height: 40px
  }

  #footer-contact {
    display: flex;
    flex-direction: column;
    margin: 0 30px;
    /* flex: 1 1 0px; */
  }

  #footer-contact p{
    color: #b0afaf;
    font-size: 8pt;
    margin-bottom: 5px;
    width: 145px;
  }

  #footer-contact a {
    text-decoration: none;
    color: white;
    font-size: 10pt;
    margin-bottom: 20px;
  }

  #footer-address {
    font-size: 10pt !important;
    color: white !important;
    font-weight: 500;
  }

  #footer-explore {
    display: flex;
    flex-direction: column;
    margin: 0 30px;
    /* flex: 1 1 0px; */
  }

  #footer-explore p, #footer-legal p {
    font-size: 10pt;
    color: white;
    font-weight: 500;
  }

  #footer-explore a, #footer-legal a {
    text-decoration: none;
    color: #b0afaf;
    font-size: 8pt;
    transition: .2s;
    margin-bottom: 10px;
  }

  #footer-explore a:hover, #footer-legal a:hover {
    transition: .2s;
    color: #71afd2;
    text-decoration: underline 1px solid #71afd2;
  }

  #footer-legal{
    display: flex;
    flex-direction: column;
    margin: 0 30px;
    /* flex: 1 1 0px; */
  }

  #footer-social {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    /* flex: 1 1 0px; */
  }

  #footer-social a {
    text-decoration: none;
    color: white;
    font-size: 11pt;
    margin: 10px;
    transition: .2s;
  }

  #footer-social a:hover, #footer-contact a:hover {
    color: #71afd2;
  }

  #footer-line {
    width: 860px;
    height: 2px;
    background: #373635;
    margin: 40px auto;
  }

  #footer-copyright {
    text-align: center;
    font-size:8pt;
    color:#b0afaf;
    margin: 0;
  }

  #footer-mobile {
    display: flex;
  }

  .sub-header-text {
    padding: 40px 0;
  }

  .sub-header-text h1 {
    text-align: center;
    color:#2d2c2b;
  }

  .sub-header-text h3 {
    color:#2d2c2b;
    margin-bottom: 5px;
  }

  .sub-header-text p, .sub-header-text li {
    color: #7c7a78;
  }

  .sub-header-text ul {
    margin: 0 0 20px 40px;
  }

  .sub-header {
    height: 20vw;
    margin-top: -31px;    
  }
  /* Products */

  #products-bg {
    background: url('../images/products-bg.jpg');
    background-position: center;
    background-size: cover;

  }

  /* Closets */
  #closets-bg {
    background: url('../images/closets-bg.jpg');
    background-position: 100% -205px;
    background-size: cover ;
  }

  .image-gallery{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .image-gallery a {
    color: white;
  }

  .flex-image {
    margin: 8px;
  }

  /* Services */
  #services-bg {
    background: url('../images/services-bg.jpg');
    background-position: center;
    background-size: cover ;
  }

  #cabinet-supply-bg {
    background: url('../images/cabinet-supply-bg.jpg');
    background-position: top center;
    background-size: cover ;
  }

  #contractor-supply-bg {
    background: url('../images/contractor-supply-bg.jpg');
    background-position: center;
    background-size: cover ;
  }

  #project-design-bg {
    background: url('../images/project-design-bg.jpg');
    background-position: center;
    background-size: cover ;
  }

  /* Gallery*/
  #gallery-bg {
    background: url('../images/promotions-bg.jpg');
    background-position: center;
    background-size: cover ;
  }

  /* Contact */
  #contact-form{
    width: 381px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }

  #contact-form-inputs {
    display: flex;
    flex-direction: column;
  }

  #contact-map {
    display: flex;
    justify-content: space-evenly;
  }

  .map p>a {
    text-decoration: none;
    color: #7c7a78;
    display: block;
    margin: 20px 0 -20px;
  }

  .map p>a:hover {
    color: #096680;
  }

  .map {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .thanks {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 440px;
    color: black;
  }

  .thanks-contact-page {
    height: 100px !important;
  }

  .sub-header-text > p > a {
    text-decoration: none;
    color: #007daa;
    transform: 0.2s;
  }

  .sub-header-text > p > a:hover {
    color: #096680;
  }

  /* Products */
  .product-card {
     margin: 20px;
     box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .row img {
    width: 300px;
    height: 75px;
  }

  #products-bg, #services-bg, #cabinet-supply-bg, #project-design-bg, #contractor-supply-bg, #gallery-bg {
    display: none !important;
  }
}



@media screen and (max-width : 1099px){
  a {
    color: #007daa;
  }
  
  a.icon {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 23pt;
    color: #7c7a78;
  }
  
  .container {
    width:100%;
  }

  #nav {
    background: url('../images/nav-bg.png');
    background-position: bottom;
    /* background-size: cover; */
    background-repeat: no-repeat;
    /* position: relative; */
    display: block;
    padding: 10px 0 50px;
    z-index: 1;
  }

  #nav-home-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 10px;
  }

  #nav-home-link img {
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #nav-links {
    display: none;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  #nav-links a {
    text-decoration: none;
    color: #7c7a78;
    display: flex;
    justify-content: center;
    font-size: 12pt;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0 0;
    transition: .2s;
  }

  #nav-links a:nth-child(6){
    padding-bottom:20px;
  }

  #nav-links a:hover {
    text-decoration: underline 1px solid #096680;
    color: #096680;
    font-weight: 600
  }

  .dropbtn {
    cursor: pointer;
    margin-bottom: 5px !important;
  }

  .dropdown {
    position: relative;
    display:inline-block;
  }

  .dropbtn a{
    text-decoration: none;
    color: #7c7a78;
    display: flex;
    justify-content: center;
    font-size: 8pt;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 48px;
    transition: .2s;
    
  }

  .services-content, .gallery-content {
    display:block;
  }

  .services-content a, .gallery-content a {
    text-decoration: none;
    color: #7c7a78;
    display: flex;
    justify-content: center;
    font-size: 8pt !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px 0 10px 0px !important;
    justify-content: flex-start;
  }

  /* .services-content a:hover {background-color: #ddd;} */

  /* .dropdown:active .services-content {display: block;} */

  /* .dropdown:hover .gallery-content {display: block;} */

  .dropdown:hover .dropbtn {}

  #nav-tele-link{
    display: flex;
    align-items: center;
    width: 167px;
    margin: 10px auto;
  }

  #tele-icon {
    display: flex;
  }

  #tele-icon img {
    width: 45px;
    margin: 0 5px;
  }

  #telephone-num-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #telephone-num-text a {
    text-decoration: none;
    color: #2b2c2b;
  }

  #telephone-num-text p {
    font-size: 8pt;
    color: #7c7a78;
    margin: 0;
  }

  #slider {
    background: url('../images/slide-bg.png');
    background-position: top center;
    background-size: cover;
    height: 400px;
    /* margin-top: -37px; */
    display: flex;
    align-items: center;
  }

  #slider-object {
    padding: 0 5vw;
    display: flex;
    flex-direction: column;
  }

  #slider-object p {
    font-size: 8pt;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 15px 0 0;
    letter-spacing: 2px;
    font-weight: 500;
  }

  #slider-object h1 {
    line-height: 38px;
    margin: 15px 0 20px 0;
    font-size: 23pt;
  }

  #slider-btn a {
    display: block;
    background: #007daa;
    width: 110px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 8pt;
    letter-spacing: 2px;
    font-weight: 700;
    transition: .2s;
  }

  #slider-btn a:hover {
    background: #6dbad6
  }

  #success {
    background: url('../images/success-bg.png');
    background-position: top center;
    background-size: cover;
    align-items: center;
    position: relative;
    padding: 40px 20px;
  }
  #success-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #success-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
  }

  #success-text p:nth-child(1) {
    font-size: 8pt;
    color: #007daa;
    text-transform: uppercase;
    text-decoration: underline 2px #d4e3ec;
    font-weight: 500;
    letter-spacing: 2px;
  }

  #success-text h1{
    color: #2d2c2b;
    font-size: 25pt;
    line-height: 41px;
  }

  #success-text p:nth-child(3) {
    font-size: 8pt;
    line-height: 20px;
    color: #7c7a78;
    font-weight: 500;
    margin-bottom: 30px;
  }

  #free-quote-btn a {
    color: white;
    background: #007daa;
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: 8pt;
    text-decoration: none;
    display: block;
    width: 140px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .2s;
  }

  #free-quote-btn a:hover {
    background: #6dbad6
  }

  #success-right {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #success-right img {
    width: 100%;
    height: auto;
  }

  #contact {
    background: #007daa;
    display: flex;
    align-items: center;
  }

  #contact-container {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin: 40px 20px;
  }

  #contact-container-img {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto 10px;
    width: 50px;
    align-items: center;
  }

  #contact-container-img img {
    width: 100%;
    height: 100%;
  }

  #contact-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  #contact-text h3 {
    color: white;
    margin: 0;
    font-weight: 400;
  }

  #contact-text a {
    text-decoration: none;
    font-size: 28pt;
    color: white;
    font-weight: 700;
    transition: .2s;
  }

  #contact-text a:hover {
    color: #6dbad6
  }

  #our-services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    background: url('../images/services-bg.png');
    background-position: bottom;
    background-size: cover;
    position: relative;
  }

  #what-we-do {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #what-we-do p {
    font-size: 8pt;
    color: #007daa;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: underline 2px #007daa;
    font-weight: 700;
    letter-spacing: 2px;
  }

  #what-we-do h1 {
    color: #2d2c2b;
    font-size: 29pt;
    line-height: 41px;
    margin-bottom: 40px;
  }

  #services-indv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: -40px;
  }

  .service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 40px;
    flex: 1 1 0px;
    text-align: center;
    background: white;
    margin: 0 0px 40px;
    transition: 0.2s;
    /* height: 220px; */
    width: 240px;
  }

  .service img {
    height: 100px;
    margin-bottom: 10px;
  }

  .service h3 {
    color: #2d2c2b;
    font-size: 15pt;
    margin-bottom: 20px;
    font-weight: 700;
    height: 60px;
    /* width: 140px; */
    display: flex;
    justify-content: center;
  }

  .service p {
    font-size: 8pt;
    font-weight: 500;
    color: #7c7a78;
    line-height: 23px;
    width: 116px;

  }

  .service-line {
    height: 1px;
    width: 150px;
    margin: 0px auto 20px;
    background: #f4f3f2;
  }

  .service a {
    text-decoration: none;
    color: #007daa;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: 11pt;
    display: block;
  }

  .service-icon-container img {
    height: 120px;
    /* margin-bottom: 10px; */
    opacity: 1;
    position: absolute;
    transition: 0.2s;
  }

  .service-icon-container img:nth-child(2){
    height: 120px;
    /* margin-bottom: 10px; */
    opacity: 0;
    position: absolute;
    transition: 0.2s;
  }

  .service:hover .service-icon-container img:nth-child(1){
    opacity: 0;
  }

  .service:hover .service-icon-container img:nth-child(2){
    opacity:1;
  }

  .service:hover {
    background: #6dbad6;
  }

  .service:hover p, .service:hover h3, .service:hover a {
    color: white;
  }

  .service-icon-container {
    height:120px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  /* .service:nth-child(2){
    background: #6dbad6;
  } */

  /* .service:nth-child(2) p, .service:nth-child(2) h3, .service:nth-child(2) a {
    color: white;
  }

  .service:nth-child(2)>.service-line{
    height: 1px;
    width: 150px;
    margin: 0px auto 20px;
    background: #74bdd7
  } */

  #helping {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px ;
  }

  #helping h1 {
    color: #2d2c2b;
    font-size: 25pt;
    line-height: 41px;
    margin-bottom: 40px;
    text-align: center;
  }

  #map {
    height: 225px;
    width: 325px;
    background: #6dbad6;
  }

  #gallery {
    display: none;
  }

  .gallery-mobile-carousel{
    margin: 20px 20px;
  }

  .gallery-image {

  }

  /* .gallery-hover-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(162, 211, 229, 0.6);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    transition: opacity .2s, visibility .2s;
    border-radius: 5px;
  }
  .gallery-image:hover .gallery-hover-layer{
    visibility: visible;
    opacity: 1;
  } */

  /* .gallery-hover-description{
    transition: .2s;
    transform: translateY(1em);
    font-weight: 700;
    padding: 40px;
    margin: 0;
  }

  .gallery-image:hover .gallery-hover-description, .gallery-image:hover .icon-container{
    transform: translateY(0);
  } */

  .gallery-image img {
    margin: 0 auto;
    height: 400px; 
  }

  .icon-container {
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 40px;
    right: 40px;
    transition: .2s;
    transform: translateY(1em);
  }

  #view-all {
    background: #007daa;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }

  #view-all p {
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
    font-size: 8pt;
    margin-bottom: 0;
  }

  #view-all h1{
    font-size: 28pt;
    line-height: 47px;
    text-align: center;
  }

  #view-all-btn a {
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    padding: 20px 30px;
    width: 120px;
    background: white;
    font-size: 8pt;
    color: #007daa;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: .2s;
  }

  #view-all-btn a:hover {
    background: #6dbad6;
    color: white;
  }

  #offering {
    padding: 40px 0;
  }

  #offering-container {
  
  }

  #offering-header {
    text-align: center;
    margin: 0 20px;
    padding: 0 0 40px;
  }

  #offering-header p {
    font-size: 8pt;
    color: #007daa;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-decoration: underline 2px #007daa;
    font-weight: 700;
    letter-spacing: 2px;
  }

  #offering-header h1 {
    color: #2d2c2b;
    font-size: 29pt;
    line-height: 41px;
  }

  #offering-learn-more {

  }

  #learn-more {
    background: #f5f5f5;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #learn-more img {
    margin-bottom: 20px;
    width:71px;
  }

  #learn-more h3 {
    color: #514a41;
  }

  #learn-more a {
    display: block;
    font-size: 8pt;
    color: #007daa;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: underline 2px #007daa;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .2s;
    width: 91px;
  }

  #learn-more a:hover {
    color: #6dbad6;
  }

  #offering-experience {
    background: #007daa;
    padding: 5px 40px;
    display: flex;
    justify-content: center;
    margin: 0;
    height: 40px;
  }

  #offering-experience p {
    color: white;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10pt;
    font-weight: 500;
  }

  .offering-image {
    width: 300px;
    margin: 0 auto;
  }

  .offering-image img {
    width:100%;
  }

  #offering-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #offering-text-images {
    margin: 40px 0 0;
  }

  #offering-text p {
    color: #8e867c;
    font-size: 8pt;
    line-height: 25px;
    text-align: justify;
    padding: 15px 20px 0px;
    font-weight: 500;
    text-align: center;
  }

  #offering-text a {
    display: block;
    font-size: 8pt;
    color: #007daa;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: underline 2px #007daa;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    transition: .2s;
  }

  #offering-text a:hover {
    color: #6dbad6
  }

  #discover-more {
    background: url('../images/discover-more-bg.jpg');
    background-position: top center;
    background-size:cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    padding: 0 20px;
  }

  #discover-more-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #discover-more-container h3 {
    text-align: center;
    margin: 0 20px 20px;
  }

  #discover-more-btn a {
    background: #514a41;
    display: block;
    padding: 20px 40px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 8pt;
    text-transform: uppercase;
    transition: .2s;
  }

  #discover-more-btn a:hover {
    color: #6dbad6;
  }

  #newsletter {
    padding: 40px 0;
    margin: 0 20px;
    display: none !important;
  }

  #newsletter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #newsletter-header {
    text-align: center;
  }

  ::placeholder {
    font-family: 'Poppins', 'Open Sans', sans-serif;
    font-size: 8pt;
    font-weight: 500;
  }

  input[type="email"] {
    /* width:275px; */
    padding: 20px;
    background: #f5f5f5;
    border: none;
    font-family: 'Poppins', 'Open Sans', sans-serif;
    margin: 5px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  input[type="text"] {
    /* width:275px; */
    padding: 20px;
    background: #f5f5f5;
    border: none;
    font-family: 'Poppins', 'Open Sans', sans-serif;
    margin: 5px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  input[type="tel"] {
    /* width:275px; */
    padding: 20px;
    background: #f5f5f5;
    border: none;
    font-family: 'Poppins', 'Open Sans', sans-serif;
    margin: 5px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  textarea {
    /* width:275px; */
    padding: 20px;
    background: #f5f5f5;
    border: none;
    font-family: 'Poppins', 'Open Sans', sans-serif;
  }

  input[type="submit"] {
    background: #007daa;
    display: block;
    padding: 20px 40px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 8pt;
    text-transform: uppercase;
    border:none;
    transition: .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: none;
    margin: 5px 0;
  }

  input[type="submit"]:hover {
    background: #6dbad6;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  #newsletter-header p {
    font-size: 8pt;
    color: #007daa;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: underline 2px #007daa;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Poppins', 'Open Sans', sans-serif;
  }

  #newsletter-header h1 {
    color: #2d2c2b;
    font-size: 29pt;
    line-height: 41px;
    margin-bottom: 40px;
  }

  #form-inputs {
    display: flex;
    flex-direction: column;
  }

  #footer {
    background: url('../images/footer-bg.jpg');
    background-position: top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0 50px;
  }

  #footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }  

  #footer-logo {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  
  #footer-logo img {
    width: 165px;
    height: 40px
  }

  #footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom:20px;
  }

  #footer-contact p{
    color: #b0afaf;
    font-size: 8pt;
    margin-bottom: 0px;
  }

  #footer-contact a {
    text-decoration: none;
    color: white;
    font-size: 10pt;
    margin-bottom: 20px;
  }

  #footer-address {
    font-size: 10pt !important;
    color: white !important;
    font-weight: 500;
  }

  #footer-mobile {
    display:flex;
    margin-bottom: 20px;
  }

  #footer-explore {
    display: flex;
    flex-direction: column;
    margin: 0 30px;
    align-items: center;
  }

  #footer-explore p, #footer-legal p {
    font-size: 10pt;
    color: white;
    font-weight: 500;
    margin-bottom: 5px;
  }

  #footer-explore a, #footer-legal a {
    text-decoration: none;
    color: #b0afaf;
    font-size: 8pt;
    transition: .2s;
    margin-bottom: 10px;
  }

  #footer-explore a:hover, #footer-legal a:hover {
    transition: .2s;
    color: #71afd2;
    text-decoration: underline 1px solid #71afd2;
  }

  #footer-legal{
    display: flex;
    flex-direction: column;
    margin: 0 30px;
    align-items: center;
  }

  #footer-social {
    display: flex;
    flex-direction: column;
    /* flex: 1 1 0px; */
  }

  #footer-social a {
    text-decoration: none;
    color: white;
    font-size: 11pt;
    margin: 20px;
    transition: .2s;
  }

  #footer-social a:hover, #footer-contact a:hover {
    color: #71afd2;
  }

  #footer-line {
    width: 275px;
    height: 2px;
    background: #373635;
    margin: 40px auto;
  }

  #footer-copyright {
    text-align: center;
    font-size:8pt;
    color:#b0afaf;
    margin: 0;
  }

  .sub-header-text {
    padding: 40px 20px;
    margin-top: -30px;
    position: relative;
    z-index: 1000;
    background: white;
  }

  .sub-header-text h1 {
    text-align: center;
    color:#2d2c2b;
  }

  .sub-header-text h3 {
    color:#2d2c2b;
    margin-bottom: 5px;
    text-align: center;
  }

  .sub-header-text p {
    color: #7c7a78;
    text-align: center;
  }

  .sub-header-text ul {
    margin: 0 0 20px 20px;
  }

  .sub-header-text li {
    text-align: left;
    color: #7c7a78;
  }

  .sub-header {
    height: 300px;
    background: gray; 
  }

  .sub-header-text ol {
    margin-left: 20px;
  }

  .sub-header-text ol>li{
    text-align: left;
    margin-bottom: 10px;
  }

  /* Products */
  .product-card {
     margin: 10px 0px;
     box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }

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

  .row img {
    width: 300px;
    height: 75px;
  }

  /* Closets */
  #closets-bg {
    background: url('../images/closets-bg.jpg');
    background-position: center;
    background-size: cover ;
  }

  #gallery-titles {
    color: #2d2c2b;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #h2-mobile-no {
    display: none;
  }

  #h2-mobile-show {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #h2-mobile-show h2 {
    /* display: block; */
    color: #2d2c2b;
    margin-bottom: 10px;
  }

  .image-gallery{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .image-gallery a {
    color: white;
  }

  .flex-image {
    margin: 8px;
  }

  /* Contact */
  #contact-form{
    width: 285px;
    padding: 20px;
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }

  #contact-form-inputs {
    display: flex;
    flex-direction: column;
  }

  #contact-map {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .map {
    width: 285px;
    padding: 20px;
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .map p>a {
    text-decoration: none;
    color: #7c7a78;
    display: block;
    margin: 20px 0 -20px;
  }

  .map p>a:hover {
    color: #096680;
  }

  /* Products */
  .product-card {
     margin: 20px;
     box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }

  .row {
    display: flex;
    justify-content: space-evenly;
  }

  #products-bg, #services-bg, #cabinet-supply-bg, #project-design-bg, #contractor-supply-bg, #gallery-bg {
    display: none !important;
  }

}