/*
      IT - 270 Website Design
      Final Project
      Upcoming Events Stylesheet

      Midsouth Challengers
      Author: Michael Coffey 
      Date: March 20, 2016

                 

*/

/* Heading Styles */

h1#today {
    clear: left;
    margin-top: 9%;
    color: darkorange;
    text-align: center;
    width: 100%;
    font-variant: small-caps;
    font-size: 2.1em;
    margin-bottom: 3%;
}

h2 {
    clear: left;
    color: darkorange;
    text-align: center;
    width: 100%;
    font-variant: small-caps;
    font-size: 1.8em;
    margin-bottom: 3%;
}

/* table styles */

article#schedule {
    color: white;
    clear: left;
    width: 100%;
    margin-left: 3%;
    font-size: 1.3em;
    margin-bottom: 10%;
    
}

thead tr th {
    width: 20%;
}

thead th i {
    color: dodgerblue;
}

tbody {
    text-align: center;
}

tbody td img {
    height: 35px;
}

tbody td img:hover {
    height: 400px;
}

footer {
    text-align: center;
    color: dodgerblue;
    font-size: 1.1em;
}

