@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url(resetter.css);

:root {
    --primary: #9B3900;
    --secondary: #514011;
}

html {
    font-size: 100%;
}
body {
	background: #FAF5E2;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 300;
}
address, p, ul,  a {
	font-size: 1.4rem;
	line-height: 1.45;
	font-style: normal;
	color: #514011;
	letter-spacing: 0.5px;
}
h2 {
    font-family: 'Allura', cursive;
    font-size: 3.5rem;
    line-height: 1.15;
    color: var(--primary);
}
h3 {
    font-size: 2.25rem;
    line-height: 1.25;
    color: var(--secondary);;
    font-weight: 300;
}
small {
	font-size: 80%;
}
strong {
	font-weight: 500;
}
ul {
}
a {
	color: var(--primary);
    text-decoration: underline;
}
a:hover {
    color:#572001;
}

@media only screen and (min-width: 64em) and (max-width: 85.3125em) {
}
@media only screen and (max-width: 63.99875em) {
}
@media only screen and (max-width: 39.99875em) {
    html {
        font-size: 95%;
    }
    h2 {
/*        font-size: 42px;*/
    }
}
header {
    position: relative;
    height: 100vh;
}
header em {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(250, 245, 226, 0.75);
    z-index: 1;
}
header nav {
    position: absolute;
    z-index: 2;
    top: 1vh;
    right: 2vw;
    color: #494139;
}
header nav a {
    font-size: 1.2rem;
    color: #494139;
    text-decoration: none;
    
}
header nav a.active {
    color: #572001;
    text-decoration: underline;
    
}
header p,
header img.logo,
header img.claim {
    z-index: 2;
    position: relative;
}
header img.claim {
    position: absolute;
    transform: translate(100%, -150%)
}
p.claim {
	font-size: 1.7rem;
	line-height: 3rem;
	border-top: 1px dotted var(--secondary);
	border-bottom: 1px dotted var(--secondary);
	margin-bottom: 1.5rem;
	text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-top: 2rem
}
p.notice {
    margin: 0.6rem;
    text-align: start;
    font-size: 1.2rem;
}
@media only screen and (min-width: 64em) and (max-width: 85.3125em) {
}
@media only screen and (max-width: 63.99875em) {
}
@media only screen and (max-width: 39.99875em) {
    header img.logo {
        width: 80%;
    }
    header img.claim {
        width: 30%;
    }
}
article img {
    object-fit: cover;
    width: 100%;
    height: 55vh;
}
article p {
    margin-top: 2rem;
}
article p + h3 {
    margin-top: 3rem;    
}
article h3 + p {
    margin-top: 0;
    margin-bottom: 2rem
}
article:last-child img {
    padding: 0 0 2rem 0;
}
article:last-child h2 {
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 3rem;
    line-height: 1.3;
    color: var(--primary);
    font-weight: 300; 
}
article:last-child > div div > a {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.35;
    padding: 0.5625rem 1rem 0.6875rem 1rem;
    background-color: var(--primary);
    border-radius: 8px;
    color: #FAF5E2;
    margin: 0 0.6rem;
    margin: 0 0.6rem;
    text-decoration: none;
}
article:last-child > div div > a:last-child {
    background-color: var(--secondary);
}
@media only screen and (max-width: 39.99875em) {
    article h2 {
        margin-top: 2rem;
    }
    article p:last-child {
        margin-bottom: 2rem;
    }
}
footer {
    background: #E2D088;
    padding: 4rem 0;
    margin: 4rem 0 0 0;   
}
footer img {
    width: 89%;
    margin-bottom: 1rem;
}


/* BACKGROUND VIDEO */

#fullwidth-video{
	background: rgba(73, 65, 57, 0.6);
    position: absolute; 
    z-index: 1; 
	width: 100%;
	height: 100%;
}
.fullwidth-video-bg {
    position: absolute; 
    z-index: 0; 
    top: 0px; 
    left: 0px; 
    bottom: 0px; 
    right: 0px; 
    overflow: hidden;
    background-size: cover; 
    background: transparent; 
    background-repeat: no-repeat;
    background-position: 0% 50%; 
/*	background-image: url(../media/images/header-image.jpg);*/
}
video {
    margin: auto;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
   
   
    /** For Edge**//
   
    @supports (-ms-ime-align:auto){ 
     #fullwidth-video video
     { object-fit:none; margin:none;position:inherit;
       z-index:1;
       top:50%;
       left:0%;transform:translate(0%, -50%);
       height:auto;width:100%; } 
     } 


.__footer_links {
    margin-top: 3rem;
    text-align: center;
}
