/* SWP - CSS */
/* The State of Queensland (Department of Education) */

.showcss {
    display: block !important;
}

.hidecss {
    display: none !important;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 2rem;
}

header {
    background: #333;
    color: #fff;
}

#govlogo, #deptname {
    padding: 1rem;
    height: 5rem;
}

img {
    height: 100%;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.6rem;
}

#deptname img {
    margin-top: 1rem;
    height: 1.2rem;
}

.copy {
    font-size: 0.9rem;
}

.copy h4 {
    font-size: 1.1rem;
    font-weight: 600;
}

.ans {
    display: none;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: .5rem;
    background: #eee;
}