/*

Design-Tech Industries | Global Styles | q4-2024

light blue: #D6EAF8
dark blue: #0F3A86
light grey: #E6E6E6
dark grey: #CFCFCF
accent orange: #d14c35
black: #000000

*/



@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');


body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:visited {
    color:#666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin: 0;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

h6 {
    font-size: 14px;
    color: #eeaa00;
}

p {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 20px;
}

img {
    max-width:-webkit-fill-available;
}

ul {
    padding: 20px;
    font-size: 20px;
}

ul li {
    margin-bottom:20px;
}

.noWrap {
    white-space: nowrap;
}

.transparent {
    opacity: .5;
}

.button {
    width: 90%;
    margin: 0 auto;
    line-height: 50px;
    display: block;
    border-radius: 5px;
    background: rgba(238, 170, 0, 1);
    letter-spacing: .1em;
    font-size: 20px;
    text-shadow: 1px 1px 0px #be8700;
    text-transform: uppercase;
    transition: all .5s ease;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.button:hover {
    background: rgba(238, 170, 0, .6);
    color: white;
}

.button a {
    display: block;
    color: #fff;
}

.button a:active, .button a:visited {
    color: #fff;
}

section {
    text-align: center;
    padding: 100px 30px 0 30px;
}

.section-title {
    font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
    font-size:1.5em;
    font-weight: 600;
    text-transform: uppercase;
    color:#d14c35;
    line-height: 1em;
    margin:20px auto;
    max-width: max-content;
    padding-bottom: 3px;
    border-bottom: 1px solid #d14c35;

}

#headline {
    height: 500px;
    background-image: linear-gradient(to bottom, rgba(0, 20, 48, .8), rgba(0, 20, 48, .8)), url(../img/hero.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}


.headline-box {
    max-width: 1010px;
    text-align: left;
    float: left;
    margin-left: -15px;
}

.headline-main {
    font-family: "Oxanium", sans-serif;
    font-style: normal;
    font-size:3em;
    font-weight: 600;
    text-transform: uppercase;
    color:#fff;
    line-height: 1em;
    margin: auto;
    max-width: 780px;
}

.headline-sub {
    font-family: "Oxanium", sans-serif;
    font-style: normal;
    font-size:1.5em;
    font-weight: 600;
    text-transform: uppercase;
    color:#fff;
    line-height: 1.2em;
    margin:20px auto 10px auto;
    padding-top:15px;
    max-width: 780px;
    border-top: 1px solid white;
}

.headline-hint {
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    line-height: 1em;
    letter-spacing: 1px;
    margin: 0 auto;
    padding-top:15px;
    max-width: 790px;
    border-top: 1px solid white;
}

#page-top {
    width: 100%;
    height: 1px;
}

#content {
    margin-top: 60px;
}

#parts {
    padding: 0 30px;
}

#parts img {
    border: 8px solid white;
}

#parts .tall:first-of-type {
    border-top: none;
}

.row {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}

.tall {
    padding:30px 0;
    border-top: 1px solid white;
}

.col {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: inline-block;
}
.col-2 {

    text-align: left;
}
.col-1 {

    text-align: center;
}

.dark {
    background: #E6E6E6;
}

.hilight {
    color: #eeaa00;
}

#nav {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 20px;
    background: white;
    border-bottom:1px solid #e8eded;
    z-index: 1000;
    transition: all 0.4s ease;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 10px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.scroll {
    padding-top: 10px;
    box-shadow: 0px 5px 10px 0px rgba(100,100,100,0.3);
}

.nav-logo {
    float:left;
    font-size: 30px;
    width: 200px;
}

.nav-logo a:hover {
    color: #999;
}

.logo-hero {
    max-width: 100%;
    height: auto;
}

#nav a {
    text-decoration: none;
    color: #232323;
    border-bottom: 2px solid transparent;
    transition: all 0.4s ease;
    font-family: "Oxanium", sans-serif;
  font-style: normal;
  font-weight: 600;
}

#nav .nav-links-lg a:hover {
    border-bottom: 2px solid #87c3df;
}

#nav a:visited  {
    color: #666;
}

.nav-links-lg {
    display: none;
    text-align: right;
    text-transform: uppercase;
    margin-top: 10px;
}

.nav-links {
    height: 30px;
    text-align: right;
    float: right;
    text-transform: uppercase;  
}

#nav ul {
    list-style: none;
    padding:0;
    margin:0;
}

.nav-links-lg ul li {
    display: inline;
    margin-left: 20px;
}

#nav-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-transform: uppercase;
    line-height: 50px;
    display: none;
    padding-top: 20px;
}

#nav-list li {
    display: block;
    text-align: center;
    background: #f1f1f1;
}

#nav-list li a {
    display: block;
}

#nav-list li:hover {
    background: #e2e2e2;
}

.image-caption {
    padding-top:20px;
    font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

footer {
    height: 200px;
    border-top:1px solid #CCCCCC;
    padding-top:30px;
    background: #001e30;
    color:#fff;
}


iframe[src*="google.com/maps/embed"] {
        width: 100%;
        height: 450px;
    }

/*  Queries */

@media all and (min-width: 40em) {
.col-3 {
      width: 30%;
    }
    
.col-2 {
      width: 60%;
    }
    
.col-1 {
      width: 30%;
    } 
    
.nav-links-lg {
    display: block;

    }
    
.small {
    display: none !important;
    }


.large {
    
    display:block !important;
}

.headline-box {
    max-width: 1010px;
    text-align: left;
    float: left;
    margin-left: 5%;
}

.headline-main {
    font-size:5em;
    font-weight: 600;
    line-height: .92em;
    letter-spacing: -2px;
    margin: 0 auto;
    max-width: 400px;
}

.headline-sub {
    font-size:2.5em;
    font-weight: 400;
    line-height: 1em;
    margin: 0 auto;
    padding:15px 0;
    max-width: 400px;
    border-top: 1px solid white;
}

.headline-hint {
    font-size:1em;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    line-height: 1em;
    letter-spacing: 7px;
    margin: 0 auto;
    padding-top:15px;
    max-width: 410px;
    border-top: 1px solid white;
}

}


/*  Mobile Menu Icon */

#menu-icon {
  width: 45px;
  height: 40px;
  position: relative;
  margin: 4px 0 0 0;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#menu-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #232323;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#menu-icon span:nth-child(1) {
  top: 0px;
}

#menu-icon span:nth-child(2),#menu-icon span:nth-child(3) {
  top: 15px;
}

#menu-icon span:nth-child(4) {
  top: 30px;
}

#menu-icon.open span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}

#menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-icon.open span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}

.form-group {
    text-align:left;
}

#form ul {
    list-style:none;
}

.btn-success {
color: #fff;
background-color: #4A5C82;
border-color: #9AA4B9;


