/* Import font (used in h1) */
@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');

/* Basic resets */
html { box-sizing: border-box; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
*, *:before, *:after { box-sizing: inherit; }
body { margin: 0; font-family: Verdana, sans-serif; font-size: 15px; line-height: 1.5; }
a { background-color: transparent; text-decoration: none; color: inherit; }
img { border-style: none; max-width: 100%; height: auto; vertical-align: middle; }

/* Used typography */
h1 { font-family: "Damion", sans-serif; font-size: 4.6em; text-align: center; margin: 10px 0; font-weight: 400; }

/* Used classes */
.w3-container { padding: 0.01em 16px; }
.w3-container:after, .w3-container:before { content: ""; display: table; clear: both; }
.w3-pale-yellow { background-image: url("fkheader_fall2.png"); color: #FFF !important; background-color: #ffffcc !important; }
.w3-bar { width: 100%; overflow: hidden; }
.w3-bar-item { padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0; }
.footer { position: fixed; left: 0; bottom: 0; width: 100%; background-color: #ffffcc; color: black; text-align: center; }
