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.leaps:link {
    color: green;
}
a.leaps:visited {
    color: red;
}

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

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