/* Palette
Dark gray: 		#b5b5b5
Dark Blue: 		#1d304d
Storm Gray: 	#6f7384
Light orange:	#ff8c00
Orange:			#dc7000
Dark orange:	#dc3800
Brown: 			#884c00
*/

html {
    background-image: url("../images/bg.png");
}

nav a {
    color: #ffffff;
}

#back-link-block {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

/* Header */
header {
    background: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

header img {
    width: 40%;
    height: auto;
    max-width: 500px;
    min-width: 260px;
}

/* Content */
#download-button {
    color: white;
	width: 150px;
	height: 30px;

	line-height: 30px;
}

/* INDEX.HTML */
.aspect-ratio {
    position: relative;
    width: 70%;
    height: 0;
    padding-bottom: 45%;
    margin: 0 auto;
}

.aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 87.5%;
    left: 0; top: 0;
    padding-top: 4%;
}

/* -- DOWNLOADS.HTML -- */
/* Page wide */
ol li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.downloads-button {
	width: 100px;
	height: 25px;

	line-height: 25px;
}


main div div .downloads-button {
    color: #ffffff;
}

.collapsible-head {
    font-size: 1.2em;
    color: #dc7000;
}

.collapsible-head:hover {
    font-weight: bold;
    color: #ff8c00;
    cursor: pointer;
}
