@font-face {
  font-family: 'Avenir';
  src: url('../assets/fonts/Avenir.ttc');}

  html {box-sizing: border-box;
    font-family: 'Avenir', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;	font-size: 100%;    color: #2d2d2d;
    max-width: 100vw;}

*, *:before, *:after {box-sizing: border-box;}

img{width: 100%;}
a{text-decoration: none; color: #2d2d2d;}

.grd-cntnr{padding: 1rem;}

/*------- Navigation --------- */

.hide {display: none;}
.sub-nav-bar .button{display: none;}
.nav-bar{
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1rem;
}
.nav-bar a{display: block;}
.nav-bar img{width: 50%;}

.sub-nav-bar .menu-button{
    width: 2rem;
    color: #2d2d2d;
    margin-left: 2rem;
}

.is-active{ 
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1rem  1rem 3rem 1rem;
    background-color: #f5f5f5;
    box-shadow: 0 -3px 10px -5px rgb(0 0 0 / 0.3);
}

.nav-ul-open ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav-ul-open ul li {
    background-color: #fff;
    box-shadow: 3px 3px 5px -3px #a1a1a1;
    min-width: fit-content;
    margin: 1rem 0.5rem;
    width: 45%;
}

.is-active ul li a{
    display: block;
    padding: 1rem; 
    font-family: 'Avenir Heavy';
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1rem;
    color: #556766;
    width: 100%;
    text-align: center;
}

.nav-ul-open ul li:last-of-type{
    background-color: #323838;
}
.nav-ul-open ul li:last-of-type a{
    color: #fff;
    text-transform: none;
}

.nav-ul-open .menu-close{
    width: 3rem; height: 3rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: 0.5rem;
}

nav{ -webkit-box-shadow: 3px 3px 8px -4px rgb(0 0 0 / 0.4);   /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 8px -4px rgb(0 0 0 / 0.4);   /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 8px -4px rgb(0 0 0 / 0.4);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */  
}

/*------- Typography --------- */

h1{
    font-family: 'Avenir Black', 'Arial', sans-serif; 
    font-size: 3rem;
    line-height: 1;
}

.gllrypg h1, .tstmnlspg h1, .abt1 h1{ margin-bottom: 4rem;}

h2{
    font-family: 'Avenir', 'Arial', sans-serif; 
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 2px;
}

.tstmnls-cntnr .athrndstrs h2, .bldwlthpg h2{
    font-family: 'Avenir Black', 'Arial', sans-serif;
    color: #556766;
}

.bldwlthpg h2{text-align: center;}

.drmhs-cta h2{ font-family: 'Avenir Heavy', 'Arial', sans-serif;}

h3, .button, .accent, .frm-mssg p{
    font-family: 'Avenir Heavy', 'Arial', sans-serif;
    font-size: 1rem;
}

p, ul li, a{
    font-family: 'Avenir Medium', 'Arial', sans-serif;
    font-size: 0.75rem;
    line-height: 1.5;
}

input, label, select{
    font-family: 'Avenir Medium', 'Arial', sans-serif;
    font-size: 1rem;
}

.cntct-cntnt div p{
    font-family: 'Avenir Heavy', 'Arial', sans-serif;
    font-size: 1rem;
}

.whttxt{ color: #fff;}
.lghtgrytxt{ color: #a1a1a1;}
.drkgrygrn{ color: #323838;}
.mddrkcyn{ color: #556766;}
.mdgrytxt{color: #858e8f;}
.lghtcyn{ color: #aabebd;}
.offwhtcyn{color: #d2dddc;}

.upprcs{text-transform: uppercase;}

.gallery h2, .gallery a, .stats p, .testimonials a{text-align: center;}
.gallery a, .testimonials a{display: block;}

.about-me a{text-align: right; display: block;}

ul{list-style: none; padding: 0;}

span{ display: block;}

.stats .accent{ font-size: 1.5rem; color: #aabebd;}

.abt1 h2{font-size: 1.8rem;}
.abt1 h2, .abt1 .dnnslngndrff p{margin: 1rem auto; text-align: center;}
.dnnslngndrff p{font-size: 1.2rem; letter-spacing: 1.5px;}
.abt3 p:first-of-type{font-family: 'Avenir Heavy', 'Arial', sans-serif; font-size: 1.5rem;}
.intro p, .abt2 p, .abt3 p:last-of-type{line-height: 2;}

.cntctfrm h3{color: white;}

@media (max-width: 415px){ .banner p{font-size: 0.75rem;}}

/*------- Styles --------- */

.abt1, .tstmnlspg, .gllrypg, .bldwlthpg{ padding-top: 8rem; padding-bottom: 3rem;}

.button{ 
    display: block;
    width: 20rem; 
    text-align: center;
    padding: 0.75rem;
    color: white;
    height: max-content;
}

.hero{
    background-image: url("../assets/imgs/danish-construction-hero-image.jpg");
    background-size: cover; background-position: center;
    padding: 12rem 1rem 8rem 1rem;
}

.banner{
    background-color: #858e8f;
    line-height: 1.5;
    padding: 1rem;
    text-align: center;
}

.banner .button{
    border: 3px solid #fff;
    color: white;
    margin: 0 auto;
}

.services{
    background-image: url("../assets/imgs/danish-construction-plaster-texture.jpg");
    background-position: center;
    background-size: cover;
    padding: 1rem;
}

.services .row, .testimonials .row{
    margin: 2rem auto;
}

.services h2, .testimonials h2{
    text-align: center;
    margin-top: 3rem;
}

.services h3{
    text-align: center;
    margin-top: 1rem;
    align-self: center;
}

.services .box{
    background-color: #fff;
    width: 100%;
    max-width: 18rem;
    border-top: 8px solid #323838;
    padding: 1rem;
    margin: 1rem auto;
    -webkit-box-shadow: 3px 3px 5px -3px #a1a1a1;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 5px -3px #a1a1a1;  /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 5px -3px #a1a1a1;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */  
}

.services .srvc{
    padding: 3rem 0 1rem 0;
    min-width: 13.25rem;
    min-height: 13.25rem;
    display: flex;
    flex-direction: column;
}

.services .icon{
    max-width: 6rem;
    margin: 0 auto;
    align-self: center;
}

.services img{height: 5rem;}

.services p{
    padding: 2rem 1rem 1rem 1rem;
    margin: 0;
    border-top: 3px solid #323838;
}

.testimonials{padding: 1rem;}

.testimonials .box .stars svg{
    width: 1.7rem; 
    margin-right: 0.5rem;
    fill: #556766;
    display: inline;}

.testimonials .stars{margin-bottom: 1.5rem;}

.testimonials .box{
    background-color: #fff;
    padding: 2rem;
    margin: 1rem auto;
    -webkit-box-shadow: 3px 3px 5px -3px #a1a1a1;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 5px -3px #a1a1a1;  /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 5px -3px #a1a1a1;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */  
}

.drmhs-cta{
    padding: 1rem;
    margin: 3rem auto;
    width: 80%;
}

.drmhs-cta .brdr-offst{
    border: 8px solid #323838;
    display: none;
}

.drmhs-cta .cntnt{
    padding: 2rem 0 2rem 1rem;
    border-left: 8px solid #323838;
}

.drmhs-cta p{
    padding-top: 1rem;
}

.benefits{
    background-color: #323838; padding: 0;
}

.benefits img{display: none;}

.benefits .row{margin: 0 auto;}

.benefits .row:first-of-type{
    background-image: url("../assets/imgs/dc-flag-2.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 13rem;
    padding: 3rem 1rem 0 1rem;
}

.benefits .row:last-of-type{
    background-image: url("../assets/imgs/dc-flag-3.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 13rem;
    padding: 0 1rem 3rem 1rem;
}

.benefits .row div{
    border: 3px solid #556766;
    padding: 0 1rem 0 1rem;
    max-width: 18rem;
    margin: 1rem auto;
}

.build-wealth{ padding: 1rem}
.build-wealth .cntnt{
    border-left: 3px solid #323838;
    padding-left: 1rem;
}
.build-wealth h3{margin-top: 0;}
.build-wealth .button{background-color: #556766; color: #fff; margin-top: 1rem;}


.gallery{margin: 3rem auto;}
.gallery img{display:block;  max-width: 400px; margin: 1rem auto;}

.about-me{margin: 3rem 1rem;}
.about-me .cntnt{
    background-color: #858e8f;
    border-top: 8px solid #323838; border-left: 8px solid #323838;
    padding: 2rem 2rem 10rem 2rem;
}

.about-me img{
    display: block;
    width: 70%;
    margin: -8rem auto 0 auto;
    -webkit-box-shadow: 3px 5px 6px -3px #727d7e;   /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 5px 6px -3px #727d7e;   /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 5px 6px -3px #727d7e;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */  
}

.stats{
    background-image: url("../assets/imgs/footer-background.jpg");
    background-size: cover;
    padding: 3rem;
}

.stats .row{
    display: flex;
    justify-content: space-around;
}
.stats .row div{width: 49%;}
.stats .row div:first-of-type{border-right: 3px solid #fff;}

.abt1{background-color: #323838;     position: relative;}

.abt1 .dnnslngndrff img, .abt2 div img{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.abt1 h1, .dnnslngndrff{
    position: relative;
    z-index: 2;
}

.abt1 .bckgrnd-flg{
    position: absolute;
    top: 7rem;
    right: 1rem;
    width: 50%;
    z-index: 1;
}

.abt1 .intro {
    padding: 2rem; margin: 2rem auto;
    background-color: #d2dddc;
}

.abt2{margin: 1rem auto 4rem auto;}

.abt2 p, .abt3 p{padding: 1rem;}

.abt3{background-color: #858e8f;}

.abt3 p:first-of-type{margin: 2rem auto; max-width: 26rem;}
.abt3 p:first-of-type span::after{content: '"';}
.abt3 p span{padding-top: 1rem;}

.grllypg{padding-left: 0.5rem; padding-right: 0.5rem;}
.gllrypg img{padding: 1rem 0.5rem;}
.gllrypg h1{padding-left: 0.5rem;}

.tstmnlspg .tstmnls-cntnr .box h2, .tstmnlspg .tstmnls-cntnr .box .stars{ margin: 0;}

.tstmnlspg .box{margin: 1rem auto;}
.athrndstrs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.tstmnlspg .testimonials .grybck{
    background-color: #f5f5f5;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 28rem;
    z-index: -10;
}

.dscvry .box{
    background-color: #fff;
    width: 100%;
    border-top: 8px solid #323838;
    padding: 1rem;
    margin: 1rem auto;
    -webkit-box-shadow: 3px 3px 5px -3px #a1a1a1;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 5px -3px #a1a1a1;  /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 5px -3px #a1a1a1;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */  
}



@media (max-width: 400px){
    .banner p{font-size: 0.75rem;}
    .tstmnlspg .testimonials h2{font-size: 1rem;}
    .tstmnlspg .testimonials .box .stars svg{ width: 1rem; margin-right: 0.25rem;}
}

@media (max-width: 500px) and (min-width: 400px){
    .tstmnlspg .testimonials h2{font-size: 1.2rem;}
    .tstmnlspg .testimonials .box .stars svg{ width: 1.3rem; margin-right: 0.25rem;}
}

.bldwlthpg .row div{
    background-color: #858e8f;
    margin: 1rem auto;
}

.brdr-cntnr{display: none;}


.bw-p-1, .bw-p-2, .bw-p-3{
    padding: 2rem;
}

.bw-p-1{
    margin-top: 3rem;
    border-top: 3px solid #556766;
}

.bw-p-3{
    background-color: #556766;
    color: #fff;
}

.bldwlthpg .button{
    background-color: #323838;
    margin: 4rem auto 1rem auto;
}

/* ----- Contact Form Styles ----- */



.cntctpg{
    background-image: url("../assets/imgs/danish-construction-plaster-texture.jpg");
    background-size: cover;
    background-position: center;
    padding: 8rem 2rem 3rem 2rem;
    margin: 0;
}

.cntct-cntnt{
    margin: 1rem auto;
}


.cntct-cntnt div{
    margin: 5rem auto;
    border-left: 3px solid #323838;
    padding-left: 2rem;
}

.cntctfrm{
    background-color: #323838;
    padding: 2rem;
    margin: 1rem auto;
    height: max-content;
}

input, label, select, textarea, .frmrw2 .fld-lyt div{
    width: 100%;
    margin-bottom: 2rem;
    border: none;
}

input, select, textarea, .bdgtfld p, .srvcfld p{
    line-height: 1.5; padding: 0.5rem;
    height: 2.5rem;
}

.frmrw2 .fld-lyt div{ 
    height: 2.5rem;
    position: relative;
}

.bdgtfld input, .srvcfld select{
    width: 100%; 
    position: absolute;
    right: 0; left: 0;
    top: 0; bottom: 0;
}

.bdgtfld input{ padding-left: 3rem;}

.srvcfld{background-color: #fff;}
.srvcfld select{
    background-color: transparent;
    padding-right: 3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.frmrw2 .fld-lyt div p{
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    width: 2.5rem;
    height: max-content;
    position: absolute;
    top: calc(50% - 1rem);
    color: #d2dddc;
    text-align: center;
}

.bdgtfld p {
    left: 0;
    z-index: 10;
    border-right: 1px solid #d2dddc;
}

.srvcfld p {
    right: 0;
    border-left: 1px solid #d2dddc;
}

label{line-height: 2.5rem;}

input, select option, textarea{ color: #858e8f;}
.srvcfld select{color: #858e8f;}


input[type=submit] {
    background-color: #d2dddc;
    border: none;
    color: #323838;
    width: 100%;
    margin: 1rem auto;
}

.dscvry .box ul li::marker {
    content: "\2714 "; /* The bullet character */
    color: #aabebd; /* Custom color */
    font-size: 1.2em; /* Custom size */
  }

  .dscvry .box ul li{padding-left: 0.5rem;}
  .dscvry .box ul {padding-left: 0.5rem; }

.cntctfrm input:focus-visible, .cntctfrm select:focus-visible, .cntctfrm textarea:focus-visible{outline: 3px solid #aabebd;}

textarea{height: 6rem;}

.frm-mssg{padding: 1rem; margin: 0 auto;}


iframe{max-width: 100%;}
iframe .xpWfed{display: none;}

/* ----- footer Styles ----- */

.builder-logos{max-width: 31.25rem; margin: 0 auto 3rem auto;}

.ftr{
    background-image: url("../assets/imgs/footer-background.jpg");
    background-size: cover;
    padding: 2rem;}

footer .lgbx{padding: 1.5rem;
            border: 3px solid #fff;
        margin: 0 auto;
        max-width: 20rem; height: max-content;
    }

footer .cntnt{margin: 2rem auto;}

.phone, .address, .email, .hours, footer .cntnt{ display: flex;}

.hdmble {display: none;}
.cntct .phone, .cntct .address, .cntct .email {
    padding: 1rem 0.5rem;
    margin: 1rem;
    width: 100%;
    justify-content: center;
    background-color: #556766;}

.phone .icon, .address .icon, .email .icon{width: 1rem; margin: 0 1rem 0 0;}
.cntct .icon svg{fill:#fff;}
.phone h3, .address h3, .email h3{margin: 0;}

.hours .icon {width: 1rem; margin: 1rem 0.75rem 0 0;}
footer .icon svg{ fill: #aabebd;}

footer .hours{padding-left: 2rem;}
footer .cntnt{justify-content: space-evenly; flex-wrap: wrap;}


/*------- Layout Screen 650 - 800 --------- */

@media (min-width:650px){

.nvlgbx{width: 11rem;} .nvlgbx img{width: 100%;}

.abt1, .tstmnlspg, .gllrypg, .bldwlthpg{ padding: 4.875rem 1rem 3rem 1rem;}

.hero h1{
    width: 36rem;
    margin: 1rem auto;
}

.hero p{
    width: 36rem;
    margin: 0 auto;
}

.banner p{text-align: left;}
.banner{display: flex; justify-content: space-between;}

.benefits{ display: flex;
    justify-content: space-between;}

.benefits .row div{
    border: none;
     border-left: 3px solid #556766;}

.benefits .row:first-of-type{
    background-image: url("../assets/imgs/dc-flag-3.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 13rem;
    padding: 3rem 1rem;
}

.benefits .row:last-of-type{
    background-image: url("../assets/imgs/dc-flag-2.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 13rem;
    padding: 3rem 1rem;
}

.gllry-cntnr{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gllry-cntnr img{
    width: 48%;
}

.abt2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.abt2 p:first-of-type{width: 100%;}
.abt2 p:last-of-type{width: 53%;}
.abt2 div{
    width: 42%;
    margin-top: 2rem;
}
.abt2 div img{width: 100%;}

.bldwlthpg .row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bldwlthpg .row div{
    width: 32%;
    margin: 0;
}

.bldwlthpg .bw-p-1, .bldwlthpg .bw-p-2, .bldwlthpg .bw-p-3{
    padding: 2rem;
    margin: 0;
}

.frmrw1, .frmrw2{
    display: flex;
    justify-content: space-between;
}

.fld-lyt{
    width: 48%;
}

.cntctfrm input[type="submit"]{
    max-width: 20rem;
}

.cntct .phone, .cntct .address, .cntct .email {
    padding: 0; margin: 0;
    justify-content: left;
    background-color: transparent;}

.phone .icon, .address .icon, .email .icon{width: 1rem; margin: 1rem 0.75rem 0 0;}
.cntct .icon svg{ fill: #aabebd;}
.phone h3, .address h3, .email h3{margin: 1rem auto 0;}

.hdmble {display: block;}
footer .cntnt{justify-content: space-around;}
footer .cntct, footer .hours{width: 49%;}
footer .hours{padding-left: 5rem; border-left: 3px solid #fff;}
    
}

/*------- Layout Screen 800 - 1550 --------- */

@media (min-width:800px){

.grd-cntnr{
       display: grid; grid-gap: 1rem;
       padding: 1rem;
       grid-template-columns: repeat(10, 1fr);
}

.row{ 
    display: flex;
    justify-content: space-between;
}

.nav-bar{padding: 1rem;}
.nav-bar .nvlgbx {grid-area: 1 / 1 / 2 / 4;}
.nav-bar .nvlgbx img{width: 100%;}
.nav-bar .sub-nav-bar {grid-area: 1 / 6 / 2 / 11;}

.sub-nav-bar{
    display: flex;
    justify-content: end;
    align-items: center;
}

.sub-nav-bar .button{
    display: block;
    background-color: #323838;
}

.is-active{ 
    position: static; grid-area: 2 / 1 / 3 / 11;
    background-color: #fff;
    border-top: 3px solid #556766;
    display: flex; justify-content: space-between;
    padding: 0;
    box-shadow: inset 0 6px 6px -6px #a1a1a1;
}

.nav-ul-open ul{
    width: 100%;
    margin: 1rem 2rem 0 0;
}

.nav-ul-open ul li {
    box-shadow: none;
    margin: 0 0.5rem;
    width: 7rem;
}

.nav-ul-open ul li:last-of-type{
    display: none;
}

.nav-ul-open .menu-close{
    position: static;
    width: 2rem; height: 2rem;
    align-self: center;
}

.banner p{grid-area: 1 / 1 / 2 / 6;}
.banner a{grid-area: 1 / 7 / 2 / 11; justify-self: right;}

.services{grid-template-rows: 2fr 1fr 1fr 1fr 3rem;}
.testimonials{grid-template-rows: 2fr 1fr 1fr 1fr 1fr;}

.services h2, .testimonials h2{ 
    grid-area: 1 / 4 / 2 / 8; 
    align-self: center;}

.services .row, .testimonials .row{grid-area: 2 / 1 / 5 / 11;}
.testimonials a{grid-area: 5 / 5 / 6 / 7;}
.services .row, .testimonials .row, .benefits .row, .benefits .row div{margin:0;}
.services .box, .hmpg .testimonials .box {margin: 0 1rem 0  0;}
.services .box:last-of-type, .testimonials .box:last-of-type{ margin-right: 0;}

.hmpg .testimonials .box{ width:32%; max-width: 18rem;}

.testimonials .grybck, .build-wealth .grybck{ 
    grid-area: 1 / 1 / 3 / 11; 
    background-color: #f5f5f5;
    margin: -1rem;
}

.benefits{
    grid-template-rows: 1fr 1rem 1fr; padding:0;
}
.benefits .row div{height: fit-content; width: 32%;}

.benefits .row:first-of-type{ grid-area: 1 / 1 / 2 / 11; padding: 3rem 0 0 0; background-image: none;}
.benefits .row:last-of-type{ grid-area: 3 / 1 / 4 / 11; padding: 0 0 3rem 0; background-image: none;}

.benefits img:first-of-type {display: block; grid-area: 1 / 9 / 2 / 11;}
.benefits img:last-of-type {display: block; grid-area: 3 / 1 / 4 / 3; align-self: end;}


.about-me img{
    margin: 0;
}

.drmhs-cta{
    width: 100%;
    grid-template-rows: 1rem 1fr 1rem;
}

.drmhs-cta .brdr-offst{
    display: block;
    grid-area: 1 / 2 / 4 / 11;
}

.drmhs-cta img{ grid-area: 2 / 1 / 3 / 6; align-self: center;}

.drmhs-cta .cntnt{
    padding: 1rem 3rem 1rem 2rem;
    border-left: none;
    grid-area: 2 / 6 / 3 / 11;
    align-self: center;
}

.drmhs-cta p{ padding: 0;}


.build-wealth{grid-template-rows: repeat(5, 1fr);}
.build-wealth img{grid-area: 1 / 1 / 5 / 11;}
.build-wealth .cntnt{margin: 0; grid-area: 3 / 1 / 5 / 11;}
.build-wealth .button{justify-self: right; margin-top: 0;}
.build-wealth .cntnt, .build-wealth .button{align-self: end;}
.build-wealth .cntnt p{
    margin: 0 1rem 0 0;
    width: 70%; padding-right: 2rem;}

.build-wealth .row{ align-items: center;}


.gallery{grid-template-rows: repeat(6, 1fr); margin:0;}
.gallery img{margin: 0;}
.gallery h2{grid-area: 1 / 5 / 2 / 7; margin-top: 0;}
.gllry1{grid-area: 2 / 1 / 4 / 3;}
.gllry2{grid-area: 2 / 3 / 4 / 6;}
.gllry3{grid-area: 2 / 6 / 4 / 8;}
.gllry4{grid-area: 2 / 8 / 4 / 11;}
.gllry5{grid-area: 4 / 1 / 6 / 3;}
.gllry6{grid-area: 4 / 3 / 6 / 6;}
.gllry7{grid-area: 4 / 6 / 6 / 8;}
.gllry8{grid-area: 4 / 8 / 6 / 11;}
.gallery a{grid-area: 6 / 5 / 7 / 7;}

.gallery a, .testimonials a{ align-self: center;}

.about-me{
    grid-template-rows: 2rem 1fr 1fr 1fr 7rem;
    margin: 0;
}
.about-me .cntnt{
    padding: 3rem 7rem 3rem 3rem;
    grid-area: 2 / 1 / 5 / 9;
}

.about-me img{
    grid-area: 1 / 8 / 4 / 11; 
    width: 100%;
}

.abt1 {grid-template-rows: 4.875rem 7rem repeat(5, 1fr); position: static;}
.abt1 h1{grid-area: 2 / 1 / 3 / 5; align-self: end; margin-left: 2rem;}
.abt1 .dnnslngndrff{ grid-area: 3 / 1 / 7 / 5;}
.abt1 .dnnslngndrff img{width: 80%;}
.abt1 .intro {
    margin: 0;
    grid-area: 3 / 5 / 7 / 11;
    z-index: 2;
}

.abt1 .bckgrnd-flg{
    position: static;
    grid-area: 2 / 8 / 4 / 11;
    width: 100%;
}

.abt2{grid-template-rows: 3rem repeat(2, min-content) 3rem; margin: 0;}
.abt2 p{padding: 0 1rem 0 ; margin: 0;}
.abt2 p:first-of-type{grid-area: 2 / 1 / 3 / 7;}
.abt2 p:last-of-type{grid-area: 3 / 1 / 4 / 7; width: 100%;}
.abt2 div{grid-area: 2 / 7 / 4 / 11; width: 100%; margin: 0;}

.abt3{grid-template-rows: 1rem 1fr 1rem; align-items: center;}
.abt3 p:first-of-type{grid-area: 2 / 1 / 3 / 5; margin: 0;}
.abt3 p:last-of-type{grid-area: 2 / 5 / 3 / 11;}
.abt3 span{display: none;}
.abt3 p:first-of-type::after{content: '"';}


.gllrypg{margin: 0; padding: 0;}
.gllrypg .grd-cntnr{grid-template-rows: 4.875rem 7rem 1fr 5rem;}
.gllrypg h1{grid-area: 2 / 1 / 3 / 5;}
.gllry-cntnr{grid-area: 3 / 1 / 4 / 11;}
.gllry-cntnr img{width: 33%;}

.bldwlthpg .grd-cntnr {grid-template-rows: 3.875rem min-content 3rem 2rem repeat(5, min-content) repeat(3, 2rem);}
.bldwlthpg .hrimg{grid-area: 2 / 1 / 4 / 11;}
.bldwlthpg .brdr-cntnr{ grid-area: 4 / 2 / 9 / 10; border: 3px solid #556766; display: block;}
.bldwlthpg h2{grid-area: 3 / 1 / 4 / 11; margin: 0; line-height: 3; align-self: center;}
.bldwlthpg p {margin: 0;}
.bldwlthpg .bw-p-1{grid-area: 5 / 3 / 6 / 9; border: none; padding: 0 0 2rem 0;}
.bldwlthpg .row{grid-area:  6 / 1 / 7 / 11;}
.bldwlthpg .bw-p-2{grid-area: 7 / 3 / 8 / 9; padding: 2rem 0;}
.bldwlthpg .bw-p-3{grid-area: 8 / 3 / 10 / 9; margin: 0 -2rem;}
.bldwlthpg .grd-cntnr a{grid-area: 11 / 4 / 12 / 8; margin: 0 auto;}

.cntctpg{
    grid-template-rows: 8.875rem repeat(5, 1fr) 5rem;
    align-content: start;
}

.cntct-cntnt{
    grid-area: 2 / 1 / 5 / 5;  
    border-bottom: 3px solid #323832; 
    margin: 1rem;
}

.cntctfrm{
    grid-area: 2 / 5 / 5 / 11;
    margin: 0;
}

.cntct-cntnt h1{margin: 0;}
.cntct-cntnt div{border-left: none; padding: 0;}
.cntct-cntnt div p{margin: 2rem 0; max-width: 30rem;}

.dscvry{
    grid-area: 5 / 1 / 8 / 5;
}

.dscvry .row{display: block;}
.dscvry .row .box{height: fit-content; margin: 1rem;}


.frm-mssg{grid-area: 6 / 1 / 8 / 5;}

.gllrypg h1, .tstmnlspg h1, .abt1 h1{ margin-bottom: 2rem;}
.tstmnlspg, .bldwlthpg{padding: 0;}
.tstmnlspg .testimonials{grid-template-rows: 4.875rem 7rem 1fr 5rem;}
.tstmnlspg .testimonials h1{grid-area: 2 / 1 / 3 / 5;}
.tstmnlspg .testimonials .tstmnls-cntnr{grid-area: 3 / 1 / 4 / 11;}

footer .cntnt{margin:0; justify-self: center; width: 90%;}
footer .hours {padding-left: 1rem;}
footer.grd-cntnr{grid-template-rows: 3rem 1fr 1fr 3rem;}
footer .lgbx{grid-area: 2 / 1 / 4 / 5; align-self: center;}
footer .cntnt{grid-area: 2 / 5 / 4 / 11;}

}



/*------- Layout Screen 1000 - 1200 --------- */

@media (min-width:1000px){    
    
    .grd-cntnr{grid-template-columns: repeat(12, 1fr);}

    .nav-bar .nvlgbx {grid-area: 1 / 2 / 2 / 5;}
    .nav-bar .sub-nav-bar {grid-area: 1 / 7 / 2 / 12;}
    .is-active{ grid-area: 2 / 2 / 3 / 12;}

    .banner p{grid-area: 1 / 2 / 2 / 7;}
    .banner a{grid-area: 1 / 8 / 2 / 12; justify-self: right;}

    .services h2, .testimonials h2{ grid-area: 1 / 5 / 2 / 9; }   
    .services .row, .testimonials .row{grid-area: 2 / 2 / 5 / 12;}
    
    .testimonials .grybck, .build-wealth .grybck{ grid-area: 1 / 1 / 3 / 13;} 
    .testimonials a{grid-area: 5 / 6 / 6 / 8;}

    .drmhs-cta .brdr-offst{grid-area: 1 / 2 / 4 / 13;}
    .drmhs-cta img{grid-area: 2 / 1 / 3 / 7;}
    .drmhs-cta .cntnt{grid-area: 2 / 7 / 3 / 13;}

    .benefits .row:first-of-type{grid-area: 1 / 2 / 2 / 12; align-self: end;}
    .benefits .row:last-of-type{grid-area: 3 / 2 / 4 / 12; align-self: start;}
    .benefits img:first-of-type {grid-area: 1 / 10 / 2 / 13; justify-self: right;}
    .benefits img:last-of-type {grid-area: 3 / 1 / 4 / 4 ;}

    .build-wealth img{grid-area: 1 / 2 / 5 / 12;}
    .build-wealth .cntnt{margin: 0; grid-area: 3 / 2 / 5 / 12;}
    
    
    .gallery h2{grid-area: 1 / 5 / 2 / 9;}
    .gllry1{grid-area: 2 / 2 / 4 / 4;}
    .gllry2{grid-area: 2 / 4 / 4 / 7;}
    .gllry3{grid-area: 2 / 7 / 4 / 9;}
    .gllry4{grid-area: 2 / 9 / 4 / 12;}
    .gllry5{grid-area: 4 / 2 / 6 / 4;}
    .gllry6{grid-area: 4 / 4 / 6 / 7;}
    .gllry7{grid-area: 4 / 7 / 6 / 9;}
    .gllry8{grid-area: 4 / 9 / 6 / 12;}
    .gallery a{grid-area: 6 / 6 / 7 / 8;}
    
    .about-me .cntnt{grid-area: 2 / 2 / 5 / 11; padding-right: 15rem;}
    .about-me img{grid-area: 1 / 9 / 4 / 12;}

    .abt1 h1{grid-area: 2 / 2 / 3 / 6; margin-left: 0;}
    .abt1 .dnnslngndrff{ grid-area: 3 / 2 / 7 / 5;}
    .abt1 .dnnslngndrff img{ width: 100%;}
    .abt1 h2{ font-size: 1.5rem; margin: 1rem -1rem 0 -1rem;}
    .abt1 .dnnslngndrff p{ font-size: 1rem; margin: 0 -1rem;}
    .abt1 .intro {grid-area: 3 / 6 / 7 / 12;}
    .abt1 .bckgrnd-flg{grid-area: 2 / 10 / 4 / 13;}
    .abt2 p{padding: 0 2.5rem 0 0 ;}
    .abt2 p:first-of-type{grid-area: 2 / 2 / 3 / 8;}
    .abt2 p:last-of-type{grid-area: 3 / 2 / 4 / 8;}
    .abt2 div{grid-area: 2 / 8 / 4 / 12;}
    .abt3 p:first-of-type{grid-area: 2 / 1 / 3 / 6;}
    .abt3 p:last-of-type{grid-area: 2 / 6 / 3 / 13; padding-left: 0;}


    .gllrypg h1{grid-area: 2 / 2 / 3 / 5;}
    .gllry-cntnr{grid-area: 3 / 2 / 4 / 12;}

    .bldwlthpg .hrimg{grid-area: 2 / 1 / 4 / 13;}
    .bldwlthpg .brdr-cntnr{ grid-area: 4 / 2 / 9 / 12; }
    .bldwlthpg h2{grid-area: 3 / 3 / 4 / 11;}
    .bldwlthpg .bw-p-1{grid-area: 5 / 3 / 6 / 11; }
    .bldwlthpg .row{grid-area:  6 / 1 / 7 / 13;}
    .bldwlthpg .bw-p-2{grid-area: 7 / 3 / 8 / 11;}
    .bldwlthpg .bw-p-3{grid-area: 8 / 3 / 10 / 11; padding: 3rem; margin: 0 -3rem;}
    .bldwlthpg .grd-cntnr a{grid-area: 11 / 4 / 12 / 10;}

    .cntctpg{
        grid-template-rows: 8.875rem repeat(7, 1fr) 5rem;
        align-content: start;
    }
    .cntct-cntnt{grid-area: 2 / 1 / 6 / 7;}
    .cntctfrm{grid-area: 2 / 7 / 6 / 13;}
    .dscvry{grid-area: 6 / 1 / 10 / 5;}
    .frm-mssg{grid-area: 6 / 2 / 8 / 6;}

    .tstmnlspg .testimonials h1{grid-area: 2 / 2 / 3 / 5;}
    .tstmnlspg .testimonials .tstmnls-cntnr{grid-area: 3 / 3 / 4 / 11;}

    footer .lgbx{grid-area: 2 / 1 / 4 / 6;}
    footer .cntnt{grid-area: 2 / 6 / 4 / 12;}
    footer .cntnt .hours {padding-left: 3rem;}
    }
    
/*------- Layout Screen 1200 - 1500 --------- */

@media (min-width:1200px){    
    
    h1{font-size: 4rem;}
    h2{font-size: 2rem;}
    h3, .accent{font-size: 1.25rem;}
    p, ul li, a{font-size: 0.875rem;}
 
    .hero{padding: 15rem 1rem 11rem 1rem;}
    .hero h1{width: 46rem;}
    .hero p{width: 46rem;}

    .banner .button{height: 3.25rem; align-self: center;}
    
    .services img{height: 6rem;}

    .drmhs-cta .cntnt{grid-area: 2 / 7 / 3 / 13;}
    .drmhs-cta .cntnt p{line-height: 2;}
    .drmhs-cta .cntnt h2{font-size: 2.2rem; margin-bottom: 2rem;}

    .build-wealth p{max-width: 42rem;}

    .about-me{grid-template-rows: 2rem 1fr 1fr 3rem 7rem;}
    .about-me img{grid-area: 1 / 8 / 4 / 12;}
    .about-me .cntnt{padding-right: 24rem; padding-left: 5rem;}

    .services .box, .hmpg .testimonials .box{max-width: 20rem;}

    .stats .row{justify-content: center;}
    .stats .row div{width: 30%;}
    .stats .row .accent{font-size: 2rem; line-height: 1.5;}

    .abt1{grid-template-rows: 4.875rem 10rem repeat(5, 1fr);}
    .abt1 .bckgrnd-flg{grid-area: 2 / 9 / 5 / 12; width: 115%;}

    .abt2 p{padding: 0;}
    .abt2 p:first-of-type{grid-area: 2 / 2 / 3 / 8;}
    .abt2 p:last-of-type{grid-area: 3 / 2 / 4 / 8;}
    .abt2 div{grid-area: 2 / 9 / 4 / 12; align-self: start;}

    .abt3 p{padding: 0 1rem;}
    .abt3 span{display: block;}

    .abt3 p:first-of-type::after{content: none;}

    .tstmnlspg .testimonials, .gllrypg .grd-cntnr{grid-template-rows: 4.875rem 10rem 1fr 5rem;}

    .bldwlthpg .hrimg{grid-area: 2 / 2 / 4 / 12;}
    .bldwlthpg .brdr-cntnr{ grid-area: 4 / 3 / 9 / 11; }
    .bldwlthpg h2{grid-area: 3 / 3 / 4 / 11; font-size: 1.5rem;}
    .bldwlthpg .bw-p-1{grid-area: 5 / 4 / 6 / 10; }
    .bldwlthpg .row{grid-area:  6 / 2 / 7 / 12;}
    .bldwlthpg .bw-p-2{grid-area: 7 / 4 / 8 / 10;}
    .bldwlthpg .bw-p-3{grid-area: 8 / 4 / 10 / 10; padding: 3rem; margin: 0 -3rem;}
    .bldwlthpg .grd-cntnr a{grid-area: 11 / 4 / 12 / 10;}

    .dscvry .row{display: flex;
        justify-content: space-between;}

    .cntct-cntnt{grid-area: 2 / 2 / 6 / 7;}
    .cntctfrm{grid-area: 2 / 7 / 7 / 12;}
    .dscvry{grid-area: 6 / 2 / 10 / 7 ;}
    .frm-mssg{grid-area: 6 / 2 / 8 / 7; margin: 0;}

    footer .lgbx{max-width: 25rem; padding: 3rem; grid-column: 2 / 6;}
    footer .icon, .hours .icon{margin: 1.25rem 1rem 0 0;}
    footer h3{margin-bottom: 0;} footer p, footer ul{margin-top: 0.5rem;}
}

@media (min-width:1375px){    
    .abt1 .bckgrnd-flg{ width: 120%; padding-left: 3rem;}
    /*.abt2 div{ width: 90%; justify-self: end;}*/
    .abt3 p:first-of-type{grid-area: 2 / 2 / 3 / 6; padding: 0 2.5rem 0 0;}
    .abt3 p:last-of-type{grid-area: 2 / 6 / 3 / 12; padding: 0;}
}

/*------- Layout Screen 1550 - 1920 --------- */

@media (min-width:1500px){    
    

.grd-cntnr{
    grid-template-columns: 1fr repeat(10, 6.1875rem) 1fr;
    grid-gap: 1.5rem;
 }

 .drmhs-cta{max-width: 1500px;}
 .drmhs-cta .cntnt{ padding: 0 5rem;}

.benefits img{max-width: 26rem;}

.gllry-cntnr img{
    padding: 1.5rem 0 0 0;
    width: 24.125rem;
}

}



/*------- Link Styles --------- */

.menu-open svg:active, .menu-open svg:hover{fill: #556766;}
.menu-close svg:hover, .menu-close svg:active{fill: palevioletred;}

a:hover{ color: #aabebd;} 
a:active{ color: #a1a1a1;}
.button:hover {color: #d2dddc;}
.button:hover, .button:active{ background-color: #556766; color: #fff;}
.banner .button:hover, .banner .button:active{border-color: #d2dddc;}
.banner .button:active{background-color: #858e8f;}
.build-wealth .button:hover{background-color: #aabebd; color: #323838;}
.build-wealth .button:active{color: #aabebd;}

nav ul li:hover, nav ul li:active{ background-color: #d2dddc;}

