@import "_reset.css";
@import "_fullwidth.css";
@import "_default.css";
@import "_weather.css";
@import "_fancybox.css";

:root {
    --body-text-colour: #fbdcae;
    --body-background-colour: black;
    --body-background-image: url("../images/styles/dark/header-background.png");
    --body-background-size: 100% 100px;

    --switcher-img-width: 553px;
    --switcher-img-height: 85px;
    --switcher-mobile-width: 85px;
    --switcher-mobile-height: 85px;

    --link-colour: #a3dbec;
    --link-hover-colour: #e1f3a9;
    --link-glow-colour: 0px 0px 5px rgba(164, 236, 163, 1);

    --image-padding-colour: #black;

    --body-font-stack: 20px / 36px Marvel, Helvetica, Arial;
    --header-font: "Voltaire", Times, serif;

    --weather-extremes-high-colour: #fb7272;
    --weather-extremes-low-colour: #a3dbec;

}

@font-face {
    font-family: "Marvel";
    src: url("../fonts/marvel.woff2") format("woff2");
}

@font-face {
    font-family: "Voltaire";
    src: url("../fonts/voltaire.woff2") format("woff2");
}



/*******************/
/*** PAGE HEADER ***/
/*******************/
/* Needed for the larger site logo to be centered vertically in the header */
header {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
}



/****************************/
/*** GENERIC STYLING BITS ***/
/****************************/
.form-control--input-box {
    border: none;
}



/****************/
/*** HEADINGS ***/
/****************/
h1, h2, h3, h4, h5, h6, .title-case, .fancybox-title {
    text-transform: uppercase;
    font-weight: normal;
}



/*********************/
/*** GENERIC POSTS ***/
/*********************/
.post--icon {
    vertical-align: -0.1em;
}

.post--blog-post-link-icon {
    vertical-align: -0.1em;
}



/*********************/
/*** MOBILE TWEAKS ***/
/*********************/
@media screen and ( max-width: 600px ) {
    span#switcher {
        background-image: url("../images/styles/dark/title-mobile.png") !important;
    }

    body {
        line-height: 150%;
    }
}
