/*
* Images
*/
img {vertical-align: middle;}

/*
* Front page image
*/
#rounded { 
    border-radius: 5%;
    width: 450px;
}
 
/*
* Fonts
*/
body {
    font-family: arial, sans-serif;
    font-size: 12pt;
}

.title {
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 40pt;
    margin-top: 25px;
}

.subtitle {
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 18pt;
    margin-top: 15px;
}

/*
*  center in browser window
*/
.backdrop {
    background-color: none;
    background-position: left top;
    attachment: fixed;
    width: 950px;
    margin: auto;
}

/*
*  Hoosier Trails 5k themed side ribbon
*/
.sideribbon {
    background-color: #d16400; /* ht5k orange */
    position: left top;
    attachment: fixed;
    width: 250px;
    height: 1650px;
    text-align: center;
    color: #ded6b0; /* ht5k white */
    font-weight: bold;
}

.logo {
    position: top;
    attachment: fixed;
    height: 200px;
    margin-top: 20px;
}

.sponsortext {
    margin-top: 50px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 20pt;
    color: #ded6b0; /* ht5k white */
}
.goldimage {
    margin-top: 33px;
    margin-bottom: 0px;
}

.goldtext {
    margin-top: 33px;
    margin-bottom: 0px;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 20pt;
    color: #c80000; /* ht5k red */
}

.silverimage {
    margin-top: 22px;
    margin-bottom: 0px;
}

.partnerimage {
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

.signupbtn {
    background-color: #c80000; /* ht5k red */
    color: #ded6b0; /* ht5k white */
    border: none;
    padding: 10px;
    text-align: center;
    display: inline-block;
    margin: auto;
    text-decoration: none;
    border-radius: 5px;
}

.largebutton {
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #CE1126; /* scout red */
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16pt;
    margin-top: 25px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.largebutton:hover {
    font-weight: bold;
}

.topspace {
    margin-top: 20px;
}
    
/*
*  Boy Scout themed main page
*/
.main {
    margin-top: -1650px;
    margin-left: 250px;
    background-color: none;
    attachment: fixed;
    width: 700px;
}

.header {
    width: 700px;
    height: 115px;
}

.notice {
    padding-left: 50px;
    width: 560px;
    margin-top: 20px;
    margin-bottom: 30x;
    text-align: justify;
    font-family: Georgia, serif;
    font-size: 14px;
    color: red;
}

.ssl {
    margin-top: 10px;
    margin-bottom: 5px;
}

.ssl img {
    padding-right: 20px;
}


.description {
    color: #003F87; /* scout blue */
    background-color: white;
    text-align: justify;
    font-style: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 680px; /* total width - total padding */
    height: 1302px; /* total height - (header + footer + link font/padding) */
    overflow-y: scroll;
    overflow-x: hidden;
}

.scoutfooter {
    width: 700px;
    height: 90px;
}

.footer {
    color: #003F87; /* scout blue */
    background-color: #F6F6F6; /* light grey */
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    width: 950px;
}

.legacy
{
    padding: 10px 18px 5px 18px; /* top right bottom left */
}

/*
*  dropdown menu
*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #CE1126; /* scout red */
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 12px 30px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    font-weight: bold;
    background-color: #003F87; /* scout blue */
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #CE5260; /* 60% sat scout red */
    min-width: 100px;
    z-index: 100; /* move to front */
}

.dropdown-content a {
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #333; /* grey */
}

.show {
    display: block;
}

/*
* Contact Form
*/
.form {
    border: 5px solid #003F87; /* scout blue */;
    color: #003F87; /* scout blue */
    align: left;
    width: 100%;
}

.button {
    font-size: 12pt;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #CE1126; /* scout red */
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 5px;
}

.button:hover {
    font-weight: bold;
}

/*
* Signup
*/
ul.signup {
    background-color: white;
    text-align: left;
}
