
html, body {
    background-image: none !important;
    background-color: # !important;
    color: # !important;
    height: 100%;
    font-family: , Helvetica, Arial, sans-serif;
    font-size:  
}

h1 {
    font-size: ;
}

h2 {
    font-size: ;
}

h3 {
    font-size: ;
}

.nav a {
    color: # !important;
    padding: 10px;
}

.navright {
    margin-top: 25px; 
}

.nav a:hover {
    color: # !important;
}

.nav ul {
    padding-left: 5px;
}

.nav ul li {
    list-style: none;    192.168
}

a {
    color: # !important;
}

a:hover {
    color: # !important;
}

.artistNews h3 {
    font-size: 16px;
    margin-top: 0px;
}

.newsindex h2, .newsindex h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.newsindex a, .artistNews a {
    color: # !important;
} 

.grid-item-content {
  height: 100px;
  border: 2px solid hsla(0, 0%, 0%, 0.5);
  border-radius: 5px;
}

*, *:before, *:after {box-sizing:  border-box !important;}


.row2 {
 -moz-column-width: 18em;
 -webkit-column-width: 18em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em; 
  
}

.item {
 display: inline-block;
 padding:  .25rem;
 width:  100%;
 margin-bottom: 15px; 
}

/*.pagination a {
    border: 1px solid #;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    color: # !important;
}

.pagination a:hover {
    background-color: #cacaca;
}

.pagination strong {
    border: 1px solid #;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
}*/

.showGallery {
    /*padding: 15px 5px 15px 5px; 
    border: 1px solid #cacaca;*/
}

.showGallery:hover {
    /*background-color: #e0dede;*/
}

.footer {
    background-color: #e0dede;
    padding: 10px;
}

.socialLink {
    padding: 10px;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: #FFFFFF !important;
    width: 45px;
    height: 45px;
    opacity: 0.6;
}

.socialLink:hover {
    opacity: 1.0;
}

.facebook {
    background: #3B5998;
}

.twitter {
    background: #55ACEE;
}

.instagram {
    background: #125688;
}

.youtube {
    background: #bb0000;
}

.vimeo {
    background: #45bbff;
    padding-left: 7px !important;
}

.pinterest {
    background: #cb2027;
}