html
{
    min-height: 100%;
    overflow-y: scroll;
}

*
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: sans-serif;
/*    background: linear-gradient(#666, #222);*/
    color: #000;
    background: #666;
}

p
{
    padding: 0 0 5px 0;
}

pre
{
    font-family: consolas, monospace;
}

img
{
    border: 0;
}

h1, h2, h3, h4, h5, h6
{
    font: bold 175% sans-serif;
    margin: 0 0 15px 0;
    padding: 15px 0 5px 0;
}

h2
{
    font: bold 175% sans-serif
}

h4, h5, h6
{
    font: bold 120% sans-serif;
    margin: 0;
    padding: 0 0 5px 0;
}

h5, h6
{
    font: bold 105% sans-serif;
    padding: 0 0 15px 0;

}

.content a, .content a:hover
{
    border-bottom: 3px solid #ccc;
    box-shadow: inset 0 -3px 0 #ccc;
    outline: none;
    text-decoration: none;
    color: #000;
}

a, a:hover
{
    outline: none;
    text-decoration: none;
    color: #000;
}

.content a:hover
{
    text-decoration: none;
    background: #ccc;
}

.left
{
    float: left;
    width: auto;
    margin-right: 10px;
}

.right
{
    float: right;
    width: auto;
    margin-left: 10px;
}

.center
{
    display: block;
    text-align: center;
    margin: 5px auto;
    background-color: #eee;
}

blockquote
{
    margin: 20px 0;
    padding: 10px 20px 0 20px;
    border: 1px solid #E5E5DB;
    background: #FFF;
}

ul
{
    margin: 2px 0 22px 17px;
}


ul li
{
    margin: 0 0 6px 0;
    padding: 0 0 4px 5px;
}

ol
{
    margin: 8px 0 22px 20px;
}

ol li
{
    margin: 0 0 11px 0;
}

.assignment
{
    margin: 2px 0 80px 17px;
    font-family: consolas, monospace;
}

#main, #logo, #menubar, .site_content, #footer
{
    margin-left: auto;
    margin-right: auto;
}

#header
{
    background: transparent;
    padding: 20px 0px 0px 0px;

}

#logo
{
    min-width: 320px;
    max-width: 90%;
    position: relative;
    height: 120px;
    background: #6e2e00;
    border-bottom: 4px;
}

#logo #logo_text
{
    position: absolute;
    top: 20px;
    left: 20px;
}

#logo h1, #logo h2
{
    font: normal 300% sans-serif;
    border-bottom: 0;
    text-transform: none;
    margin: 0;
}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover
{
    padding: 22px 0 0 0;
    color: #FFF;
    letter-spacing: 0px;
    text-decoration: none;
}

#logo_text h1 a .logo_colour
{
    color: #FFF;
}

#logo_text h2
{
    font-size: 100%;
    padding: 4px 0 0 0;
    color: #FFF;
}

#logo #logo_image
{
    position: absolute;
    top: 20px;
    right: 20px;

}

#logo_image img
{
    padding: 0;
    color: #FFF;
    letter-spacing: 0px;
    text-decoration: none;
}

#menubar
{
    min-width: 320px;
    max-width: 90%;
    height: 60px;
    position: relative;
    padding: 0;
    background: #6e2e00;
}

ul#menu, ul#menu li
{
    float: left;
    margin: 0;
    padding: 0;
}

ul#menu li
{
    list-style: none;
}

ul#menu li a
{
    letter-spacing: 0.1em;
    font: normal 100% sans-serif;
    display: block;
    float: left;
    height: 17px;
    margin: 10px 0 0 10px;
    padding: 12px 26px 12px 26px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent;
}

ul#menu li a:hover, ul#menu li.selected a, ul#menu li.selected a:hover
{
    color: #FFF;
    background: #9e4e00;
}

.site_content
{
    min-width: 320px;
    max-width: 90%;
    overflow: hidden;
    display: flex;
    margin: 0 auto 0 auto;
    background: transparent;
    padding: 10px 0px 0px 0px;
    /*border-bottom: 4px solid #444;*/
}

.content
{
    text-align: left;
    float: left;
    flex-grow: 100;
    background: #FFF;
    padding: 5px 25px 5px 20px;
}

.content ul
{
    margin: 2px 0 10px 0px;
}

.content ul li
{
    margin: 0 0 6px 20px;
    padding: 0 0 0px 10px;
}

#footer
{
    min-width: 320px;
    max-width: 80%;
    font: normal 100% sans-serif;
    height: 40px;
    padding: 20px 0 5px 0;
    text-align: center;
    background-color: transparent;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#footer a
{
    color: #FFF;
    text-decoration: none;
}

#footer a:hover
{
    color: #FFF;
    text-decoration: underline;
}


table
{
    margin: 10px 0 30px 0;
    width: 100%;
    padding: 10px 10px 0px 10px;
    border-spacing: 0px;
    border-collapse: separate;
}

table th
{
    font-size: 120%
}

table tr th, table tr td
{
    background: #ccc;
    color: #000;
    padding: 7px 4px;
    text-align: center;
}


table tr td
{
    color: #444;
    vertical-align: center;
    border-top: 0px solid black;
    text-align: left;
}

tr:nth-child(even) td {background: #fff}
tr:nth-child(odd) td {background: #fff}


.disabled a
{
    color: #ccc;
    text-decoration: none;
}

.disabled li
{
    color: #ccc
}

.disabled tr td
{
    color: #ccc
}

textarea
{
    width: 100%;
    border: 3px solid #000;
    padding: 0px;
    margin: 20px 0 20px 0;
    background: black;
    color: white;
    overflow: hidden;
}

pre
{
    margin:20px 0 20px 0;
    word-wrap: break-all;
    white-space: pre-wrap;
}

.term {
    background-color: black;
    color: white;
}

pre
{
    overflow:hidden;
    font-size:0.8rem;
    padding:0;
    position:relative
}

pre code
{
    padding: 15px 15px 0px 15px;
    white-space: pre-wrap;
    overflow: auto;
    display: inline-block;
}

pre[rel]:before
{
    content: attr(rel);
    color: #FFF;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: none repeat scroll 0% 0% #555;
    padding: 5px 0px;
    text-indent: 15px;
}

input[type="file"] {
    display: none;
}

/* CSS */
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa3400;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb4332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

.button {
    background-color: transparent;
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0px;
    font: normal 100% sans-serif;
    margin: 10px 10px;
    cursor: pointer;
    position: absolute;
    right: -5px;
}

.defaultimg {
   filter: hue-rotate(0deg) invert(0%);
  -webkit-filter: hue-rotate(0deg) invert(0%);
}
