﻿/*New Styles*/

/*New Header*/
.header-section,
.logo-container {
    position: relative;
    z-index: 9999;
    display: flex;
    justify-content: center;
    padding: 10px 10px;
    align-items: center;
    background-color: #000;
}
.header-section a {
    border-radius: 1px !important;
    margin: 3px;
}
.new-header-section .site-logo {
    color: #ff0080;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
}

.new-header-section{
    display: flex;
    justify-content: center;
    background-color: black;
    gap: 40px;
    padding: 25px 20px;
    position: relative;
}
.header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-header-section .logo-container{
    background-color: black;
    padding: 0;
}
.new-header-section .logo-container span.site-logo{
    size: 26px;
}
.new-header-section .new-header-nav-container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.new-header-section .new-header-nav-container a{
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    background-color: transparent;
    width: max-content;
}
.new-header-section .new-header-nav-container a:hover{
    cursor: pointer;
    text-decoration: underline;
}
.new-header-section .menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #FF0080;
    font-size: 50px;
}

body .new-header-section .menu-open {
    overflow: hidden;
    height: 100vh;
}
/*End New Header*/


.main-section{
    font-family: Overpass;
    padding: 60px 0;
}
.white{
    background-color: #fff;
}
.container{
    width: 1320px;
    margin: 0 auto;
}
.heading-blog{
    padding-top: 80px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.container .heading{
    font-weight: 900;          
    font-size: 64px;
    line-height: 74px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: Black;
    width: 80%;
}
.heading-blog p.subtext{
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #999999;
    margin: 0;
}
.content-blog .content-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    gap: 20px;
}
.content-section h2.heading{
    font-size: 32px;
    line-height: 52px;
    text-align: left;
    margin: 0;
    margin-top: 10px;
}
.content-section h3.heading{
    font-size: 28px;
    line-height: 48px;
    text-align: left;
    text-transform: none;
    margin: 0;
    margin-top: 10px;
}
.content-blog .blog-text,
.content-blog ul.blog-text li h3,
.content-blog ul.blog-text li h4,
.info-grid{
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #444444;
    width: 80%;
    margin: 0;
    text-transform: none;
}
.blog-text a{        
    cursor: pointer;
}
ul.blog-text{
    margin-top: -20px !important;
}
.blog-text li{
    text-align: left;
}
.blog-image{
    margin-bottom: 20px;
    width: 80%;
}

/* Grid */
.info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #ddd;
}
.grid-head {
    font-weight: 600;
    background: #f5f5f5;
    padding: 12px;
    border-bottom: 1px solid #ddd;
}
.grid-cell {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.grid-cell:nth-child(3n) {
    border-right: none;
}
/*End Grid */

/*footer*/
.contact-footer{
    display: flex;
    justify-content: center;
    gap: 40px;
}
.contact-footer p, .contact-footer a{
    color: white;
}
.site-footer.section-devider .section-contact h2,
.site-footer.section-devider .section-locations h2{      
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
.site-footer.section-devider .section-contact .contact-footer p.contact-button{
    border: 1px solid #444444;
    border-radius: 8px;
    background-color: #444444;
    padding: 8px 10px;
}
.site-footer.section-devider .section-locations,
.site-footer.section-devider{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.site-footer.section-devider .section-locations{
    gap: 20px;
}
/*end footer*/

@media only screen and (max-width: 1400px) {
    .container{
        width: 1140px;
    }
    .heading-blog h1.heading{
        font-size: 60px;
        line-height: 70px;
    }
}
@media only screen and (max-width: 1200px) {
    .container{
        width: 960px;
    }
    .heading-blog h1.heading, .content-blog .blog-text,
    .info-grid{
        width: 100%;
    }
    .heading-blog h1.heading{
        font-size: 54px;
        line-height: 62px;
    }
    .heading-blog p.subtext{
        font-size: 20px;
    }
    .content-blog .content-section{
        align-items: first baseline;
    }
    .blog-image{
        width: 100%;
    }
    .new-header-section{
        gap: 10px;
    }
}
@media only screen and (max-width: 1080px) {
    .new-header-section a.button{
        padding: 10px 5px;
    }
}
@media only screen and (max-width: 992px) {
    .container{
        width: 720px;
    }
    .heading-blog h1.heading{
        font-size: 48px;
        line-height: 54px;
    }
    .content-section h2.heading{
        font-size: 28px;
        line-height: 38px;
    }
    .content-section h3.heading{
        font-size: 24px;
        line-height: 34px;
        text-align: left;
    }
    .heading-blog p.subtext, .content-blog .blog-text{
        font-size: 18px;
    }

    /*New Header*/
    .new-header-section .menu-toggle {
      display: block;
    }
    .new-header-section .header-bar{
      width: 100%;
      padding-right: 40px;
      padding-left: 40px;
    }

  .new-header-section .new-header-nav-container {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 80px; 
    left: 0;
    width: 100vw;
    height: calc(100vh - 80px);
    background: black;
    z-index: 999;
    overflow-y: auto;
  }  
  .new-header-section .new-header-nav-container.active{
    display: flex;
    padding-top: 40px;
    gap: 10px;
  } 
  .new-header-section .new-header-nav-container.active a:hover{
    text-decoration: underline;
  }
  /*End New Header*/
}
@media only screen and (max-width: 768px) {
    .main-section.white{
        padding: 0 20px;
    }
    .container{
        width: 540px;
    }
    .main-section .container.heading-blog{
        padding-top: 40px;
    }
    .heading-blog h1.heading{
        font-size: 42px;
        line-height: 48px;
        text-align: left;
    }
     .heading-blog h1.heading.h-blog{
        text-align: center;
        margin-top: 40px;
     }
    .content-section h2.heading{
        font-size: 24px;
        line-height: 34px;
    }
    .content-section h3.heading{
        font-size: 20px;
        line-height: 30px;
    }
    .heading-blog p.subtext{
        font-size: 12px;
        text-align: left;
    }
    .content-blog ul.blog-text li h3,
    .content-blog ul.blog-text li h4,
    .content-blog .blog-text,
    .info-grid{
        font-size: 16px;
        text-transform: none;
    }

    /*Grid*/
    .info-grid {
        grid-template-columns: 1fr;
    }
    .grid-head {
        background: #eee;
    }
    .grid-cell {
        border-right: none;
    }
    .col-1 { order: 2; }
    .col-2 { order: 4; }
    .col-3 { order: 6; }
    .grid-head:nth-child(1) { order: 1; }
    .grid-head:nth-child(2) { order: 3; }
    .grid-head:nth-child(3) { order: 5; }
    /*End Grid*/

    /*Footer*/
    .contact-footer {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .contact-footer {
        gap: 0;
    }
    .contact-footer p, .contact-footer a{
        text-align: center;
    }
    .contact-footer p.email{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 576px) {
    .container{
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .header-section{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .new-header-section .logo-container{
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .header-nav-container {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 100%;
    }
    .header-nav-container a {
        font-size: 20px !important;
        padding: 2px 0px;
    }
}
@media only screen and (max-width: 450px) {
    .new-header-section .menu-toggle{
        font-size: 30px;
    }
}