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

:root {
    --body-text-colour: #f7f4db;
    --body-background-colour: #575046;
    --body-background-image: url("../images/styles/red/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: #e87e75;
    --link-hover-colour: #f7f4db;
    --link-glow-colour: 0px 0px 0px rgba(164, 236, 163, 1);

    --image-padding-colour: #1e1c19;

    --body-font-stack: 22px/40px "BenchNine", sans-serif;
    --header-font: "Grand Hotel", serif;

    --weather-extremes-high-colour: #ff8a81;
    --weather-extremes-low-colour: #6ad0ff;
}

@font-face {
    font-family: "Grand Hotel";
    src: url("../fonts/grand_hotel.woff2") format("woff2");
}

@font-face {
    font-family: "BenchNine";
    src: url("../fonts/benchnine.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, .post--blog-post-link-icon {
    vertical-align: -0.05em;
}



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

    body {
        line-height: 150%;
    }
}
