/* ==================================================================== 
        ARTISTIC PROCESS 
 ====================================================================*/
 #art-splash{
    background: url("../img/background/bg_art.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

#artistic-slideshow,
#artistic-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1; 
    list-style-type: none;
    margin:0;
    display: inline-block;
}
#artistic-slideshow:after { 
    content: '';
}

#artistic-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #f78f1e;
    background-size: cover;
    background-position: 50% 0%; 
    background-repeat: none;
    opacity: 0;
    z-index: -1;
    animation: imageAnimation 30s linear infinite 0s; 
}

#artistic-slideshow li:nth-child(1) span { 
    background-image: url(../img/background/artistic/1.jpg);
    background-position: 50% 50%;
}
#artistic-slideshow li:nth-child(2) span { 
    background-image: url(../img/background/artistic/2.jpg);
    animation-delay: 6s;
    background-position: 50% 60%;
}
#artistic-slideshow li:nth-child(3) span { 
    background-image: url(../img/background/artistic/3.jpg);
    animation-delay: 12s; 
}
#artistic-slideshow li:nth-child(4) span { 
    background-image: url(../img/background/artistic/4.jpg);
    animation-delay: 18s; 
}
#artistic-slideshow li:nth-child(5) span { 
    background-image: url(../img/background/artistic/5.jpg);
    animation-delay: 24s; 
}

#art-intro{
    margin-top:60px;
    margin-bottom: 60px;
    z-index:1; 
    position: relative;
}

/* ==================================================================== 
        SECTION 2: GRAPHIC 
 ====================================================================*/
#art-graphic img{max-height:100%;}
.art-container{
    background-color: #14679e;
    color: white;
    padding-top:20px;
    padding-bottom:25px;
    margin-bottom:25px;
}
.art-container h1{
    font-weight:bold;
    font-size:3.6em;
}
.art-container h2{
    font-weight:bold; 
    font-size:2.4em;
} 
.art-container p{
    margin:0 8px 0 8px;
}

#tri-art{
    margin-bottom: 40px;
}

/* ==================================================================== 
        SECTION 4: QUOTE
 ====================================================================*/
#art-quote{
    z-index:-10;
    
    padding-top:250px;
    margin-top:-250px;

    /*background: url("../img/background/bg_about2.jpg") no-repeat center center fixed;*/
    background-color: white; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ==================================================================== 
        LIGHTBOX MARKUP 
 ====================================================================*/

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}

.lightbox img{
  max-width: 100%;
  max-height: 100%;
  margin-top: 6%;
}

.lightbox:target {
  outline: none;
  display: block;
}


/**** Thumbnails ****/

.img_thumbnail{margin-bottom:40px;}

.img_thumbnail ul{
  padding:0;
  list-style-type:none;
}

.img_thumbnail img{
    max-width:185px;
}
.img_thumbnail li{display:inline-block;margin-bottom:5px;}
.img_thumbnail li a:hover{opacity:1;}
.img_thumbnail li a{
  opacity:0.7;
  
  -webkit-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}