body, h1 {font-family: "Inconsolata", sans-serif}
body, h2 {font-family: "Inconsolata", sans-serif}
body, h3 {font-family: "Inconsolata", sans-serif}

body, html {height: 100%}
body, html {background-color:rgb(250, 240, 230)}

.showcase{
    height: 75px;
    padding: 50px 25px 50px 25px;
}

.section{
    height: 600px;
    padding: 40px 0;
    max-width: 100%;
}

.section h3{
    padding: 15px 25px 15px 25px;
}

.section video{
    max-width: 100%;
    max-height: 500px;
    vertical-align: middle;
}

a.ball:link {
    color: green;
}
a.ball:visited {
    color: red;
}

a.hoop:link {
    color: green;
}
a.hoop:visited {
    color: red;
}

a.clubs:link {
    color: green;
}
a.clubs:visited {
    color: red;
}

a.ribbon:link {
    color: green;
}
a.ribbon:visited {
    color: red;
}

a.rope:link {
    color: green;
}
a.rope:visited {
    color: red;
}

