/* ------------------------------------------------------------
   BaseTheme (Bootstrap-first) main.css

font-family: "Karla", sans-serif;
font-family: "Noto Sans Mono", monospace;



------------------------------------------------------------ */


/* ============================================================
   1) TOKENS (Design System)
============================================================ */
.video-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.workcontainer {padding-top:40px; }
.fourfour {padding-top:60px; padding-bottom:70px;}
.home-intro {padding-top:70px; padding-bottom:70px;}
.svg-inline--fa {width:20px; height:auto; margin-left:10px;}

.container {max-width: 1240px;}
footer {margin-top:40px; padding-bottom:30px;}
.social-links a {color: #1F1F2E; text-decoration:none; width:30px; height:auto;}

.gform_button {background-color: rgb(39, 39, 39) !important; text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px; font-size:15px; color:white; padding:20px 30px;}

.gform_wrapper.gravity-theme .gfield_required {color: rgb(87, 87, 87) !important;}

.nav-link {text-transform: uppercase; margin-left:20px;}

/* ============================================================
   2) BASE 
============================================================ */

html, body { height: 100%; }

body {
font-family: "Karla", sans-serif;
	line-height:100% ;
  color: rgb(87, 87, 87);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	padding-top:10px;
}

img, svg, video { max-width: 100%; height: auto; }
iframe { border: 0; }

*, *::before, *::after { box-sizing: border-box; }


/* ============================================================
   Screen reader text (WordPress standard)
============================================================ */

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.75rem 1rem;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: #000;
  color: #fff;
  z-index: 100000;
}

.visually-hidden {
  composes: screen-reader-text;
}


/* ============================================================
   4) ACCESSIBILITY
============================================================ */

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.75rem 1rem;
  background: #000;
  color: #fff;
  z-index: 10000;
  text-decoration: none;
  transform: translateY(-120%);
  transition: transform var(--bt-duration-fast) var(--bt-ease);
}
.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(13,110,253,.35);
}

.btn:focus-visible,
a:focus-visible {
  box-shadow: 0 0 0 3px rgba(13,110,253,.35);
}


/* ============================================================
   5) TYPOGRAPHY 
============================================================ */

h1, h2, h3, h4, h5, h6 {
  line-height: 1.15;
  margin-bottom: 0.6em;
}

h1 { font-size: 39px; line-height:55px;}
h2 { font-size: 20px; line-height: 30px; font-family: "Noto Sans Mono", monospace; text-transform:uppercase; }
h3 { font-size: clamp(1.5rem, 1.6vw + 0.7rem, 2.125rem); }
h4 { font-size: clamp(1.25rem, 1.2vw + 0.6rem, 1.75rem); }
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }

p {font-size:15px; line-height:27px; font-family: "Karla", sans-serif;}
b, strong {font-weight:700;}
.standfirst {font-size:15px; line-height:27px; font-family: "Karla", sans-serif; font-weight:700; color:rgb(87, 87, 87);}
.standfirst2 {font-size:21px; line-height:34px; font-family: "Karla", sans-serif; font-weight:700; color:rgb(87, 87, 87); margin-bottom:20px;}
.caption {font-size:12px; line-height:22px; font-family: "Karla", sans-serif; font-weight:700; color:rgb(87, 87, 87); margin-top:15px;}

.nav a {font-size:14px; line-height:28px; font-family: "Noto Sans Mono", monospace;}

.project-title {font-size:14px; line-height:23px; font-family: "Karla", sans-serif; color: rgb(64, 64, 64); margin-top:10px; text-transform:uppercase;}

label p {font-size:15px; line-height:27px; font-family: "Karla", sans-serif;}

p a {
    border-bottom: 1px solid #111;
    border-color: rgba(17, 17, 17, .2);
    color: rgb(87, 87, 87);
    text-decoration: none;
}


/* ============================================================
   7) WORDPRESS CORE ALIGNMENTS 
============================================================ */

.alignleft   { float: left;  margin: 0.25rem 1.5rem 1rem 0; }
.alignright  { float: right; margin: 0.25rem 0 1rem 1.5rem; }
.aligncenter { display: block; margin: 0 auto 1rem; }

.alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.entry-content::after,
.bt-wysiwyg::after {
  content: "";
  display: table;
  clear: both;
}


/* ============================================================
   8) HEADER / NAV 
============================================================ */

.navbar-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-brand img {
    width: 233px;
    height: auto;
    display: block;
}

.strapline {
    color: rgb(114, 110, 110);
    font-size: 14px;
    line-height: 1.2;
    margin-top: 14px;

}


/* ============================================================
   11) COMPONENTS 
============================================================ */

.my-slider .slide { padding-inline: var(--bt-space-3); }
.my-slider { margin-inline: calc(var(--bt-space-3) * -1); }


/* ============================================================
   12) RESPONSIVE VIDEO
============================================================ */

.responsive-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: var(--bt-space-8) 0;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed,
.responsive-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}


/* ============================================================
   13) REDUCED MOTION 
============================================================ */

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}


/* ============================================================
   14) BREAKPOINT PLACEHOLDERS
============================================================ */

@media (max-width: 991px) {
    .navbar .container {
        justify-content: space-between;
    }
    .navbar-brand {
        margin-right: auto !important;
    }
    .svg-inline--fa {margin-left:5px; margin-right:5px;}
}


/* ============================================================
   15) DEBUG (uncomment when building layouts)
============================================================ */

/*
.module { outline: 1px dashed rgba(255,0,0,0.3); }
*/