/********************************************************
 * Description: Primary stylesheet for k5cow.org website
 * Author: Randy Thomson - K5MW
 * *****************************************************/

/* body styles */
html {
    background-color: #DEF5FF;
}
body {
    
    font-family: Arial, san-serif;
    }
.footer {
    font-size: 80%;
    margin: 2em 8em;
    text-align: right;
}
input {
    width: 300px;
    padding: 20px;
    font-weight: bold;
    font-size: 120%;
    background: #6699cc;
    color: #fff;
    border: 1px solid #3366cc;
    border-radius: 10px;
    box-shadow: 6px 6px 5px #999;
}
#ButtonLink:hover {
    background: #3366cc;
}
#Authorize {
    background: #cc9966;
    border: 1px solid #cc6633;
    float: left;
    margin-right: 20px;
    margin-bottom: 8px;
}
#Authorize:hover {
    background: #cc6633;
}
#Schedule {
    background: #cc9966;
    border: 1px solid #cc6633;
}
#Schedule:hover {
    background: #cc6633;
}
header {
    text-align: center;
    margin: 0;
    padding: 2em;
}
header h1 {
    margin-top: 1em;
    font-size: 140%;
    font-weight: bold;
}       
main {
    margin-left: 5em;
    margin-right: 5em;
    background: url("../images/Bullrider Enlarged.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 500px;
    min-height: 500px;
    }