@charset "UTF-8";

/* Mobile first queries */
.slumhouse-page-header-wrap {
    grid-column: 2/-1;
    align-items: flex-end;
    position: relative;
}

.slumhouse-page-header-wrap + h1 {
  color: black;
   /* -webkit-text-fill-color: #fff; 
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;*/
  text-transform: lowercase;
  text-align: center;
  font-size: 1.4em;
  padding: 30px 0;
  grid-column: 1/-1;
}

.slumhouse-page-header-wrap .page-header-img-wrap {
    height: 150px;
    background-color: #eee;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slumhouse-page-content-wrap {
    grid-column: 1/-1;
    padding: 0 0 60px 0px;
}

.lookbooks-wrap {
    text-align: center;
}

.lookbooks-wrap h1:not(:last-child) {
    margin-bottom: 20px;
}

.lookbooks-wrap h1 {    
  font-family: 'HypatiaSansProBold';
  width: max-content;
  margin: auto;
  position: relative;
}

.lookbooks-wrap h1 a {
  position: relative;
  z-index: 50;

}

.lookbooks-wrap h1 img {
    display: none;
    position: absolute;
    z-index: 3;
    width: 200px;
    bottom: 0;
    right: 30px;
}

.slumhouse-page-content {
    grid-column: 2/-2;
    padding-top: 80px;
}

.lookbook-img {
    padding: 10px;
}

.lookbook-img img {
    display: block;
    width: 100%;
}

/* About SlumHouse */
.about-slumhouse-content-wrap {
    max-width: 800px;
    margin: auto;
}

.about-slumhouse-content-wrap p:not(:last-child) {
    padding-bottom: 20px;
}

/* About SlumHouse */

/* Larger than mobile queries */
@media (min-width: 400px) {

}

/* Larger than phablet queries */
@media (min-width: 550px) {
    .page-content-wrap {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

.slumhouse-page-content {
    display: flex;
    flex-flow: row wrap;
    padding-top: 100px;
    align-content: flex-start;
}

.lookbook-img {
    padding: 0;
    flex: 0 0 calc((100% / 2) - 20px);
    margin-bottom: 40px;
}

.lookbook-img:nth-child(odd) {
    margin-right: 40px;
}
}

/* Larger than tablet queries */
@media (min-width: 750px) {
.slumhouse-page-header-wrap + h1 {
  font-size: 2.2em;
  padding: 80px 0;
}

.slumhouse-page-header-wrap .page-header-img-wrap {
    height: 250px;
}

.slumhouse-page-content-wrap {
    padding: 0 10px 100px 10px;
}

.page-content-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.lookbooks-wrap h1 {    
  font-size: 4em;
}

.lookbooks-wrap h1:not(:last-child) {
    margin-bottom: 30px;
}

.lookbooks-wrap h1 img {
    
}

.lookbooks-wrap h1 a:hover {
    color: black;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}

.lookbooks-wrap h1 a:hover + img {
    display: block;
}


}

/* Larger than desktop queries */
@media (min-width: 1000px) {
.lookbook-img {
    flex: 0 0 calc((100% / 3) - 20px);
}

.lookbook-img {
    margin-right: 0 !important;
}

.lookbook-img:not(:nth-child(3n + 3)) {
    margin-right: 30px !important;
}

.lookbook-img:nth-child(3n + 2) {
    margin-top: 50px;
}

.lookbook-img:nth-child(3n + 3) {
    margin-top: 20px;
}

}

/* Larger than desktop HD queries */
@media (min-width: 1200px) {
  
}