/*
    Colors
    Using: http://chir.ag/projects/name-that-color/#6195ED for names
*/
:root {
    --color-web-orange: #ffaa00;
}

html {
    height: 100%;
}
body > .container {
    padding: 60px 15px 0;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #555;
    border-top: 1px double #fff;
    color: #ddd;
    font-size: 8pt;
    text-align: right;
    padding: 0 30px 0 0;
    font-family: Helvetica, Arial, sans-serif;
}
#content {
    overflow-y: auto;
    position: absolute;
    top: 37px;
    bottom: 30px;
    right: 0;
    left: 0;
    padding-top: 20px;
    z-index: 1;
}
#content_holder {
    display: inline-block;
    text-align: left;
    max-width: 700px;
}
.centered_content {
    text-align: center;
}


/* header changes */
header {
    background-color: #222;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 0 4px 3px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
    font-size: 12pt;
    height: auto;
    position: relative;
    z-index: 99999;
}
header .navbar {
    padding: 0;
    z-index: 500;
}
header .navbar-brand {
    font-size: 14pt;
    padding: 0;
}
header .navbar-toggler {
    color: #fff;
    font-size: 14px;
    margin: 4px;
}
header .navbar-toggler:focus {
    outline: 2px auto var(--color-web-orange);
}
div.navbar-collapse {
    /*padding-top: 10px;*/
    line-height: normal;
    z-index: 500;
}
header .navbar-dark .navbar-nav .nav-link,
header .navbar-dark .navbar-nav .nav-link:visited {
    color: #eee;
    text-decoration: none;
}
header .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--color-web-orange);
    background-color: #555;
}
header .navbar-dark .navbar-nav .nav-link:active {
    color: #ff0;
}
header .navbar-dark .navbar-nav .nav-item.active .nav-link {
    background-color: #444;
}
header .nav-item {
    margin: 0 10px 0 10px;
    min-width: 100px;
    text-align: center;
}
#center_column {
    margin-bottom: 50px;
    text-align: center;
    border-background: yellow;
}

body {
    font-family: 'Oxygen', 'Helvetica', 'Arial', sans-serif;
    color: #eee;
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
    font-size: 16px;
    background: linear-gradient(to top right, #777, #999);
}
#main_content {
    letter-spacing: 1px;
    font-size: 12pt;
}
/* seriously, just make this an (svg) image */
#tonsil_logo {
    font-family: 'Audiowide', cursive;
    font-size: 18pt;
    letter-spacing: 3px;
    color: var(--color-web-orange);
    transform:scaleY(1.2);
    display: inline-block;
    margin: 0 30px 0 10px;
    /* offset-x | offset-y | blur-radius | color */
    text-shadow: 0.5px 0.5px 0 #777;
    line-height: 30px;
}
#header {
    background-color: #222;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 0 4px 3px 1px rgba(0, 0, 0, 0.2);
    padding: 5px;
    margin-bottom: 5px;
    font-size: 12pt;
}
#navigation_list {
    margin: 0;
    padding-top: 4px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
.navigation_item {
    margin: 0 20px 0 0;
    padding: 2px;
    display: inline-block;
}
.navigation_item.current {
    border-bottom: 1px solid yellow;
}
#header a {
    color: #ddd;
    text-decoration: none;
}
#header a:hover {
    color: var(--color-web-orange);
}
#header a:active {
    color: #ff0;
}
#header a:visited {
    color: #ddd;
    text-decoration: none;
}

#tonsil_pic {
    border: none;
    margin-bottom: 20px;
}
