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

:root {
  --dark-grey: #252118;
  --xlight-grey: #f5f5f5;
  --orange: #c13627;
  --blue: #8DA7Be;
  --green: #0B6E4F;
  --white: #ffffff;
  --light-grey: #efefef;
  
}

body { overflow: hidden;}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--dark-grey);
  /* 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:  'alternate-gothic-atf', open-sans, Calibri, Helvetica, Arial, sans-serif;
	color: var(--dark-grey);	
	font-weight: 300;
    background: var(--light-grey);
    overflow-x: hidden !important;
    font-size: 1.2rem;
}

h1 {
    font-size: 2rem;
    font-family: "acier-bat-solid", georgia, open-sans, Calibri, sans-serif;
    font-weight: 400;
    color: var(--dark-grey);
    
}

.secondary-splash h1 {
    color: var(--white);
}

h2 {
    font-size: 2rem;
    font-family: "acier-bat-solid", georgia, open-sans, Calibri, sans-serif;
    font-weight: 400;
    color: var(--orange);
    
}

h3 {
    font-size: 1.5rem;
    font-family: "acier-bat-solid", georgia, open-sans, Calibri, sans-serif;
    font-weight: 400;
    color: var(--dark-grey);
  
}


p {
    
    line-height: 1.3rem;
}

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

.mt-big {
    margin-top: 6em;
}

.balance {
    text-wrap: balance;
}

.highlight {
    color: var(--white);
    background: var(--blue);
    padding: 5px;
}

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

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

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

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

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


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

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

.navbar {
    transition: all ease-in 0.3s;
}


.navbar a:link, .navbar a:visited {
    color: var(--white);
    font-size: 1.5rem;
    text-transform: uppercase;
}

.navbar a:active, .navbar a:hover { 
    color: var(--dark-grey);
}

.nav-item a.active {
    color: var(--white);
    background: var(--blue);
    padding: 5px;
}

.bg-nav {
    background: rgba(193,54,39,0.8);
    backdrop-filter: blur(4px);
    transition: all ease-in 0.3s;
    
}

.splash {
    height: 80vh;
    height: 80svh;
    padding-top: 10vh;
    min-height: 600px;
}

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

.home-bar {
    margin-top: -150px;
}

.bg-orange {
    background: rgba(193,54,39, 0.7);
    border: 1px solid var(--orange);
    border-radius: 5px 50px 0 0;
}

.bg-orange h1 {
    color: var(--white);
    text-shadow: 2px 0px rgba(0,0,0,0.6);
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.bg-orange p {
    font-size: 1.5rem; 
    color: var(--white);
    text-transform: uppercase;
}

.bg-orange-simple {
    background: #C13627;
background: linear-gradient(180deg, rgba(193, 54, 39, 1) 0%, rgba(148, 43, 31, 1) 75%);
color: var(--white);
}

.bg-orange-simple h2 {
    color: var(--white);
}

.content {
    padding-block: 6em;
}

.bg-orange-simple {
    
}

.bg-light-diagonal {
    background-image: linear-gradient(22.5deg, rgba(66, 66, 66, 0.02) 0%, rgba(66, 66, 66, 0.02) 11%,rgba(135, 135, 135, 0.02) 11%, rgba(135, 135, 135, 0.02) 24%,rgba(29, 29, 29, 0.02) 24%, rgba(29, 29, 29, 0.02) 38%,rgba(15, 15, 15, 0.02) 38%, rgba(15, 15, 15, 0.02) 50%,rgba(180, 180, 180, 0.02) 50%, rgba(180, 180, 180, 0.02) 77%,rgba(205, 205, 205, 0.02) 77%, rgba(205, 205, 205, 0.02) 100%),linear-gradient(67.5deg, rgba(10, 10, 10, 0.02) 0%, rgba(10, 10, 10, 0.02) 22%,rgba(52, 52, 52, 0.02) 22%, rgba(52, 52, 52, 0.02) 29%,rgba(203, 203, 203, 0.02) 29%, rgba(203, 203, 203, 0.02) 30%,rgba(69, 69, 69, 0.02) 30%, rgba(69, 69, 69, 0.02) 75%,rgba(231, 231, 231, 0.02) 75%, rgba(231, 231, 231, 0.02) 95%,rgba(138, 138, 138, 0.02) 95%, rgba(138, 138, 138, 0.02) 100%),linear-gradient(112.5deg, rgba(221, 221, 221, 0.02) 0%, rgba(221, 221, 221, 0.02) 17%,rgba(190, 190, 190, 0.02) 17%, rgba(190, 190, 190, 0.02) 39%,rgba(186, 186, 186, 0.02) 39%, rgba(186, 186, 186, 0.02) 66%,rgba(191, 191, 191, 0.02) 66%, rgba(191, 191, 191, 0.02) 68%,rgba(16, 16, 16, 0.02) 68%, rgba(16, 16, 16, 0.02) 70%,rgba(94, 94, 94, 0.02) 70%, rgba(94, 94, 94, 0.02) 100%),linear-gradient(90deg, #ffffff,#ffffff);
}

.bg-grey {
  background: conic-gradient(from 270deg at 38% 60%, #efefef 0%, #ffffff 100%);
}

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

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

.bg-blue {
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-image: conic-gradient(from 180deg at 50% 50%, #8DA7Be 0%, #99B4CCFF 100%);
}

.accent-line::after {
    content: '';
    display: block;
    width: 125%;
    height: 10px;
    background: var(--blue);
    z-index: 0;
    margin-top: -15px;
}

.img-border {
    border-radius: 5px 50px 5px 50px;
    -webkit-box-shadow: 0 0 30px 0 rgba(193,54,39,.4);
    box-shadow: 0 0 30px 0 rgba(193,54,39,.4);
}

.blob-outter {
    position: relative;
    float: left;
}

.blob-img img {
    position: relative;
    z-index: 100;
}

.blob {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 0;
    bottom: -50%;
    opacity: 0.25;
}

.body03 .blob {
    bottom: -30%;
}

.icon {
    color: var(--orange);
}

.blob path {
    fill: var(--orange);
}

p.unit {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark-grey);
}

p.spec {
    font-size: 1.1em;
    text-transform: uppercase;
}


.bbo {
    border-bottom: 1px solid var(--orange);
}

.bbw {
    border-bottom: 1px solid rgba(0,0,0,0.5);
}

.table-responsive tr td {
    padding-block: 10px;
}

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

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


.btn-primary { 
  color: var(--white); 
  background-color: var(--orange); 
  border-color: var(--orange); 
  text-transform: uppercase;
  
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: var(--white);
  background: var(--blue); 
  border-color: var(--blue); 
} 
 
.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); 
} 

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

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) { 

    
}



/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 767px) {
    
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 991px) {
   
}

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

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

@media (min-width: 992px) { 
   
}

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