* {font-family: "Open Sans", sans-serif;}
.cxw-h1 {font-size: 36px; font-weight: 700;}
.cxw-h2 {font-size: 24px; font-weight: 300;}
.cxw-h2b {font-size: 24px; font-weight: 600;}
.cxw-h3 {font-size: 22px; font-weight: 300;}
.cxw-h3b {font-size: 22px; font-weight: 600;}
.cxw-h4 {font-size: 18px; font-weight: 300;}
.cxw-h5 {font-size: 16px; font-weight: 300;}
.cxw-h6 {font-size: 14px; font-weight: 300;}

body {
  height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background-color: #D9D9D9; 
}

header {
  position:fixed;
  top:0px;
  width:100%;
  background-color: #F6F6F6; 
  z-index: 1;
  //box-shadow:0 0px 6px 0 rgba(0,0,0,0.1), 0 0px 6px 0 rgba(0,0,0,0.1);
}

.cxw-row {
  background-color: #F6F6F6; 
}

.cxw-container {
  max-width: 1200px;
  margin: auto;
  padding: 18px;
  border-bottom: 1px solid #D9D9D9;
}

.cxw-hero-image {
  background-image:url(/lib/stealth.svg);
  height: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cxw-hero-text {
  position: relative;
  top: 50%;
}

.cxw-card-large {
  display: flex;
  column-gap: 18px;
  padding-left: 30px;
  padding-right: 18px;
}
img {
  flex-shrink: 0;
}

.cxw-card-medium {
  padding-left: 30px;
  padding-right: 18px;
}

input {
  background-color: #F6F6F6;
  padding: 18px;
  outline: none;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-size: 20px;
  width: 100%;
  height: 60px;
}
input:focus {
  background-color: #fff;
}

.cxw-button-nav:active {
  color: #D9D9D9;
}

button {
  background: none;
  border: none;
}
//button:active {background-color: #D9D9D9;}

