@charset "utf-8";


body {
    background-color: lightblue;
    color: black;
    font-size: 20px;
    font-family: 'Times New Roman', 'Times', 'serif', 'Trebuchet MS', 'sans-serif';
}

@media only screen and (max-width: 470px) {
    nav.horizontal a {
        font-size: 2.5em;
        line-height: 1.8em;
    }

}

@media only screen and (min-width: 450px) {
    ul.submenu {
    width: 200%;
    display: block;
}

}

@media only screen and (min-width: 750px) {
    
}

table.Bowling-Companies {
    background: white;
    border: 8px solid red;
}

textarea {
    margin-top: 8px;
    height: 90px;
    width: 85%;
}
