body{
    background-color: cadetblue;
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
}

.jumbotron{
    text-align: center;
}


#aboutsteve{
    height: 75%;
    width: 75%;
    border-radius: 2em;
    /* border: 1px solid; */
    box-shadow: 2px 3px; 
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px; 
}
#stevepeisch{
    border-radius: 2em;
    height: 20%;
    width: 20%; 
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px; 
}
#gform{
    padding-bottom: 6em;
    padding-left: 2em;
    padding-right: 2em;
}
h1{
    font-family: 'Anton', sans-serif;
    text-shadow: 2px 2px white;

}
.navbar-brand{
    font-family: 'Anton', sans-serif;
    font-size: 32px;
}

.maintext{
    font-family: 'Anton', sans-serif;
    font-size: 42px;

}
.phototext{
    text-align: center;
    margin: auto;
}

b{font-weight: 1000}
#timetravelerposter{
    height: 50%;
    width: 50%
}
#timetravelerposter{
    border-radius: 1em;

    box-shadow: 2px 3px; 

}
.donate{
    color: cadetblue;
}
.concertflyer{
    width: 20%;
    height: 20%;
    filter: grayscale(100%);
    border-radius: 50%;
    /* float: left;  */
    /* display: flex;
  justify-content: center; */  
}
.concertflyercolor{
    width: 20%;
    height: 20%;
    /* filter: grayscale(100%); */
    border-radius: 50%;
    /* float: left;  */
    /* display: flex;
  justify-content: center; */  
}
.about{
    filter: grayscale(100%);
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.thesteves{
    width: 40%;
    height: 40%;
}
.stevessmall{
    width: 40%;
    height: 40%;
}
@media only screen and (max-width: 400px) {
    .concertflyer{
        width: 20%;
        height: 20%;
    }

  }
li{font-size: 32px;
  }

  .upcoming{
    line-height: 50%;
  }
  #shows{
    border: double;
  }
  .concert{
    width: 25%;
    height: 25%;
}