@charset "utf-8";
/* CSS Document */

body {background: #384148; font-family: 'Josefin Sans', sans-serif; margin: 0; padding: 0;}
* {font-size: 14px;}
.container {max-width: 960px;}
.main {margin-top: 20px;}
.container img {width: 100%;}
h1 {font-weight: normal; color: #FAF8E5; font-size: 1.5em; margin-bottom: 40px;}
h1.tag {font-weight: bold; color: #EEA904; width: 100%; text-align: center; margin: 30px 0px 50px 0px; font-size: 1.5em;}
h2 {font-weight: normal; color: #FAF8E5; text-decoration: none; font-size: 1.3em; margin-top: 2em;}

#logo {max-width: 450px;}
.main p {color: #FAF8E5; line-height: 140%; margin-top: 10px; margin-bottom: 0px;}

.footer {background: #333; border-top: 1px solid #69813A;}
.footer p {color: #EEA904; margin-left: 4%; margin-right: 4%;}
.footer img {max-width: 100%;}
p.caption {font-size: 70%; color: #69813A;}

.headline{
    color: #EEA904;
}

@media screen and (max-width: 600px) {
h1.tag  {
    color: #384148;
  }
h1.tag span {display: block; color: #EEA904; text-align: center; width: 100%;}
}

/* Navigation */

#navRow {
    position: relative;
}

#navDiv {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*Different nav */

.topnav {
    overflow: hidden;
/*    transition: 1s;*/
/*  background-color: #333;*/
}

.topnav a {
  float: left;
  display: block;
  color: #EEA904;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
/*  font-size: 17px;*/
}

.topnav a:hover {
/*  background-color: #ddd;*/
  color: #ffce59;
}

.topnav .icon {
  display: none;
}

#menuDiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 576px) {
    
    #navDiv {
        position: static;
    }
    
    .topnav{
      background-color: #333;
/*        transition:  all 0.6s ease-in-out;*/
    }

  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
    
    #menuDiv {
        display: block;
    }
    
    .artist-col{
        column-count: 2;
        margin-left: 2%;
        height: 100%;
        column-fill: auto;
    }

    .artist-sm{
        column-count: 2;
        column-fill: auto;

        margin-left: 2%;
        height: 100%;
    }

    .artist-sm h2{
    /*    display: inline-block;*/
        margin-bottom: 0.5em;
        font-size: 1em;
    }

    .artist-col h2{
    /*    display: inline-block;*/
        margin-bottom: 0.5em;
        font-size: 1em;
    }
    
    .artist_cat_img{
        display: none;
    }
    
}

@media screen and (max-width: 576px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
/*    position: absolute;*/
      float: right;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/**** LightGallery Changes ****/

.demo-gallery > div > div a {
    border: 0;
}

.img-col {
    margin-left: 0 !important;
}

#lightgallery{
    margin-left: 4%;
}

.yearSpan{
    color: white;
}

p a {
    color: lightblue;
    text-decoration: none;
}

p a:hover{
    color: lightblue;
    text-decoration: underline;
}

h2 a {color: lightblue; text-decoration: none;}
h2 a:hover {color: lightblue; text-decoration: underline;}

#logoDiv {
    text-align: center;
}

.navLink {
    font-size: 1.2em;
}

/**** Artist Page ****/

.artist{
    color: white;
    margin: 0;
    
    line-height: 1em;
}

.artist-col{
    column-count: 4;
    margin-left: 2%;
    height: 100%;
    column-fill: auto;
}

.artist-sm{
    margin-left: 2%;
    height: 100%;
}

.artist-sm h2{
/*    display: inline-block;*/
    margin-bottom: 0.5em;
    font-size: 1em;
}

.artist-col h2{
/*    display: inline-block;*/
    margin-bottom: 0.5em;
    font-size: 1em;
}

.artist-row{
    margin: 2%;
    border: 1px solid #5C7079;
    padding: 1em;    
}

.event-img{
    width: 50%;   
}
