/*
      IT - 270 Website Design
      Final Project
      Contact Stylesheet

      Midsouth Challengers
      Author: Michael Coffey 
      Date: March 20, 2016

                 

*/

/* Article Styles */

article {
    clear: left;
    margin-top: 10%;
}

article h1 {
    text-align: center;
    color: darkorange;
    font-size: 1.8em;
    font-variant: small-caps;
}

article p {
    text-align: center;
    color: white;
    font-size: 1.5em;
    font-variant: small-caps;
    margin-left: 10%;
    margin-right: 10%;
}

article p a{
    color: dodgerblue;
    text-decoration: none;
}

article img {
    height: 400px;
    margin-left: 30%;
}


footer {
    clear: left;
    text-align: center;
    font-size: em 1.1;
    width: 100%;
    color: dodgerblue;
    margin-top: 5%;
}


