/*
Theme Name:  BRM 2025
Theme URI:
Author: Elliot Toman for LTL MTN
Author URI: https://ltlmtn.com
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: 
*/

@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=DM+Serif+Display:ital@0;1&display=swap');


:root {
    --primary: 'Afacad Flux', sans-serif;
    --secondary: 'DM Serif Display', serif;
    --red: #B10F2E;
    --teal: #478D9A;
    --eggshell: #EBF1EE;
    --slate: #2A2B2E;
    --desktop: 1200px;
    --slim: 800px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}



/* Full width video embeds */
.is-type-video .wp-block-embed__wrapper {
    height: 0;
    padding-top: 60%;
    position: relative;
    width: 100%;
}

.is-type-video .wp-block-embed__wrapper iframe {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.asw video {
    display: block;
    max-width: 100%;
}

#wpadminbar {
  opacity: 0.1;
}

#wpadminbar:hover {
  opacity: 1;
}

.grecaptcha-badge {
    display: none !important;
}

.back-to-top-link {
    bottom: -4rem;
    opacity: 0;
    right: 1rem;
    position: fixed;
    transition: all 1s linear;
}

body.scrolled .back-to-top-link {
    bottom: 1rem;
    opacity: 1;
}
