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

:root {
    --body-text-colour: #333;
    --body-background-colour: #eee;
    --body-background-image: url("../images/styles/blue/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: #57a6d0;
    --link-hover-colour: #0078b8;
    --link-glow-colour: 0px 0px 2px rgba(0, 120, 184, 1);

    --image-padding-colour: #333;

    --body-font-stack: 18px/32px "Signika Negative", sans-serif;
    --header-font: "Lobster Two", serif;

    --weather-extremes-high-colour: #eb280e;
    --weather-extremes-low-colour: #0088d0;
}

@font-face {
    font-family: "Lobster Two";
    src: url("../fonts/lobster_two.woff2") format("woff2");
}

@font-face {
    font-family: "Signika Negative";
    src: url("../fonts/signika_negative.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 {
    border: none;
}

.button-primary {
    color: #ffffff;
}



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

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



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