body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #E0E0E0;
}
a{
  text-decoration: none;
    color:#ff3300
}
a:hover{
    background-color: #d6d6c2;
}

/* --- Header --- */
nav li{
    display: inline-block;
    font-size: 25px;
    padding-top: 3%;
}
nav ul{
    height: 75px;
    background: linear-gradient(#F8F8F8, #181818);  
    text-align-last: center;
}

nav a{
    color: #ff3300;
}

/* --- Main --- */
#home{
    width: 100%;
    height: 400px;
    background-image: url("/triathlon/images/home.png");
        background-size: 100% 100%;
}
#swim{
    width: 100%;
    height: 400px;
    background-image: url("/triathlon/images/swim.jpg");
        background-size: 100% 100%;
}
#run{
    width: 100%;
    height: 400px;
    background-image: url("/triathlon/images/running.jpg");
        background-size: 100% 100%;
}
#bike{
    width: 100%;
    height: 400px;
    background-image: url("/triathlon/images/biking.jpg");
        background-size: 100% 100%;
}
#route{
    width: 100%;
    height: 400px;
    background-image: url("/triathlon/images/Routes.jpg");
        background-size: 100% 100%;
}
#reg{
    width: 100%;
    height: 400px;
    background-image: url("/triathlon/images/registration.JPG");
        background-size: 100% 100%;
}
#con{
    width: 100%;
    height: 400px;
    background-image: url("/triathlon/images/contact.jpg");
        background-size: 100% 100%;
}
#res{
    width: 100%;
    height: 400px;
    background-image: url("/triathlon/images/resources2.png");
        background-size: 100% 100%;
}
article{
    background-color: white;
    border:solid 2pt #ff3300;
    padding:0% 3% 3% 3%;
    width: 85%;
    margin: auto;
    height:500px;
}
article img{
    float:left;
    height: auto;
    max-width: auto;
}
article p{
    float: right;
    padding-left: 30px;
    font-size: 125%
}
main h2{
    color: #ff3300;
}
main form{
    
}

/* --- Footer --- */

footer{
    background: linear-gradient(#181818, #F8F8F8);
    height: 30px;
}
footer ul{
    text-align: center;
}
footer li{
    display: inline-block;
}
