/*  ╔╦╗╔═╗╦╔╗╔  ╔═╗╔╦╗╦ ╦╦  ╔═╗╔═╗ */
/*  ║║║╠═╣║║║║  ╚═╗ ║ ╚╦╝║  ║╣ ╚═╗ */
/*  ╩ ╩╩ ╩╩╝╚╝  ╚═╝ ╩  ╩ ╩═╝╚═╝╚═╝ */

html {
    font-size: 16px;
}

body {
    font-family: 'Lato', sans-serif;
    word-wrap: break-word;
    color: #000202;
    background: #fffefe;
}

.content {
    max-width: 1146px;
    margin: 0 auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fa {
    padding: 0 0 0 4px;
}

/*  ╔╗ ╦ ╦╔╦╗╔╦╗╔═╗╔╗╔╔═╗   ┬   ╦  ╦╔╗╔╦╔═╔═╗ */
/*  ╠╩╗║ ║ ║  ║ ║ ║║║║╚═╗  ┌┼─  ║  ║║║║╠╩╗╚═╗ */
/*  ╚═╝╚═╝ ╩  ╩ ╚═╝╝╚╝╚═╝  └┘   ╩═╝╩╝╚╝╩ ╩╚═╝ */

a {
    text-decoration: underline;
    color: #000202;
    max-width: 100%;
    word-wrap: break-word;
}   

.line {
    width: 100%;
    height: 2px;
    margin: 96px 0 0 0;
    background: #000200;
}

.button {
    border: 2px solid #000001;
    transition: 0.7s;
    letter-spacing: 4.5px;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none;
    color: #fffffc;
    background: #000001;
}

.button:hover,
.button:focus,
.button:active {
    color: #000001;
    background: #fffffc;
}

.button.primary,
.button.secondary {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    letter-spacing: 0.3px;
    vertical-align: top;
}

.button.secondary {
    background: #fffffb;   
    border: 2px solid #999999;
    color: #999999;
    margin: 0 0 10px 0;
}

.button.secondary:hover,
.button.secondary:focus,
.button.secondary:active {
    color: #fffffb;
    background: #999999;
}

.button.facebook:hover,
.button.facebook:active,
.button.facebook:focus {
    color: #fffefe;
    background: #324788;
    border-color: #324788;
}

.button.twitter:hover,
.button.twitter:active,
.button.twitter:focus {
    color: #fffefe;
    background: #2daae2;
    border-color: #2daae2;
}

.button.pinterest:hover,
.button.pinterest:active,
.button.pinterest:focus {
    color: #fffefe;
    background: #cc2127;
    border-color: #cc2127;
}

.button.linkedin:hover,
.button.linkedin:active,
.button.linkedin:focus {
    color: #fffefe;
    background: #4875B4;
    border-color: #4875B4;
}

.button.googleplus:hover,
.button.googleplus:active,
.button.googleplus:focus {
    color: #fffefe;
    background: #df4a32;
    border-color: #df4a32;
}

/*  ╦ ╦╔═╗╔═╗╔╦╗╔═╗╦═╗ */
/*  ╠═╣║╣ ╠═╣ ║║║╣ ╠╦╝ */
/*  ╩ ╩╚═╝╩ ╩═╩╝╚═╝╩╚═ */

.header {
    padding: 165px 0 171px;
    background: #999998;
}

.header__background {
    position: absolute;
    z-index: -100;
    width: 1px;
    height: 1px;
}

.header__heading {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 3.33rem;
    letter-spacing: 12px;
    font-weight: 400;
    margin-left: 15px;
}

/*  ╔╦╗╔═╗╦╔╗╔  ╔═╗╔═╗╔╗╔╔╦╗╔═╗╔╗╔╔╦╗ */
/*  ║║║╠═╣║║║║  ║  ║ ║║║║ ║ ║╣ ║║║ ║  */
/*  ╩ ╩╩ ╩╩╝╚╝  ╚═╝╚═╝╝╚╝ ╩ ╚═╝╝╚╝ ╩  */

.main {
    margin: 0 20px;
    text-align: center;
    transition: 1s;
}

.main .button {
    padding: 9px 0;
}

.main img {
    
    padding: 3px 0 5px;
}

.main__constrain--width {
    max-width: 100%;
    margin: 81px 10px 100px;
}

.main__links {
    text-align: center;
    padding: 0;
    margin: 90px 0;
}

.main__links__link {
    display: inline-block;
    max-width: 100%;
    font-size: 0.875rem;
    margin: 10px 25%;
    vertical-align: top;
}

.main__column--fullwidth {
    clear: both;
}

a.underline {
    color: #000002;
    text-decoration: none;
}

a.underline:after {
    content: '';
    display: block;
    margin: 5px auto 0;
    height: 2px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

a.underline:hover:after,
a.underline:focus:after,
a.underline:active:after {
    width: 100%;
    background: #000002;
}

.introduction {
    max-width: 910px;
    width: 100%;
    margin: 96px auto 0;
}

.introduction__heading {
    font-weight: 700;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    margin-left: 7px;
}

.introduction__copy {
    font-weight: 400;
    font-size: 1.0625rem;
    letter-spacing: 0.35px;
    line-height: 1.83rem;
}

.collection__section {
    margin: 96px auto 0;
    text-align: center;
}

.collection__title {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 9.2px;
    margin: 0 0 34px;
}

.collection__item,
.collection__item:last-child {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: inline-block;
    padding: 67px 0 0;
    vertical-align: text-top;
}

.item__title {
    margin: 25px 0 0;
    font-size: 1.0625rem;
    letter-spacing: 0.61px;
}

.item__prices {
    text-align: center;
    margin: 18px 0 0;
    font-family: 'Merriweather', serif;
    font-weight: 300;
}

.item__prices * {
    display: inline-block;
    margin: 0;
    max-width: 100%;
}

.item__price--slashed * {
    text-decoration: line-through;
}

.item__price--slashed u {
    text-decoration: underline;
}

.item__buttons {
    text-align: center;
    margin: 24px 0 0;
}

.item__description {
    text-align: left;
    margin: 16px 30px 0;
    font-weight: 100;
    letter-spacing: 0.75px;
    line-height: 1.9rem;
}

/*  ╔═╗╔═╗╔═╗╔╦╗╔═╗╦═╗ */
/*  ╠╣ ║ ║║ ║ ║ ║╣ ╠╦╝ */
/*  ╚  ╚═╝╚═╝ ╩ ╚═╝╩╚═ */

.footer {
    padding: 30px 0;
    background: #010000;
    text-align: center;
    color: #feffff;
}

.footer a {
    color: #feffff;
}

.footer__item {
    padding: 30px 6%;
    display: inline-block;
    vertical-align: text-top;
    width: 86%;
}

.footer__item__heading {
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-style: italic;
    font-size: 1.2rem;
    letter-spacing: 1.05px;
    display: inline-block;
    margin: 0 0 25px 0;
    max-width: 100%;
}

.footer__item__copy {
    font-size: 1.01rem;
    letter-spacing: 1.05px;
    line-height: 1.8;
    margin: 5px 0 40px;
}

.footer .social {
    margin: 0 -25px;
}

.footer .social .button {
    display: inline-block;
    width: 40px;
    margin: 2px 3px 5px;
    padding: 5px 0;
    font-size: 1.6rem;
    color: #fefeff;
    background: #010000;
}

.footer .button.inverse {
    border: 2px solid #fefeff;
    padding: 10px 0;
    color: #fefeff;
    background: #010000;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

.footer .button.inverse:hover,
.footer .button.inverse:active,
.footer .button.inverse:focus {
    background: #fefeff;
    color: #010000;
}

.footer .button.facebook {
    color: #324788;
    border-color: #324788;
}

.footer .button.twitter {
    color: #2daae2;
    border-color: #2daae2;
}

.footer .button.pinterest {
    color: #cc2127;
    border-color: #cc2127;
}

.footer .button.linkedin {
    color: #4875B4;
    border-color: #4875B4;
}

.footer .button.googleplus {
    color: #df4a32;
    border-color: #df4a32;
}

.footer .button.facebook:hover,
.footer .button.facebook:active,
.footer .button.facebook:focus {
    background: #324788;
    color: #010000;
}

.footer .button.twitter:hover,
.footer .button.twitter:active,
.footer .button.twitter:focus {
    background: #2daae2;
    color: #010000;
}

.footer .button.pinterest:hover,
.footer .button.pinterest:active,
.footer .button.pinterest:focus {
    background: #cc2127;
    color: #010000;
}

.footer .button.linkedin:hover,
.footer .button.linkedin:active,
.footer .button.linkedin:focus {
    background: #4875B4;
    color: #010000;
}

.footer .button.googleplus:hover,
.footer .button.googleplus:active,
.footer .button.googleplus:focus {
    background: #df4a32;
    color: #010000;
}

/*  ╔═╗╔═╗╔═╗╦ ╦╦═╗╦╔═╗╦ ╦╔╦╗ */
/*  ║  ║ ║╠═╝╚╦╝╠╦╝║║ ╦╠═╣ ║  */
/*  ╚═╝╚═╝╩   ╩ ╩╚═╩╚═╝╩ ╩ ╩  */

.copyright {
    background: #333333;
    padding: 5px 0;
    text-align: center;
    max-width: 100%;
    color: #fefefe;
    font-size: 0.75rem;
    letter-spacing: 0.75px;
}

.copyright a {
    color: #fefefe;
}

/*  ╔╦╗╔═╗╔╦╗╦╔═╗  ╔═╗ ╦ ╦╔═╗╦═╗╦╔═╗╔═╗ */
/*  ║║║║╣  ║║║╠═╣  ║═╬╗║ ║║╣ ╠╦╝║║╣ ╚═╗ */
/*  ╩ ╩╚═╝═╩╝╩╩ ╩  ╚═╝╚╚═╝╚═╝╩╚═╩╚═╝╚═╝ */

@media (min-width: 560px) {

    .button.primary,
    .button.secondary {
        max-width: 47%;
        width: 47%;
    }

    .button.secondary {
        margin: 0 2% 0 0;
    }

    .main__column--fullwidth {
        margin: 0 15% 70px;
    }

    .main__links__link {
        display: inline-block;
        width: auto;
        max-width: 100px;
        margin: 0 2.5%;
        letter-spacing: 0.4px;
    }

    .footer__item {
        width: 50%;
        padding: 60px 6%;
    }

    .collection__title {
        font-size: 2.375rem;
    }

}

@media (min-width: 870px) {

    .main__constrain--width {
        max-width: 361px;
        margin: 0 auto;
    }

    .main__links__link {
        margin: 0 2.5%;
        margin: 0 4.6%;
    }

    .social .button {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px;
        padding: 13px 0;
        font-size: 2.6rem;
    }

    .footer {
            padding: 0 0;
    margin: 0px;
    }

    .footer__item {
        width: 21%;
        padding: 0 6%;
    }

    .footer .social {
        margin: 0 7px;
    }

    .collection__item,
    .collection__item:last-child  {
        width: 31.2%;
        margin: 0 26px 0 0;
        font-size: 1.0625rem;
        padding: 67px 0 0;
    }

    .collection__item:last-child {
        margin: 0;
    }

    .button.primary, 
    .button.secondary {
        max-width: 100%;
        width: 100%;
        margin: 0;
		padding: 10px;
    }

    .button.secondary {
        margin: 0 0 10px;
    }

}

@media (min-width: 1100px) {

    .footer .social {
        margin: 0 -50px;
    }

    .button.primary, 
    .button.secondary {    
        max-width: 47%;
        width: 47%;
    }

    .button.secondary {
        margin: 0 2px 0 0;
    }

}