/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {font-size: 62.5%;} /* font-size: 62.5% now means that 1.0 rem = 10px */
 /* font-size: 62.5% now means that 1.0 rem = 10px */
html,
button,
input,
select,
textarea {
    background: #000000; color: #ffffff;
}

body {
	font-size: 1.2rem;
    line-height: 1.2;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* GLOBAL COMMENTS */

/*Personal Palette*/
/*#CC3333 = Persian Red*/

/*Business Palette, taken from Starry Night Over The Rhone*/
/*#FFFFFF = White*/
/*F29C01 = Vivid orange*/
/*05071e = Very dark (mostly black) blue*/
/*07223f = Very dark blue*/
/*648bbb = Slightly desaturated blue*/

/*OVERRIDE STYLES*/ /*This isn't a good name for this, as the redundant style is the one that should be removed...*/
/*Maybe I should give these classes?*/
/*html, body {height: 100%;}*/ /*for footer*/
body {font: 500 1.6rem "Montserrat",sans-serif;}
section{margin: 0.5rem 0;}
ul { padding-left: 0.2rem; padding-inline-start: 2.0rem; margin: 0.8rem 0.8rem;}
li { padding-left: 0.1rem; }

/*REUSABLE ELEMENTS OF STYLE*/
/* Link static style*/
a:link, a:visited { color: #8090bd; }
/* Link special effects*/
a:focus {outline: thin dotted;}
a:hover {color: #80fd7f; outline: 0;}
a:active {position: relative; top: 0.1rem; left: 0.1rem;}

.go_centre {
    margin: 0 auto;
}

.article {
    background: #262626;
	border-radius: 0.5rem;
	padding: 1.25rem 1.9rem;
	position: relative;
	margin: 0.8rem 0.2rem;
    font: 500 1.6rem "Montserrat",sans-serif;
}

.paper_title {
    font: 600 1.8rem "Montserrat",sans-serif;
}

/*SPECIFIC STYLES*/
.whbcit8_title1{margin: 0 1rem 1rem 1rem; text-transform: uppercase; font: 800 3.3rem "Montserrat",sans-serif;}
.whbcit8_tagline{font: 400 1.6rem "Montserrat",sans-serif; transform: skewX(-15deg); z-index: 1;} /*Maybe remove this skew thing, replace with: text-decoration: underline; */
.whbcit8_title2{text-transform: uppercase; margin: 1.5rem 0 0.0rem 0; font: 800 1.8rem "Montserrat",sans-serif; border-bottom: 0.18rem solid;}
.whbcit8_hiddenbullets{list-style-type: none; padding:0;}
.centered_block{margin:4.5rem auto 2%;width:96%;} @media (min-width:768px){.centered_block{width:750px;margin:4.5rem auto 5%;}}
.center_justified{text-align: center;}
.whbcit8_border{width:auto;padding:25px 20px;background-color:#000000;border:3px solid} @media (min-width:768px){.whbcit8_border{width:700px;padding:25px 30px}}
.whbcit8_borderradius{border-radius:1rem}
footer{text-align:center;font-size:.9em;margin:0 0 16px;} @media (min-width:768px){footer{float:right;text-align:right}} /*should this have a class?*/
.whbcit8_yellow{color: #3e2e6e;}
.whbcit8_yellowborder {border-color: #3e2e6e;}
.whbcit8_headertext{font: 700 1.4rem "Montserrat",sans-serif;}
.whbcit8_footertext{font: 700 1.2rem "Montserrat",sans-serif;}
#overhead {height: 2.5rem; width: 100%; position: fixed; top: 0; padding-top: 0.5rem; z-index: 10; background: #05071e;  border-width: 0 0 0.25rem 0; border-style: solid;}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */


.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* Style adjustments for viewports that meet the condition */
@media only screen and (max-width: 25rem) { /*400px width and below*/
#the_column{left: 0; right: 0;}
}

@media only screen and (min-width: 75rem){ /*1200px width and above*/
#the_column{left: 30%; right: 30%;}
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
