/*
Theme Name:   The Queens Arms
Description:  The Queens Arms Child Theme
Author:       Stride
Author URI:   https://stridestudio.co.uk
Template:     nineteenthirtysix
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import '../nineteenthirtysix/colours.css';

:root {
    --primary: #EFCF83;
    --secondary: #82153B;
    --tertiary: #FAF7EB;
    --accent1:#EFCF83;
    --accent2:#BD3D28;
    --accent3:#F9D5C7;
    --accent4:#FEFBEB;
    --accent5:#f4a5a6;
    --white: #fff;
    --black: #000;
    --darkgrey: #373737;
}

html {
    background-color: var(--tertiary);
}

.tracking1 {
    letter-spacing:0.3em;
    margin-bottom:0 !important;
}

.tracking2 {
    letter-spacing:0.32em;
    margin-bottom:0 !important;
}

.tracking3 {
    letter-spacing:0.65em;
    margin-bottom:0 !important;
}

.tracking4 {
    letter-spacing:0.28em;
}

.line_1 {
    font-family: 'tiller';
    font-weight: bold;
    text-transform:uppercase;
    font-size: 1.75rem;
    margin-top:2rem;
    color:var(--accent4);
}

.line_2 {
    font-family: 'tiller';
    font-size: 2.3rem;
    font-weight: bold;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 0.078em;
}

.line_3 {
    font-size: 1.333rem;
    color: var(--tertiary);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.078em;
    margin-top: 0.5rem;
}

h2 {
    font-family: 'tiller';   
    font-weight: 500 !important;
    font-size: 2.667rem;
}

h3 {
    font-family: 'tiller';   
    font-size: 1.2rem !important;
    letter-spacing: 0.1em;
    font-weight: 500 !important;
}

.p22 {
    font-family: "p22-underground", sans-serif !important;
}

#block_715e1375436535108b3a881213a49386 {
    display: none !important;
}

.navbar {
    background-color: var(--secondary);
}

.navbar a {
    color: var(--tertiary) !important;
}

footer {
    background-color: var(--secondary) !important;
}

.footer-container {
    padding-bottom: 0 !important;
}

footer .items > * {
    justify-content: flex-start;
}

footer .items h3 {
    font-family: 'tiller';
    color: var(--primary);
    text-transform: uppercase;
}

footer .items p {
    color: var(--tertiary);
}

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

.footer-meta {
    font-size: 0.83rem !important;
    color: var(--accent1) !important;
}

.hero {
    aspect-ratio:auto !important;
    height:90vh !important;
    min-height:750px !important;
}

.herogroup {
    margin-top:4rem;
    padding:0 20px;
}

.herovector {
    width: 90vw !important;
    max-width: 480px;
    margin-bottom: 120px;
}

.arrow {
    margin-top: 6rem !important;
}

p.has-accent-1-color   {
    color: var(--accent4) ;
}

.sitelogo {
    max-width: 116px;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
    color: inherit !important;
}

@media only screen and (max-width : 768px) {
    #block_1440fe3eeaa0e817ed51dc525dc66a58 {
        padding-top:0 !important;
        padding-bottom:0 !important;
    }
}

@media only screen and (min-width : 768px) {
    .line_1 { font-size:2.25rem;}
    .line_2 {font-size:1.75rem;}
    .line_3 {font-size:1.5rem;}

    .hero {
        min-height:1000px !important;
    }
    
    /* .sitelogo {
        max-width:200px;
    } */

    footer .visit {
        border-right: solid 1px var(--tertiary);
        border-left: solid 1px var(--tertiary);
    }

    .herovector {
        width:700px !important;
    }

    .herogroup {
        margin-top:3rem;
        padding:0 10px;
    }    
}
