
body
{
    font-family: Roboto,-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",sans-serif;
    background-color: #2D3035;
    background-color: #340A0C;
    /*background-color: #6C201D;*/
    color: #cccccc;
}



.section
{
   padding: 2em;
}

.header
{
    height: 100vh;
    overflow: hidden;
    position: relative;
    margin-bottom: 1em;
    text-align: center;
}

.header .header__text
{
    position: absolute;
    top: 0;
    right: 0;
    font-family: arizonia;
    font-size: 5em;
    /*word-spacing: 10em;*/
    text-align: right;
    padding-right: 0.2em;
    text-shadow: -1px 3px black, 3px 1px black, 1px 0 black, 0 -1px black;
}

.header img
{
    /*width: 100%;*/
    /*height: 100vh;*/
    position: absolute;
    top: 0;
    left: -122%;
    max-width: initial;
    /*margin-left: auto;
    margin-right: auto;*/
    /*min-height: 100vh;*/
}

.header .header__button
{
    position: absolute;
    bottom: 1.3em;
    right: 1em;
    background-color: #E93D59;
    font-size: 1.5em;
}

.header .header__button .fi
{
}

.content
{
    max-width: 70em;
    margin-left: auto;
    margin-right: auto;
}

.content h2
{
    padding-left: 0.3em;
}

/*.section__designer
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
}*/

/*.section__designer .card
{
    max-width: 15em;
    margin-left: 1em;
}*/

/* https://spin.atomicobject.com/2015/07/14/css-responsive-square/ */
.square {
  position: relative;
  width: 10em;
  background-color: #ffffff;
  margin-bottom: 1em;
}


.square:nth-child(2n+2) 
{
    /*background-color: #919191;*/
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.square__content 
{
  position: absolute;
  width: 100%;
  height: 100%;
  color: #000000;
  padding: 1px;
}

.square__empty
{
    visibility: hidden;
    height: 0;
}

.section__designer.designer__cards
{
   display: flex;
   justify-content: space-around;
   flex-wrap: wrap;
   max-width: 59em;
}

.section__designer .designer__cards .designer__card__set
{
   /*display: flex;
   justify-content: space-between;
   flex-wrap: nowrap;*/
}

.section__designer .card
{
    /*height: 30em;*/
    width: 10em;
    height: 10em;
    /*margin-left: auto;
    margin-right: auto;*/
    background-color: #ffffff;
    color: #0a0a0a;
    margin-bottom: 1em;
    padding: 0.1em;
    /*cursor: pointer;*/
}

.section__designer .card br
{
    display: none;
}

.section__designer .designer__cards .card_blank
{
    background-color: transparent;
}


.section__designer .square__content h4
{
    font-size: 2em;
    line-height: 1em;
    /*word-spacing: 14em;*/
    text-align: right;
    padding-right: 0.3em;
}

.section__designer .square__content h4.small
{    
    font-size: 1.7em;
}

.section__designer .card .card-section
{
    padding: 0rem;
    padding-top: 0.1rem;
}

.section__designer .card p
{
    visibility: hidden;
}

.section__designer img
{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    height: 50%;
    width: 100%;
}

.section__designer .square:hover img
{
    -webkit-filter: initial; /* Safari 6.0 - 9.0 */
    filter: initial;
}

.small .fi-crown
{
    padding-right: 0.3em;
}




/* Small only */
/*@media screen and (max-width: 39.9375em) {}*/

/* Medium and up */
@media screen and (min-width: 40em) 
{

    .header .header__text
    {
        font-size: 10em;
        font-size: 20vh;
        line-height: 25vh;
    }

    .square {
        width: 14em;
    }


    .square:nth-child(4n+4) 
    {
        /*background-color: #000000;*/
    }
    
    .section__designer .card
    {
        /*width: 11em;
        height: 11em;*/
    }

    .section__designer .card br
    {
        display: initial;
    }

    .section__designer .square__content h4.small
    {    
        font-size: 2em;
    }
}

/* Medium only */
/*@media screen and (min-width: 40em) and (max-width: 63.9375em) {}*/

/* Large and up */
@media screen and (min-width: 64em) 
{
    .header .header__text
    {
        font-size: 7em;
        line-height: 25vh;
    }
}

/* Large only */
/*@media screen and (min-width: 64em) and (max-width: 74.9375em) {}*/