/*
      IT - 270 Website Design
      Final Project
      Photos Stylesheet

      Midsouth Challengers
      Author: Michael Coffey 
      Date: March 20, 2016

                 

*/

/* Article Styles */

article h1 {
    clear: left;
    margin-top: 9%;
    color: darkorange;
    text-align: center;
    width: 100%;
    font-variant: small-caps;
    font-size: 2.1em;
    margin-bottom: 3%;
}

article section {
    margin-left: 3%;
}
article img {
    height: 400px;
}

/* Section #back styles */

section#back {
    width: 100%;
    text-align: center;
    margin-top: 3%;
}

section#back a{
    text-decoration: none;
    color: darkorange;
}

/* Footer Styles */

footer {
    margin-top: 5%;
    color: dodgerblue;
    text-align: center;
}


