body {
    width: 100%;
    min-height: 100%;
}

#wrapper {
    margin: 0 0 -30px 0;
}

#header-title {
    position: fixed;
    top: 5px;
    right: 10px;
    width: 100%;
    text-align: right;
    font-size: 35px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
}

#header-title:active {
    color: #ddd;
    text-shadow: 0px 1px 0 #aaa;
    mix-blend-mode: overlay;
}

#header {
}


#header-menu {
    display: none;
}

#header-social {
   display: none;
}


#footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    height: 20px;
    width: 100%;
    font-size: 7pt;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#content-wrapper {
    width: 100%;
    height: 100%;
}

#overlay-content div {
    height: 100%;
    width: 100%;
    padding: 0;
}

.overlay {
    display: none;
}


/****************************************************************/
/*                         LANDING PAGE                         */
/****************************************************************/


#landing-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

#landing-text {
    position: fixed;
    top: 45%;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
}

#landing-text-inner {
    font-family: didot;
    font-size: 25px;
    letter-spacing: 2px;
    display: inline-block;
    color: #ddd;
    opacity: 0.8;
}

/****************************************************************/
/*                       COLLECTIONS PAGE                       */
/****************************************************************/

#collections-wrapper {
    width: 100%;
}

#collections {
    width: 100%;
    margin: 100px auto 50px auto;
    text-align: center;
}

.collection-small {
    width: 250px;
    margin: 25px;
    height: 250px;
    border: 15px solid #eee;
    padding-top: 35px;
    font-size:  12pt;
    letter-spacing: 6pt;
    line-height: 40pt;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    opacity: 0.95;
    transition: 0.3s all;
    cursor: pointer;
    color: white;
    font-family: celine;
    text-align: center;
    text-shadow: 0px -1px #ddd;
    text-transform: uppercase;
}

.collection-small:active {
    border: 15px solid #ddd;
    background-position: bottom right;
    opacity: 0.7;
    color: #ddd;
}

/****************************************************************/
/*                         CONTACT PAGE                         */
/****************************************************************/


#contact-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#contact {
    width: 100%;
    margin: 100px auto 50px auto;
    position: relative;
}

#contact a {
    text-decoration: none;
    color: black;
    transition: all 1s;
}

#contact a:active {
    color: #aaa;
}

#contact-press a {
    color: #145214;
}


#contact-left {
    position: relative;
    margin: 0;
    padding: 0;
}

#contact-right {
    position: relative;
    margin: 0;
    padding: 0;
}

#contact-press {
    font-size: 11pt;
    line-height: 14pt;
    text-align: center;
}

.contact-card {
    font-size: 11pt;
    line-height: 14pt;
    text-align: center;
    margin-bottom: 30px;
}

.contact-card-country {
    font-size: 9pt;
}


/****************************************************************/
/*                          ABOUT PAGE                          */
/****************************************************************/



#about-wrapper {
    width: 100%;
    min-height: 100%;
}

#about {
    width: 80%;
    margin: 100px auto 50px auto;
}

.about-content {
    text-align: justify;
    font-family: celine;
}

.about-column {
    width: 100%;
}

.about-title {
    font-family: celine;
    text-align: center;
    font-size: 20pt;
    letter-spacing: 1px;
}


.about-content img {
    max-width: 100%;
    height: auto;
}

.about-content p {
    margin: 20px 0 0 0;
    font-size: 11pt;
    letter-spacing: 1px;
}


/****************************************************************/
/*                          PRESS PAGE                          */
/****************************************************************/

#press-wrapper {
    width: 100%;
}

#press a {
    transition: all 1s;
}

#press p {
    text-align: center;
    font-size: 9pt;
    margin-bottom: 60px;
    text-transform: uppercase;
}

#press {
    margin: 150px auto 0 auto;
    width: 100%;
    text-align: center;
}

#press a:hover {
    color: #aaa;
}

.press-item {
    border: 5px solid #eee;
    opacity: 1;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    transition: 1s all;
    padding: 0;
    background-color: #444;
    margin: 0 5px;
}

.press-item img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

/****************************************************************/
/*                         SHOPS   PAGE                         */
/****************************************************************/


#shops-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#shops {
    width: 70%;
    min-width: 300px;
    margin: 60px auto 50px auto;

    position: relative;
}

.shops-group {
    clear: both;
    font-family: celine;
    font-size: 15pt;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 30px;
    margin-top: 20px;
    letter-spacing: 3px;
    text-align: center;
}

.shop {
    font-family: celine;
    background-color: rgba(255,255,255,0.2);
    padding: 10px;
    width: 100%;
    text-align: center;
}

.shop-name {
    font-weight: bold;
}

.shop-contact {
    font-size: 10pt;
}

.shop-contact a {
    color: black;
    text-decoration: none;
    transition: all 0.3s;
}

.shop-contact a:hover {
    color: #666;
}

/****************************************************************/
/*                       COLLECTION PAGE                       */
/****************************************************************/

#left-arrow {
    display: none;
}


#right-arrow {
    display: none;
}

#collection-wrapper {
    width: 100%;
    height: 100%;
}

#collection {
    height: calc(100% - 100px);
    text-align: center;
    margin: 0 auto;
}

.collection-item {
    opacity: 1;
    margin: 0 5px;
    transition: 1s all;
    padding: 0;
}

#collection p {
    width: 100%;
}

.collection-item img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}