/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 16px/1.6 "Libre Franklin", sans-serif;
	color:#302548;
    font-weight: 400;
    font-style: normal;
}
h1{
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    font-size: 4rem;
}
h1 small{
	font:300 16px/1.6 "Libre Franklin", sans-serif;
    font-size: 3rem;
    font-weight: 200;
    display: block;
}
h2{
    font-weight: 200;
    text-align: center;
    font-size: 1.6rem;
}

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#2ca69c;
	text-decoration:underline;
}
header a {
	color:#FFF;
}
a:hover {
	color:#d298ff;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
p{
    text-align: justify;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* wrapper */
.wrapper {
	max-width:900px;
	width:95%;
	margin:0 auto;
	position:relative;
}

.section-item{
    padding-bottom: 20px;
}
#hero{
    color:#fff;
    padding-bottom: 140px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(114,133,190,1) 15%, rgba(92,75,132,1) 100%);
}
/*
#hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/hero-texture.svg);
    background-size: 30px;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -1; 
}*/
#hero-inner{
    background-image: url(../img/hero-texture.svg);
    background-size: 30px;
    background-position: top center;
    background-repeat: no-repeat;
}

#title{
    padding:200px 0 60px 0;
}

header {
	color:#FFF;
    background-color: rgba(0, 0,0,0.05);
    text-align: right;
    position: absolute;
    tpo:0;
    /* position: fixed; */
    width: 100%;
    z-index: 100;
}
header ul{
    list-style: none;
    margin: 10px 0;
}
header ul li{
    display: inline-block;
    padding: 0 20px 0 0;
}

.venue-map-wrapper{
    text-align: center;
}

.venue-map{
    width: 100%;
    max-width: 700px;
}


#artist-list{
    list-style: none;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 0 100px 0;
}
#artist-list li {
    margin-bottom: 15px;
    padding-bottom: 20px;
    background-image: url(../img/devider-1.png);
    
    background-position: bottom center;
    background-repeat: no-repeat;

}
#artist-list li.open{
    background-image: url(../img/devider-3.png);
}

#artist-list li a.artist-link{
    display: block;
    text-align: center;
    color: #666;
    clear: both;
}

#artist-list li a strong{
    color: #735DA7;
    font-size: 2.2rem;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    padding: 0 5px;
}

#artist-list li .close-button{
    text-align: center;
    padding-bottom: 50px;
}

.html-content img{
    padding:20px 0;
}

.artist-detail{
    display: none;
}


.close-button {
    display: none;
}


footer{
    text-align: center;
    color: #fff;
    padding: 150px 0 0px 0;
    background: linear-gradient(0deg, rgba(92,75,132,1) 0%, rgba(114,133,190,1) 80%, rgba(255,255,255,1) 100%);
}
#footer-inner{
    background-image: url(../img/footer-texture.svg);
    background-size: 22px;
    background-position: bottom center;
    background-repeat: no-repeat;
}
footer .foot-note{
    padding: 0 0 100px 0;
}
footer p{
    text-align: center;
    line-height: 1em;
}
footer .copyright{
    padding: 20px 0;
    background: rgba(0,0,0,0.1);
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   GRID
   ========================================================================== */

.grid{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 3%;
	float:left;
	text-align:left;
	position:relative;
}
.grid3{
	width:25%
}
.grid4{
	width:33%
}
.grid5{
	width:42%
}
.grid6{
	width:50%;
}
.grid7{
	width:58%
}
.grid8{
	width:66%;
}
.grid9{
	width:75%;
}
.grid12{
	width:100%;
}
@media only screen and (max-width : 767px){
.grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid12{
	width:100%;
	float:none;
	padding:0 5% 0 5%;
}
}
.grid-margin-bottom{
	margin-bottom:40px;
}



/* ==========================================================================
   TOOLS
   ========================================================================== */
/*@media only screen and (max-width : 916px){ */
.fluid-video{
	display:block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16/9 format */
	overflow: hidden;
	position: relative;
	margin:0 auto;
}
 
.fluid-video iframe, .fluid-video embed, .fluid-video object{
	width: 100%!important; height: 100%!important;
	position: absolute;
	top: 0; left: 0;
}
/* } */




/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}