*,*::before,*::after{margin:0;padding:0;-webkit-box-sizing:inherit;box-sizing:inherit}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%}@media only screen and (max-width: 75em){html{font-size:50%}}body{font-family:"Nunito", sans-serif;color:#6D5D4B;font-weight:300;line-height:1.6}.container{display:grid;grid-template-rows:80vh -webkit-min-content 40vw repeat(3, -webkit-min-content);grid-template-rows:80vh min-content 40vw repeat(3, min-content);grid-template-columns:[sidebar-start] 8rem [sidebar-end full-start] minmax(6rem, 1fr) [center-start] repeat(8, [col-start] minmax(-webkit-min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];grid-template-columns:[sidebar-start] 8rem [sidebar-end full-start] minmax(6rem, 1fr) [center-start] repeat(8, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end]}@media only screen and (max-width: 62.5em){.container{grid-template-rows:6rem 80vh -webkit-min-content 40vw repeat(3, -webkit-min-content);grid-template-rows:6rem 80vh min-content 40vw repeat(3, min-content);grid-template-columns:[full-start] minmax(6rem, 1fr) [center-start] repeat(8, [col-start] minmax(-webkit-min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];grid-template-columns:[full-start] minmax(6rem, 1fr) [center-start] repeat(8, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end]}}@media only screen and (max-width: 50em){.container{grid-template-rows:6rem calc(100vh - 6rem);grid-template-columns:[full-start] minmax(6rem, 1fr) [center-start] repeat(8, [col-start] minmax(-webkit-min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];grid-template-columns:[full-start] minmax(6rem, 1fr) [center-start] repeat(8, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end]}}.heading--1,.heading--2,.heading--3,.heading--4{font-family:"Josefin Sans", sans-serif;font-weight:400}.heading--1{font-size:4.5rem;color:#f9f7f6;line-height:1}.heading--2{font-size:4rem;font-style:italic;line-height:1}.heading--2--light{color:#f9f7f6}.heading--2--dark{color:#54483A}.heading--3{font-size:1.6rem;color:#c69963;text-transform:uppercase}.heading--4{font-size:1.9rem}.heading--4--light{color:#f9f7f6}.heading--4--dark{color:#54483A}.btn{background-color:#c69963;color:#fff;border:none;border-radius:0;font-family:"Josefin Sans", sans-serif;font-size:1.5rem;text-transform:uppercase;padding:1.8rem 3rem;cursor:pointer;-webkit-transition:background-color .2s;transition:background-color .2s}.btn:hover{background-color:#B28451}.mb-sm{margin-bottom:2rem}.mb-md{margin-bottom:3rem}.mb-lg{margin-bottom:4rem}.mb-hg{margin-bottom:8rem}.sidebar{background-color:#c69963;grid-column:sidebar-start sidebar-end;grid-row:1/-1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 62.5em){.sidebar{grid-row:1/2;grid-column:1/-1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;padding-right:3rem}}.nav-btn{border:none;border-radius:0;background-color:#fff;height:2px;width:4.5rem;margin-top:2.5rem}.nav-btn::before,.nav-btn::after{content:"";background-color:#fff;height:2px;width:4.5rem;display:block}.nav-btn::before{-webkit-transform:translateY(-1.5rem);transform:translateY(-1.5rem)}.nav-btn::after{-webkit-transform:translateY(1.3rem);transform:translateY(1.3rem)}@media only screen and (max-width: 62.5em){.nav-btn::before{-webkit-transform:translateY(-1.2rem);transform:translateY(-1.2rem)}.nav-btn::after{-webkit-transform:translateY(1rem);transform:translateY(1rem)}}.header{background-color:#54483A;grid-column:full-start/col-end 6;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(16,29,44,0.93)), to(rgba(16,29,44,0.93))),url("../img/hero.jpeg");background-image:linear-gradient(rgba(16,29,44,0.93), rgba(16,29,44,0.93)),url("../img/hero.jpeg");background-size:cover;background-repeat:no-repeat;background-position:0 0;padding:8rem;display:grid;grid-template-rows:1fr -webkit-min-content minmax(6rem, -webkit-min-content) 1fr;grid-template-rows:1fr min-content minmax(6rem, min-content) 1fr;grid-template-columns:minmax(-webkit-min-content, -webkit-max-content);grid-template-columns:minmax(min-content, max-content);grid-row-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}@media only screen and (max-width: 50em){.header{grid-column:full-start/full-end}}@media only screen and (max-width: 37.5em){.header{padding:5rem}}.header .btn{justify-self:start;-ms-flex-item-align:start;align-self:start}.header__logo{height:3rem;justify-self:center}.header__seenon-text{display:grid;grid-template-columns:1fr -webkit-max-content 1fr;grid-template-columns:1fr max-content 1fr;grid-gap:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.6rem;color:color-grey-light-2}.header__seenon-text::before,.header__seenon-text::after{content:"";height:1px;display:block;background-color:currentColor}.header__seenon-logos{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:3rem;justify-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__seenon-logos img{max-height:2.5rem;max-width:100%;-webkit-filter:brightness(70%);filter:brightness(70%)}.realtors{background-color:#101d2c;grid-column:col-start 7/ full-end;padding:3rem;display:grid;grid-row-gap:2rem;justify-items:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 50em){.realtors{grid-column:full-start/ full-end}}.realtors__list{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:-webkit-min-content -webkit-max-content;grid-template-columns:min-content max-content;grid-column-gap:2rem;grid-row-gap:5vh}@media only screen and (min-width: 37.5em) and (max-width: 50em){.realtors__list{grid-template-columns:-webkit-min-content -webkit-max-content -webkit-min-content -webkit-max-content -webkit-min-content -webkit-max-content;grid-template-columns:min-content max-content min-content max-content min-content max-content}}.realtors__img{width:7rem;border-radius:100%;display:block}@media only screen and (min-width: 37.5em) and (max-width: 50em){.realtors__img:not(:first-child){margin-left:2rem}}.realtors__sold{text-transform:uppercase;color:#aaa;margin-top:-3px}.features{grid-column:center-start/ center-end;margin:15rem 0;display:grid;grid-template-columns:repeat(auto-fit, minmax(25rem, 1fr));grid-gap:6rem;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.feature{display:grid;grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr;grid-column-gap:2.5rem;grid-row-gap:1.5rem}.feature__icon{fill:#c69963;width:4.5rem;height:4.5rem;grid-row:1/ span 2;-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}.feature__text{font-size:1.7rem}.story__pictures{background-color:#c69963;grid-column:full-start/ col-end 4;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(198,153,99,0.5)), to(rgba(198,153,99,0.5))),url("../img/back.jpg");background-image:linear-gradient(rgba(198,153,99,0.5), rgba(198,153,99,0.5)),url("../img/back.jpg");background-position:0 0;background-size:cover;background-repeat:no-repeat;display:grid;grid-template-rows:repeat(6, 1fr);grid-template-columns:repeat(6, 1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 50em){.story__pictures{grid-column:full-start/ full-end;grid-row:6/7;padding:3rem}}.story__img--1{width:100%;grid-row:2/6;grid-column:2/6;-webkit-box-shadow:0 2rem 5rem rgba(0,0,0,0.1);box-shadow:0 2rem 5rem rgba(0,0,0,0.1)}@media only screen and (max-width: 50em){.story__img--1{grid-column:1/5;grid-row:1/-1}}.story__img--2{width:115%;grid-row:4/6;grid-column:4/7;z-index:1;-webkit-box-shadow:0 2rem 5rem rgba(0,0,0,0.2);box-shadow:0 2rem 5rem rgba(0,0,0,0.2)}@media only screen and (max-width: 50em){.story__img--2{width:100%;grid-row:1/-1}}.story__content{background-color:#f9f7f6;grid-column:col-start 5/ full-end;padding:6rem 8vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 50em){.story__content{grid-column:full-start/ full-end;grid-row:5 / 6}}.story__text{font-size:1.5rem;font-style:italic;margin-bottom:4rem}.homes{grid-column:center-start/ center-end;margin:15rem 0;display:grid;grid-template-columns:repeat(auto-fit, minmax(25rem, 1fr));grid-gap:7rem}.home{background-color:#f9f7f6;display:grid;grid-template-columns:repeat(2, 1fr);grid-row-gap:3.5rem}.home__img{width:100%;grid-column:1/-1;grid-row:1/2}.home__like{fill:#c69963;width:3rem;height:3rem;grid-column:2/3;grid-row:1/2;justify-self:end;z-index:2}.home__name{grid-column:1/-1;grid-row:1/2;justify-self:center;-ms-flex-item-align:end;align-self:end;z-index:2;width:80%;font-family:"Josefin Sans", sans-serif;font-size:1.6rem;text-align:center;padding:1.25rem;background-color:#101d2c;color:#fff;font-weight:400;-webkit-transform:translateY(50%);transform:translateY(50%)}.home__location,.home__room{margin-top:2.5rem}.home__location,.home__room,.home__area,.home__price{font-size:1.5rem;margin-left:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home__location svg,.home__room svg,.home__area svg,.home__price svg{fill:#c69963;height:2rem;width:2rem;margin-right:1rem}.home__btn{grid-column:1/-1}.gallery{background-color:#f9f7f6;grid-column:full-start / full-end;display:grid;grid-template-columns:repeat(8, 1fr);grid-template-rows:repeat(7, 5vw);grid-gap:1.5rem;padding:1.5rem}.gallery__item--1{grid-row:1/span 2;grid-column:1/ span 2}.gallery__item--2{grid-column:3/span 3;grid-row:1/span 3}.gallery__item--3{grid-area:1/6/3/7}.gallery__item--4{grid-area:1/7/3/9}.gallery__item--5{grid-area:3/1/6/3}.gallery__item--6{grid-area:4/3/6/5}.gallery__item--7{grid-area:4/5/5/6}.gallery__item--8{grid-area:3/6/5/8}.gallery__item--9{grid-area:3/8/6/9}.gallery__item--10{grid-area:6/1/8/2}.gallery__item--11{grid-area:6/2/8/4}.gallery__item--12{grid-area:6/4/8/5}.gallery__item--13{grid-area:5/5/8/8}.gallery__item--14{grid-area:6/8/8/9}.gallery__img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.footer{background-color:#101d2c;grid-column:full-start / full-end;padding:8rem}.nav{list-style:none;display:grid;grid-template-columns:repeat(auto-fit, minmax(15rem, 1fr));grid-gap:2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav__link:link,.nav__link:visited{font-size:1.4rem;color:#fff;text-decoration:none;font-family:"Josefin Sans", sans-serif;text-transform:uppercase;text-align:center;padding:1.5rem;display:block;-webkit-transition:all .2s;transition:all .2s}.nav__link:link:hover,.nav__link:visited:hover{background-color:rgba(255,255,255,0.05);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.copyright{font-size:1.4rem;color:#aaa;margin-top:6rem;text-align:center}
