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

:root {
  --dark-grey: #444444;
  --xlight-grey: #f7f7f7;
  --blue: #074873;
  --light-blue: #849ca5;
  --yellow: #fad576;
  --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:  'futura-pt', open-sans, Calibri, Helvetica, Arial, sans-serif;
	color: var(--dark-grey);	
	font-weight: 400;
    background: #fff;
    overflow-x: hidden !important;
}

h1 {
    font-size: 1.9em;
    font-family: 'rockwell', 'futura-pt', open-sans, Calibri, sans-serif;
    font-weight: 700;
    color: var(--yellow);
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
}

h2 {
    font-size: 1.5em;
    font-family: 'rockwell', 'futura-pt', open-sans, Calibri, sans-serif;
    font-weight: 700;
    color: var(--yellow);
}

.bg-light-noise h2, .bg-grey h2 {
    color: var(--blue);
}

h3 {
    font-weight: 700;
    font-size: 2.3em;
    text-transform: uppercase;
    color: var(--yellow);
}

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

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

.rock {
    font-family: 'rockwell', 'futura-pt', open-sans, Calibri, sans-serif;
    font-weight: 700;
}

.balance {
    text-wrap: balance;
}

.text-highlight {
    font-size: 1.9em;
    font-family: 'rockwell', 'futura-pt', open-sans, Calibri, sans-serif;
    font-weight: 400;
    color: var(--xlight-grey);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
}

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

strong {
    font-weight: 600;
}

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

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

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

h2 a:link, h2 a:visited {
    color: var(--yellow);
    text-decoration: none;
}

h2 a:hover, h2 a:active {
    color: var(--light-grey);
}

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

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

.nav-link {
    color: var(--xlight-grey);
    text-transform: uppercase;
    font-weight: 700;
    
}

.bg-light .nav-link {
    color: var(--blue);
}

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

.navbar.bg-blue {
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

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

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

.splash {
    height: 80vh;
}

.secondary-splash {
    height: 40vh;
}

.content {
    padding-block: 6em;
}

.shadow-inner {
    -webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,.5);
    box-shadow:inset 0 0 5px 0 rgba(0,0,0,.5);
}

.bg-blue {
    background: url("../images/diagonal-lines.png") var(--blue);
    background-size: cover;  
    transition: all ease-in 0.3s;
}

.bg-blue p {
    color: var(--light-grey);
}

.bg-light-noise {
    background-image: url("/images/noise.png");
    background-size: 60px 60px;
    background-repeat: repeat;
}

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

.bumper-box {
    border-radius: 15px;
    background: rgb(207,207,207);
    background: linear-gradient(307deg, rgba(207,207,207,0.45) 0%, rgba(255,255,255,0.15) 100%); 
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255,255,255,0.3);
    text-align: center;
}

p.spec {
    color: var(--yellow);
    font-family: 'rockwell', 'futura-pt', open-sans, Calibri, sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 0;
}

p.value {
    margin-bottom: 0;
}

.spec-box {
    border-radius: 15px;
    background: rgb(207,207,207);
    background: linear-gradient(307deg, rgba(207,207,207,0.45) 0%, rgba(255,255,255,0.15) 100%); 
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255,255,255,0.3);
    height: 100%;
}

.spec-box p.spec {
    color: var(--white);
    font-size: 1.1em;
}

.cta {
    width: 100%;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 60px 0 rgba(7,72,115,.15);
    box-shadow: 0 0 60px 0 rgba(7,72,115,.15);
}

.cta img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
    position: relative;
}

.cta-btm {
    width: 100%;
    height: 100px;
    position: relative;
    background: var(--light-blue);
    border-radius: 0 0 30px 30px;
}

@media (min-width: 992px) and (max-width: 1199px) { 

.cta-sm .cta-btm {
    height: 85px;
}

}

@media (min-width: 1200px) and (max-width: 1399px) { 

.cta-sm .cta-btm {
    height: 90px;
}

}

a.cta-link {
    text-decoration: none ;
}

.cta-btm:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 75px;
    top: -75px;
    left: 0;
    background: var(--light-blue);
    background: linear-gradient(0deg, var(--light-blue) 10%, rgba(255,255,255,0) 100%); 
}

.cta-btm div {
    border-left: 8px solid var(--yellow);
    padding-left: 15px;
    color: var(--white);
    transition: all ease-in 0.2s;
}

.cta-link:hover .cta-btm div {
    transition: all ease-in 0.2s;
    color: var(--yellow);
}

.cta-link:hover .cta img {
    filter: grayscale(0.5);
}

.map {
    height: 600px;
}

.map iframe {
    border-radius: 30px;
}

.footer { 
    
    color: var(--white);
}

.footer p {
    font-size: 0.9em;
}


.btn-primary { 
  color: var(--yellow); 
  background-color: rgba(255,255,255,0.3); 
  border-color: rgba(255,255,255,0.5); 
  font-weight: 500;
  
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: var(--blue);
  background-color: rgba(255,255,255,0.8); 
  border-color: rgba(255,255,255,0.8);
} 
 
.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-primary .badge { 
  color: var(--white); 
  background-color: var(--blue); 
}

.btn-yellow { 
  color: var(--blue); 
  background-color: var(--yellow); 
  border-color: var(--yellow); 
  font-family: 'rockwell', 'futura-pt', open-sans, Calibri, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
} 
 
.btn-yellow:hover, 
.btn-yellow:focus, 
.btn-yellow:active, 
.btn-yellow.active, 
.open .dropdown-toggle.btn-yellow { 
  color: var(--yellow); 
  background-color: var(--blue); 
  border-color: var(--blue); 
} 
 
.btn-yellow:active, 
.btn-yellow.active, 
.open .dropdown-toggle.btn-yellow { 
  background-image: none; 
} 
 
.btn-yellow.disabled, 
.btn-yellow[disabled], 
fieldset[disabled] .btn-yellow, 
.btn-yellow.disabled:hover, 
.btn-yellow[disabled]:hover, 
fieldset[disabled] .btn-yellow:hover, 
.btn-yellow.disabled:focus, 
.btn-yellow[disabled]:focus, 
fieldset[disabled] .btn-yellow:focus, 
.btn-yellow.disabled:active, 
.btn-yellow[disabled]:active, 
fieldset[disabled] .btn-yellow:active, 
.btn-yellow.disabled.active, 
.btn-yellow[disabled].active, 
fieldset[disabled] .btn-yellow.active { 
  background-color: var(--yellow); 
  border-color: var(--yellow); 
} 
 
.btn-yellow .badge { 
  color: var(--yellow); 
  background-color: var(--blue); 
}

/* 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 (max-width: 991px) {

.navbar {background: url("../images/diagonal-lines.png") var(--blue);
    background-size: cover;  
    transition: all ease-in 0.3s;}

}

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

}

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


