/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    width: 100%;
    height: 100%;
    line-height: 1.25; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
* 1. Box sizing: border-box;
*/
*, *::before, *::after {
    box-sizing: border-box; /* 1 */
    margin: 0;
    margin-block-start: 0;
    padding: 0;
}


/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0 0 1.5em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
/* Primary colour - Blue */
/* Secondary Orange */
/* Neutral - silver*/
:Root {
    --primary-lll: #AED4E8;
    --primary-ll: #70ADCF;
    --primary-l: #2B78A1;
    --primary: #034264;
    --primary-d: #02283D;
    --primary-dd: #011B29;
    --primary-ddd: #010F1A;
    --secondary-lll: #FFD08A;
    --secondary-ll: #FFC266;
    --secondary-l: #F79E19;
    --secondary: #F18F01;
    --secondary-d: #A86500;
    --secondary-dd: #4F3002;
    --secondary-ddd: #2A1A01;
    --neutral-lll: #E6F0F0;
    --neutral-ll: #BFC0C0;
    --neutral-l: #7F8585;
    --neutral: #636666;
    --neutral-d: #3D4040;
    --neutral-dd: #1E1F1F;
    --neutral-ddd: #0F1010;
    --danger: #dc2d2d;
    --info: #2dcddc;
    --success: #2ddc36;
    --warning: #dc742d;
}
input, select, textarea {
    border-radius: 14px;
    border: 1px solid var(--primary);
    padding: 7px;
    background-color: var(--primary-lll);
    color: var(--primary);
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    box-shadow: inset 0 -3px 0 -1px var(--primary-ll), inset 0 -6px 0 -4px var(--primary-d), inset 3px 3px 7px var(--primary-l);
}

label {
    display: inline-block;
    width: clamp(140px, 20%, 200px);
    cursor: pointer;
}

input, textarea {
    cursor: text;
}

select {
    cursor: selptr;
}

input[type="submit"] {
    cursor: pointer;
    display: block;
    width: clamp(140px, 20%, 200px);
    margin: 4px auto;
    /*    use secondary colouring*/
    background-color: var(--secondary-lll);
    color: var(--secondary-dd);
    border: 1px solid var(--secondary);
    box-shadow: inset 0 -3px 0 -1px var(--secondary-ll), inset 0 -6px 0 -4px var(--secondary-d), inset 3px 3px 7px var(--secondary-l);
}* {
    color: var(--neutral-ll);
}

html {
    background-color: var(--primary-ddd);
}

body {
    width: 100%;
    height: 100vh;
    padding-top: 14px;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 7px;
    background: transparent;
    margin: 14px 20px 14px;
    cursor: grab;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-l);
    border-radius: 10px;
    width: 5px;
    margin-right: 10px;
}

::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active {
    background: var(--primary-ll);
    cursor: grabbing;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    box-shadow: inset 0px 0px 4px 0px white;
    margin: 14px 20px 14px 0;
}


.row {
    width: calc(100% - 2px);
}

.row::after, .breakAfter::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col"] {
    width: calc(100% - 2px);
    float: left;
}

.mobCol1 {
    width: calc(8.33% - 2px);
}

.mobCol2 {
    width: calc(16.66% - 2px);
}

.mobCol3 {
    width: calc(25% - 2px);
}

.mobCol4 {
    width: calc(33.33% - 2px);
}

.mobCol5 {
    width: calc(41.66% - 2px);
}

.mobCol6 {
    width: calc(50% - 2px);
}

.mobCol7 {
    width: calc(58.33% - 2px);
}

.mobCol8 {
    width: calc(66.66% - 2px);
}

.mobCol9 {
    width: calc(75% - 2px);
}

.mobCol10 {
    width: calc(83.33% - 2px);
}

.mobCol11 {
    width: calc(91.66% - 2px);
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .sigmar {
    font-family: 'Sigmar', sans-serif;
    letter-spacing: 1.5px;
    font-weight: normal;
    margin-bottom: 0.5em;
    text-shadow: -1px 1px 0 var(--primary-ddd), -2px 2px 0 var(--neutral-dd);
}

h1 {
    text-transform: uppercase;
}

h2 {
    font-size: 1.5em;
    color: var(--primary-lll);
    margin-top: 0.5em;
}

p {
    margin-bottom: 0.5em;
}

#pageContainer {
    width: 100%;
    height: auto;
    min-height: 75vh;
    position: relative;
    overflow-y: auto;
    background-color: var(--primary);
    border-radius: 14px;
    border-left: 1px solid var(--primary-l);
    border-top: 1px solid var(--primary-l);
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#pageContainer .indented {
    background-color: var(--primary-dd);
    border-radius: 14px;
    border-left: 1px solid black;
    border-right: 1px solid var(--primary-l);
    border-bottom: 1px solid var(--primary-l);
    border-top: 1px solid black;

}

.paddedContainer {
    padding: 14px;
}

#homePageLogo {
    height: 312px;
    position: relative;
}

#homePageLogo img {
    width: auto;
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;

    max-width: 512px;
    max-height: 256px;
}

#homePageRow2 div {
    min-height: 200px;
}

#footer div {
    text-align: center;
}

#footer div i {
    font-size: 2.5em;
}

#footer div a:hover, #footer div a:hover i {
    color: var(--secondary-ll);
}

.alert {
    border: 1px solid var(--primary);
}

.alert-danger, .alert-error {
    border: 1px solid var(--danger);
    background-color: var(--secondary-ddd);
}

.alert-info {
    border: 1px solid var(--info);
}

.alert-success {
    border: 1px solid var(--success);
}

.alert-warning {
    border: 1px solid var(--warning);
}
/*Everything here should be in a media query for screen width greater than 1000px*/
@media screen and (min-width: 1000px) {

    body {
        width: 80%;
        margin: 0 auto;
    }

    /*cols 1- 12*/
    .col1 {
        width: calc(8.33% - 2px);
    }

    .col2 {
        width: calc(16.66% - 2px);
    }

    .col3 {
        width: calc(25% - 2px);

    }

    .col4 {
        width: calc(33.33% - 2px);
    }

    .col5 {
        width: calc(41.66% - 2px);
    }

    .col6 {
        width: calc(50% - 2px);
    }

    .col7 {
        width: calc(58.33% - 2px);
    }

    .col8 {
        width: calc(66.66% - 2px);
    }

    .col9 {
        width: calc(75% - 2px);
    }

    .col10 {
        width: calc(83.33% - 2px);
    }

    .col11 {
        width: calc(91.66% - 2px);
    }

    .col12 {
        width: calc(100% - 2px);
    }

    /*    centered version of each col- with margin-left as a %*/
    .col1.centered {
        margin-left: 45.83%;
    }

    .col2.centered {
        margin-left: 41.66%;
    }

    .col3.centered {
        margin-left: 37.5%;
    }

    .col4.centered {
        margin-left: 33.33%;
    }

    .col5.centered {
        margin-left: 29.16%;
    }

    .col6.centered {
        margin-left: 25%;
    }

    .col7.centered {
        margin-left: 20.83%;
    }

    .col8.centered {
        margin-left: 16.66%;
    }

    .col9.centered {
        margin-left: 12.5%;
    }

    .col10.centered {
        margin-left: 8.33%;
    }

    .col11.centered {
        margin-left: 4.16%;
    }
}@font-face {
        font-family: "Sigmar";
        src: url("https://idlecrime.com/src/fonts/Sigmar-Regular.ttf");
        font-display: swap;
        letter-spacing: 1.5px;
    }