

section header h1 {
	font-family: Audiowide;
	font-size: calc(14px + 2vw);
	color: white;
	line-height: 36px;
}

footer h1 {
	font-family: Audiowide;
	font-size: calc(10px + 1vw);
	color: white;
	line-height: 24px;
	text-align: right;
}

h2 {
	font-family: Roboto;
	font-size: calc(12px + 1.5vw);
	font-weight: bold;
}

p, pre {
	Font-Family: Roboto;
	Font-Size: calc(10px + .5vw);
}

nav a {
	font-family: Audiowide;
	font-size: calc(10px + 1vw);
	color: white;
}

label, input, a, tr, td {
	Font-Family: Roboto;
	Font-Size: calc(10px + 1vw);
}


div a.w3-button {
	width: 95%;
	Font-Family: Roboto;
	Font-Size: calc(10px + 0.4vw);
	}
	
img.responsive-shrink {
        max-width : 100%;
        height: auto;
    }
	
img.responsive-fill {
        width : 100%;
        height: auto;
    }
	




