

body {
    height:100%;
    font-family: 'Roboto', serif;
    margin:0; 
    padding: 0;
    background-color:#020000;
    color:#fff;
}
a {
	color:#fefefe;
}
/* topbar */ 

#topbar {
    transition: all .3s;
    background-color:#020000;
    position:fixed;
    top:0px;
    z-index:1001;
    height: 80px;
    width: 100%;
}

@media (max-width: 800px) {
    #topbar {
        height: 120px; 
        background-image:url(images/perinistudios.png);
        background-repeat:no-repeat;
        background-size: contain;
        background-position: center center;
    } 
}
#topbar #menu {
    display:none;
    transition: all .3s;
    position:fixed; 
    top:80px;
    
    background-color:#020000;
    width:100%;
    z-index:-1;
}

#topbar.shrink #menu {
    /*
    display:none;*/
    position:fixed; 
    top:80px;
    background-color:#020000;
    z-index:-1;
}

@media (max-width: 800px) {
    #topbar #menu {
        top: 120px; 
    } 
}

#topbar #menu li { 
    padding-bottom:10px;
    background-image:url(images/separator_line1.png);
    background-position: 30px bottom ;
    background-size: 95% 2px;
    background-repeat:no-repeat;
}
#topbar #menu li:last-child { 
    background-image:none;

}


@media (max-width: 800px) {
    #topbar #menu li {
        background-position: 30px bottom ;
        background-size: 90% 2px; 
    } 
}
#topbar #menu a {
    display:inline-block;
    height:40px;
    margin-top:5px;
    background-size:contain;
    width:100%;
    background-position:20px center;
    background-repeat:no-repeat;
    
}
#topbar #menu a.shop {
    background-size:30px 30px !important;
    background-position: 60px center;
}


#topbar #hamburger-menu {
    display: block;
    position:absolute;
    background-position: center center;
    background-repeat: no-repeat;
    width: 80px;
    height: 100%;
    top:0; left:10px;
}
.icon-hamburger {
    transition: all .3s;
    background-image:url(images/hamburger_menu.png);
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 80px;
    height: 100%;
}
#topbar.shrink .icon-hamburger  {
    background-size: 20px 20px;
} 

#topbar.shrink {
    height:80px;
}
#topbar .icon-close {
    display:none;
    background-image:url(images/hamburger_close.png);
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 80px;
    height: 100%;
}
#padder {
    height:80px;
}
@media (max-width: 800px) {
    #padder {
        height:120px;
    }
}
#topbar #menu {
    box-shadow: 3px 6px 20px -20px #fff;
}
#topbar #menu ul {
    list-style: none;
    padding: 0; margin:0;
    list-style-type: none;
}
#topbar #shop {
    transition: all .3s;
    display: block;
    background-image:url(images/shop_icon.png);
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 80px;
    height: 100%;
    position:absolute;
    top:0; right:10px;
}
#topbar.shrink #shop  {
    background-size: 20px 20px;
} 




/* header */ 

#header { 
    position:relative;
    height:400px;
    width:100%;
}
@media (max-width: 800px) {
    #header {
        height:150px;
    }
}
@media (max-width: 800px) {
    #header  {
        display:none;
    }
}
#header #slider {
    /*background-image:url(images/purple_wall_of_text.png);*/
    height:400px;
    width:100%;
    position: absolute;
    top: 0px;
}
@media (max-width: 800px) {
    #header #slider {
        height:150px;
    }
}
#header #logo {
    pointer-events: none;
    z-index:2;
    position:absolute;
    margin-left:calc(50% - 175px);
    background-image:url(images/perinistudios.png);
    background-repeat:no-repeat;
    background-size: contain;
    background-position: center center;
    height:400px;    
    width:450px;
}

/* header menu */

#header-menu { 
    width:100%;
    /*height: 80px;*/
    text-align:center;
}

#header-menu a {
    display:inline-block;
    height:60px;
    margin: 0px 5px 0px 5px;   
    background-size:contain;
    width:233px;
    background-position:center center;
    background-repeat:no-repeat;
}
@media (max-width: 800px) {
    #header-menu {
      display:none;
    } 
}

.gallery {
    background-image:url(images/menu-gallery.png);
}
.apparel {
    background-image:url(images/menu-apparel.png);
}
.art {
    background-image:url(images/menu-art.png);
}
.featuring {
    background-image:url(images/menu-featuring.png);
}
.about {
    background-image:url(images/menu-about.png);
}
.shop {
    background-image:url(images/shop_icon.png);
}

#footer { 
    padding:10px;
    margin-top:30px;
}

#footer #socialmedia-links {
    text-align:center;
    width:100%;
    
    display:block;
}
#footer #socialmedia-links .icon{
    margin:0px 5%;
}
#footer #socialmedia-links .icon img {
    height:80px;
}
#footer .copy {
    float:left;
}
.splide__slide  {
    background-size:cover;
    background-position: center center;
} 
#main {
    min-height: calc(100% - 200px); display:block;
}
#main #content { 
    padding:30px 0px;
    margin: 0 auto;
    width:100%;
    max-width:1024px !important;
}


.mobile_image_list {
    height:15%;
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
@media (min-width: 800px) {
    .mobile_image_list {
      display:none;
    } 
}

.mobile_image_list .mobile_image {
    flex: auto;
    background-size: cover;
    background-position: center center;
}

.about-wrap{
    margin-top:40px;
}

.about-wrap .about-left{
    display:inline-block;
    width:48%;
    padding:20px;
    box-sizing: border-box;
}
@media (max-width: 800px) {
    .about-wrap .about-left {
      width:100%;
    } 
}

.about-wrap .about-right{
    display:inline-block;
    width:48%;
    padding:20px;
    box-sizing: border-box;
}
@media (max-width: 800px) {
    .about-wrap .about-right {
      width:100%;
    } 
}

.art-row {
    padding-bottom:40px;
    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;*/
    align-items: flex-end;
    align-content: flex-end;
    height:500px;
    border-bottom: 1px solid #333;
}
.art-row .image {
    background-size: contain;
    background-position: bottom center;
    background-repeat:no-repeat;
    height:450px;
}
.art-row>div {
    width:100%;
    padding-bottom:5px;
    padding-left:5px;
}

.art-row>div .title {
    font-weight:bold;

    font-size: 20px;
    padding:2px 0px;
}
.art-row>div .description {
    font-style:italic;
    padding-right:5px;
}

@media (max-width: 800px) {
    .art-row {
      flex-direction: column;
      padding:10px;
      height:500px;
    }
    .art-row .image {
	    height:400px;
	    margin-bottom:20px;
    }
}


.apparel-item {
    display:inline-block;
    width: 30%;
    min-width:300px;
    margin:10px 0px;
    min-height:320px;
    text-align:center;

}
a.apparel-item {
    text-decoration:none;
    color:#fff;
}
.apparel-item .title {
    font-weight:bold;
    margin-top:5px;
    
    font-size: 16px;
    text-transform: uppercase;
}

.apparel-item .image {
    width:100%;
    height:250px;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}
.apparel-item .desc {
    width:100%;
    min-height:15px;
    font-style:italic;
    display:none;
}
.apparel-item .desc pre { display:none; }
a.apparel-item * {
    float:left;
    width:100%;
    line-height:1.26em;
}
.apparel-desc {
    text-align:center;
    padding:30px;
}

@media (max-width: 800px) {
    .apparel-item {
      width:100%;
      height:400px;
    }
    .apparel-item .image {
            height:320px;
    }
}

a:focus {
    outline: none !important;
}
