/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu{
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
    .sowhat-sidebar {
        display: none;
    }
  }	
/* ============ small devices .end// ============ */

#topimage {
    display: block;
    position: absolute;
    text-align: center;
    top: 40px;
    z-index: 10;
}

#topimage-small {
    display: block;
    position: absolute;
    text-align: center;
    top: 40px;
    z-index: 10;
}
.topimage-small {
width: 50%;
}

body {
    background-image: url("/sowhat/images/blues2.jpg");
    background-attachment: fixed;
    background-repeat:repeat-y;
	background-size:100%;
    font-family: "Century Gothic",Verdana,Helvetica,sans-serif;
}

.sowhat {
    font-family: "Bauhaus 93",Verdana,Helvetica,sans-serif;
    font-size: 150%;
    color: #810C36;
}

.fcsowhat {
    color: #810C36;
}

.headline {
    font-size: 1.9em;
}

.smallheadline {
    font-size: 1.2em;
}

.lettering {
    color:#810C36;
    font-family: "Bauhaus 93",Verdana,Helvetica,sans-serif;
    font-size:120%;
    font-weight:normal;
    margin-left:5px;
    margin-right:5px;
}

.songimg {
    margin-bottom: 3px;
    margin-left: 10px;
  }

  .imgfooter {
    font-size: 75%;
    }
    
 .imgtransform:hover {
   transform: scale(1.1);
   transition: all 800ms;
   }
 
 .imgref a:visited, .imgref a:hover,.imgref a:link,.imgref a {
    text-decoration: none;
	color: #810C36;
}
 