:root {

    /***Logo's***/
    --logo-standard: url("../../custom/theme/assets/images/logo.png");
    --logo-alt: url("../../custom/theme/assets/images/logo.png");
    
    /***Header Image***/
    --header-image: url("../images/background.png"); 


    /***Brand Colors***/
    --color-brand-primary: #1A1919;
    --color-brand-primary-rgb: 239, 237, 234;
    --color-brand-secondary: #F8E49A;
    --color-brand-tertiary: #473310;
    --color-brand-light: #C5BFE0;
    --color-brand-dark: #1A1919; 
    --color-neutral-gray-0: #EFEDEA;

    /***Font***/
    --font-family: "ff-scala-sans-pro", sans-serif;
    --font-family-title: "Times New Roman", Times, serif;
    --font-family-body: "ff-scala-sans-pro", sans-serif;
    --font-size-xxl: calc(var(--font-size)*5);

    --border-radius: 0;

    /**** Voor meer settings zie: /themes/base/assets/style/variables.css ****/
}

.header_visual {
    background: url("../images/background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header_visual .header_visual-content {
    background: none;
    color: #ffca6c;
    text-shadow: 3px 3px 5px #000000;
}

.subtitle {
    font-size: var(--font-size-xl)
}

.flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}

.header_visual_logo{
    width: 150px;
    height: auto;
    max-width: 100%;
}
.header_visual img{
    max-width: 100%;
}

.header_visual_subtitle {
 max-height: 250px;
}
.header_visual-content h1 {
    font-weight: normal;
    letter-spacing: 9px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.header_visual-content h3 {
    font-weight: normal;
    letter-spacing: 1.5px;
    font-style: italic;
    margin: 0;
}
h3{
    letter-spacing: 1.5px;
}
.button--link{
    border: 1px solid var(--color-brand-primary);
    border-radius: 0;
    padding: 14px 20px;
}
.navbutton_text {
    font-size: var(--font-size-xs);
    text-transform: uppercase;

}
footer {
    background-color: var(--color-brand-dark);
}

body.layout-header-full-width main {
    padding-top: 0;
}
.button--secondary {
    color: var(--color-brand-tertiary);
    border: 2px solid var(--color-brand-tertiary);
}
@media screen and (orientation:landscape)
and (min-device-width: 319px) 
and (max-device-width:1200px) { 

.header_visual_logo {
    width: 80px;
}
.header_visual_subtitle {
    max-height: 110px;
}
}
