@charset "UTF-8";
/* CSS Document */

:root {
  --dark-grey: #262626;
  --xlight-grey: #f7f7f7;
  --red: #790a0a;
  --light-red: #9d0d0d;
  --white: #FFFFFF;
  --light-grey: #efefef;
  
}

body { overflow: hidden;}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #efefef;
  /* change if the mask should have another color then white */
  z-index: 2000;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/loading.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

body {
	font-family:  'poppins', open-sans, Calibri, Helvetica, Arial, sans-serif;
	color: var(--dark-grey);	
	font-weight: 400;
    background: #fff;
    overflow-x: hidden !important;
}

h1 {
    font-size: 1.8em;
    font-family: 'poppins', open-sans, Calibri, sans-serif;
    font-weight: 700;
    color: var(--dark-grey);
}

.splash h1, .secondary-splash h1 {
    text-transform: uppercase;
    color: var(--white);
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
}

h2 {
    font-size: 1.1em;
    font-family: 'poppins', open-sans, Calibri, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
    letter-spacing: 5px;
}

h3 {
    font-size: 1em;
    font-family: 'poppins', open-sans, Calibri, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.demographics h3 {
    border-bottom: 1px dotted var(--white);
}

h4 {
    font-size: 1.25em;
    font-family: 'poppins', open-sans, Calibri, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--red);
    letter-spacing: 5px;
}

p {
    font-size: 1.05em;
    line-height: 1.3em;
}

span.unit {
    font-weight: 700;
    font-size: 1.4em;
}

.content ul li {
    font-size: 1.05rem;
}

.header-accent {
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--light-red);
    letter-spacing: 5px;
}

.text-lg {
    font-size: 1.5em;
}

.balance {
    text-wrap: balance;
}

.highlight {
    color: var(--red);
}

strong {
    font-weight: 700;
}

p a:link, p a:visited {
    color: var(--dark-grey);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

p.dark a:link, p.dark a:visited {
    color: var(--light-grey);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-out;   
}

p a:active, p a:hover, p.dark a:active, p.dark a:hover {
    color: var(--light-red);
    text-decoration: none;
    transition: all 0.3s ease-out;
}


::-moz-selection {
    color: var(--white);
    background: var(--red);
}

::selection {
   color: var(--white);
    background: var(--red);
}

.py-8 {
    padding-block: 5rem;
}

.mt-xl {
    margin-top: 7rem; 
}

.mb-xl {
    margin-bottom: 7rem;
}

.nav-link {
    color: var(--dark-grey);
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    
}

.navbar {
    transition: all ease-in 0.3s;
    background: var(--white);
    border-top: 8px solid var(--red);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
}

.nav-link:hover {
    color: var(--light-red);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--light-red);
}

.navbar-toggler {
border: none;
}

@media (max-width: 1199px) {
    .offcanvas-body {
        background: rgba(255,255,255a,0.9);
    transition: all ease-in 0.3s;
    backdrop-filter: blur(5px);
    }
}

.offcanvas-header{
    color: var(--white) !important;
    background: var(--red);
    transition: all ease-in 0.3s;
    backdrop-filter: blur(5px);
}

.splash {
    height: 100vh;
    height: 100    svh;
    background-size: cover;
    background-position: center center;
}

.splash h2 {
    font-size: 1.2em;
    text-shadow: 0 0 8px rgba(0,0,0,0.25);
}

.secondary-splash {
    height: 40vh;
}

.content {
    padding-block: 6em;
}

.logo {
    max-height: 75px;
}

.subtle {
    background: url("../images/subtle-bg.png") top center no-repeat, linear-gradient(-180deg, var(--light-grey) 0%, var(--white) 100%);
    background-size: 100%;

}

.subtle-horizontal {
    background: url("../images/subtle-bg.png") top center no-repeat, var(--white);
    background-size: 200%;

}

.subtle-red {
    background: url("../images/subtle-bg.png") top center no-repeat, linear-gradient(180deg, var(--red) 50%, rgba(4,64,91,1) 100%);
    background-size: 100%;

}

.bg-red {
    background-image: url("/images/noise-red.png");
    background-size: 60px 60px;
    background-repeat: repeat;
    color: var(--white);
    -webkit-box-shadow:inset 0 10px 15px 0 rgba(0,0,0,.25), inset 0 -10px 15px 0 rgba(0,0,0,.25);
    box-shadow:inset 0 10px 15px 0 rgba(0,0,0,.25), inset 0 -10px 15px 0 rgba(0,0,0,.25);
}

.bg-pure-white {
    background: var(--white);
}

.bg-light-diagonal {
    background-image: linear-gradient(297deg, transparent 0%, transparent 34%,rgba(178, 178, 178,0.02) 34%, rgba(178, 178, 178,0.02) 53%,transparent 53%, transparent 100%),linear-gradient(222deg, transparent 0%, transparent 30%,rgba(8, 8, 8,0.02) 30%, rgba(8, 8, 8,0.02) 58%,transparent 58%, transparent 100%),linear-gradient(352deg, transparent 0%, transparent 25%,rgba(88, 88, 88,0.02) 25%, rgba(88, 88, 88,0.02) 57%,transparent 57%, transparent 100%),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255));
}

.bg-grey {
    background: #f2f5f7; 
}

