﻿body 
{
    background-color:ghostwhite;
}





.bigheader
{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    
    color:burlywood;
}
@media (max-width: 767px) {
    .bigheader p {
       font-size: 18px;
    }
 }
 @media (min-width: 768px) and (max-width: 1023px) {
    .bigheader p {
       font-size: 20px;
    }
 }
 @media (min-width: 1024px) {
    .bigheader p {
       font-size: 24px;
    }

}
.smallheader {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 35px;
    color: burlywood;
}
.mediumtext {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    color: burlywood;
}
.menutext {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 22px;
    color: rgb(106, 41, 228);
}
.bandname {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    color:darkseagreen
}
.smalltext {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    color:darkred;
    
    border-width: 1px;
    border-style: solid;
    vertical-align:top;
}
.texttext {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
     color: darkred;
    vertical-align: top;
}
.smallmediumtext {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    
    color: darkred;
   
    vertical-align: top;
}
.listcontainer {

    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    letter-spacing:1px;
    line-height:17px;
    color: chocolate;
    padding:10px 10px 10px 10px;
    border-width:5px;
    border-style:solid;
    border-color:burlywood;
}

.tablex {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 120px;
   
}
.picture
{
    border-width:10px;
    border-style:solid;
    border-color:burlywood;
}

a:link {
    color: red;
    font-size:16px;
}

a:visited {
    color: green;
    font-size: 16px;
}

a:hover {
    color: hotpink;
    font-size: 16px;
}

a:active {
    color: blue;
    font-size: 16px;
}
