wrapper {
    background-color: aliceblue;
}
h1{
    font-family: cooper, sans-serif;
    text-align: center;
    text-decoration: none;
    color: rebeccapurple;
    border-bottom: dashed 2px #2394b6;
}
h2 {
    font-family: Arial, sans-serif;
    text-align: center;
    text-decoration: underline;
}
h3, h4 {
    font-family: Arial, sans-serif;
    text-align: center;
}
h5 {
    font-family: Arial, sans-serif;
    text-align: center;
    text-decoration: underline;
    font-size: 120%;
}
header {
    background-color: #2394b6;
    margin: auto;
    margin-bottom: 10px;
    padding: 10px;
}
body{
    font-family: Arial, sans-serif;
    font-size: 105%;
}
.current{
    font-weight: bold;
    text-decoration: overline;
}
a:link {
    color: darkblue;
    text-decoration: none;
}
a:visited {
    color: darkblue;
    text-decoration: none;
}
a:hover {
    color: rebeccapurple;
    text-decoration: none;
}
a:active {
    color: dimgray;
    text-decoration: none;
}
nav {
    overflow: hidden;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
  text-align: center;
    float: right;
    font-size: 150%;
    margin-top: 80px;
}
ul {
    display: inline-block;
    list-style-type: none;
    overflow: hidden;
}
li a {
    display: block;
    text-align: center;
    padding: 15px;
    padding-bottom: 0;
}
li {
    float:left;
}
#homebutton {
  background-color: #2394b6;
  color: white;
  padding: 20px 30px;
  text-align: center;
  text-decoration: none;
  display: block;
    border-radius: 15px;
    font-weight: bold;
    font-size: 110%;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    margin-top: 50px;
    margin-bottom: 50px;
}
#homebutton:hover{
    background-color: rebeccapurple;
    -moz-box-shadow: 3px 3px 3px gray;
    -o-box-shadow: 3px 3px 3px gray;
    -webkit-box-shadow: 3px 3px 3px gray;
    box-shadow: 3px 3px 3px gray;
}
.main {
    width: 70%;
    margin: auto;
}

footer {
    background-color: #2394b6;
    padding: 20px;
    border-top: solid 8px rebeccapurple;
    border-bottom: solid 8px rebeccapurple;
    clear: both;
}
.homepics {
    display: flex;
}
.homeimg {
    flex: 33.33%;
    padding: 5px;
}
.links {
    float: right;
    transform: translateY(-12px)
}
.footlink {
    float: none;
}
#rombalds {
    float: left;
    text-align: left;
    border-right: dashed 2px rebeccapurple;
    width: 49%;
    padding-right: 5px;
}
.subhead {
    text-decoration: underline;
    font-weight: bold;
    text-align: left;
    font-size: 115%;
    clear: left;
}
ol {
    list-style-type: square;
}
.rules {
    float: none;
}
#parade {
    float: left;
    text-align: left;
    width: 49%;
    padding-left: 10px;
}
.date {
    float: none;
    border-bottom: dotted 2px #2394b6;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#other {
    clear: both;
    padding-top: 10px;
    width: 50%;
    margin: auto;
}
.otherevent {
    float: none;
    text-align: center;
    list-style: none;
    font-weight: bold;
}
.basiclist {
    float: none;
    padding-bottom: 5px;
}
.joinlogos {
    display: flex;
    margin-bottom: 50px;
    margin-top: 50px;
}
#logo {
    display: flex;
    position: relative;
}
.logos {
    flex: 50%;
    padding: 5px;
}
#skip-links {
position:absolute;
left:-1000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
#skip-links a:focus{
position:static;
width:auto;
height:auto;
}