.bg-white {
    background: linear-gradient(-180deg, var(--light-grey) 0%, var(--white) 100%);
}

.bg-dark-grey {
    background: var(--dark-grey);
}

.separator {
    width: 175px;
    height: 4px;
    background: var(--white);
}

.separator-dark {
    width: 175px;
    height: 4px;
    background: var(--red);
}

.project-info {
    height: 33.33%;
    background: var(--powder-blue);
}

.project-info p {
    color: var(--red);
    font-weight: 500;
    font-size: 1em;
}

p.spec {
    font-size: 1.5em;
    font-weight: 700;
    
}


.footer p {
    font-size: 0.8em;
    color: var(--light-grey);
}

.footer p a:link, .footer p a:visited {
    color: var(--white);
    border-bottom: 1px dotted var(--white);
}

.footer p a:active, .footer p a:hover {
    color: var(--light-red);
    border-bottom: 1px dotted var(--light-red);
}


.btn-primary { 
  color: var(--white); 
  background-color: var(--red); 
  border-color: var(--red); 
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 1em 1.5em;
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: var(--white);
  background-color: var(--light-red); 
  border-color: var(--light-red); 
} 
 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  background-image: none; 
} 
 
.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active { 
  background-color: var(--dark-grey); 
  border-color: var(--dark-grey); 
} 

.btn-secondary { 
  color: var(--red); 
  background-color: var(--white); 
  border-color: var(--white); 
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 1em 1.5em;
} 
 
.btn-secondary:hover, 
.btn-secondary:focus, 
.btn-secondary:active, 
.btn-secondary.active, 
.open .dropdown-toggle.btn-secondary { 
  color: var(--white);
  background-color: var(--dark-grey); 
  border-color: var(--dark-grey); 
} 
 
.btn-secondary:active, 
.btn-secondary.active, 
.open .dropdown-toggle.btn-secondary { 
  background-image: none; 
} 
 
.btn-secondary .badge { 
  color: var(--white); 
  background-color: var(--red); 
}

.footer .btn-secondary { 
  color: var(--white); 
  background-color: var(--red); 
  border-color: var(--red); 
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 1em 1.5em;
} 
 
.footer .btn-secondary:hover, 
.footer .btn-secondary:focus, 
.footer .btn-secondary:active, 
.footer .btn-secondary.active, 
.footer .open .dropdown-toggle.btn-secondary { 
  color: var(--red);
  background-color: var(--white); 
  border-color: var(--white); 
} 
 
.footer .btn-secondary:active, 
.footer .btn-secondary.active, 
.footer .open .dropdown-toggle.btn-secondary { 
  background-image: none; 
} 
 
.footer .btn-secondary .badge { 
  color: var(--white); 
  background-color: var(--red); 
}

.btn-outline { 
  color: var(--white); 
  background-color: none;; 
  border-color: var(--white); 
  font-weight: 500;
  
} 
 
.btn-outline:hover, 
.btn-outline:focus, 
.btn-outline:active, 
.btn-outline.active, 
.open .dropdown-toggle.btn-outline { 
  color: var(--white);
  background-color: var(--light-red); 
  border-color: var(--light-red); 
} 

/* MEDIA QUERIES
------------------------*/

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) { 
    .curved-btm {
    position: absolute;
    bottom: 4vh;
    bottom: 4svh;
    left: 0%;
    width: 100%;
    overflow: hidden !important;
    line-height: 0;
}

.curved-btm svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    left: -25%;
    height: 20vh;
    height: 20svh;
    filter: drop-shadow(0 -8px 12px rgb(0 0 0 / 0.71));
}

.adjust .curved-btm {
    bottom:40vh;
    bottom: 40svh;
}

.secondary-splash {
    height: 60vh;
    height: 60svh;
}

    .img-wrap {
        position: relative;
        width: 100%;
        height: 400px;
    }
    .subtle {
        background: url("../images/subtle-bg.png") top center no-repeat, linear-gradient(-180deg, var(--light-grey) 0%, var(--white) 100%);
        background-size: 200%;

    }
    
    .subtle-blue {
        background: url("../images/subtle-bg.png") top center no-repeat, linear-gradient(180deg, var(--red) 50%, rgba(4,64,91,1) 100%);
        background-size: 200%;

    }
    
    .sizer { width: 100%;}
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 767px) {
.subtle-horizontal {
        background: url("../images/subtle-bg.png") top center no-repeat, var(--white);
        background-size: 200%;

    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 991px) {
    .sizer { width: 80%;}
    
.shapedividers_com-3223{
overflow:hidden;
position:relative;
}
.shapedividers_com-3223::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 

background-position: 100% 50%;  background-image: url('data:image/svg+xml;charset=utf8, <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 120 1200" style="enable-background:new 0 0 120 1200;" xml:space="preserve"><path d="M111.2702,602.1211c0,352.9539-47.25,639.0813-105.54,639.0813h112.77V-36.9602H5.7302 C64.0202-36.9602,111.2702,249.1672,111.2702,602.1211z" fill="%23ffffff"/></svg>'); 
filter: drop-shadow(0 -8px 12px rgb(0 0 0 / 0.71));
}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}

/*X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) { 
.sizer { width: 60%;}
}
