@charset "UTF-8";

/* Override the 960px grid*/

body {
    color: #686768;
}

.container {
    max-width: 1000px;
}

.nav-menu {
    text-align: center;
}


/* pillarbox correction

.header-video {
    margin-left: -4.5%;
}

.description,
.section {
    padding-right: 9%;
}

*/


/* button theming*/

.button.download {
    background-color: #686768;
}

.button.download:hover {
    background-color: #ffdce1;
}

.highlighted-link:link,
.highlighted-link:active,
.highlighted-link:visited {
    color: #686768;
}

.highlighted-link:hover {
    color: #ffdce1;
}