
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
body, html {
  height:100%;
  margin:0;
  font-family:'Ubuntu', sans-serif;
  color:#666;
  text-align:center;
  scroll-behavior: smooth;
}
/*navigation*/
.header {
  background-color: #1f2451;
  width:100%;
  z-index: 3;
}
.header li a {
display: block;
padding: 20px 20px;
text-decoration: none;
}
.header ul{
  margin:0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}
/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #f2f2f2;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #f2f2f2;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}
/* menu btn */
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */
@media (min-width: 57em) {
  header{height:60px;}
  .header li {
    float: left;
    text-decoration:none;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
@media (min-width: 58em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
#logo {
  position:absolute;
  background-repeat:no-repeat;
  background-size: 50px 50px;
  min-width:50px;
  width:50px;
  height:47px;
  left:10px;
  top:6px;
  background-image: url("img/Niedo-Tree-white.png");
  z-index:500;
  }
/*end nav styles*/
#main {
  display: flex;
  align-items:center;
  flex-direction:column;
  width:60%;
  height:50%;
  color:#f2f2f2;
  margin-top:8%;
}
#backgroundmain {
  display: flex;
  width:100%;
  height:100%;
  background: url(img/Pdx.jpg);
  justify-content: center;
  align-items: center;
  position:relative;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  overflow:hidden;
}
#main h1 {
  position:relative;
  color: #fff;
  font-size:3em;
  width:100%;
  margin:5% 0 1% 0 ;
  padding:0;
  text-transform: uppercase;
  letter-spacing:8px;
  text-shadow:0 0 10px #000;
  flex-wrap: wrap;
}
#main h2{
  position:relative;
  font-size:1.25em;
  width:100%;
  text-shadow:0 0 10px #000;
  text-transform: uppercase;
  letter-spacing:8px;
  text-shadow:0 0 10px #000;
  margin-bottom: 3%;
   }
   a:link, a:visited, a:hover, a:active{
     color:#f2f2f2;
     text-decoration:none;
   }
   .button{
     font-size:1.25em;
     border: 1px solid #f2f2f2;
     width:125px;
     background:rgba(255, 255, 255, .05);
     transition: 0.3s;
   }
   .button a{
     padding:5px;
   }
   .button:hover {
     background-color:#1f2451;
 }
 #about {
 overflow: auto;
 padding:2% 8%;
 margin-bottom:2%;
}
.two-col {
  float:left;
  width:42%;
  padding:0 4%;
  text-align:left;
  margin-bottom:2px;
}
@media (max-width:904px) {
.two-col {
  float:none;
  width:95%;
  clear:both;
  display:block;
}
}
footer {
  display:flex;
  width:100%;
  background:#1f2451;
  height:8%;
justify-content:center;
}
footer p {
  color:#f2f2f2;
}
#companies{
  background-color:#eee;
  width:100%;
  height:100%;
  padding-bottom:10%;
  margin-bottom:2%;
}
#companies a {
  color:#666;
  margin-bottom:10px;
}
#companies h2{
 width:100%;
height:auto;
 padding-top: 25px;
}
.division-wrapper h3 {
  font-size:1.5em;
  margin:0 0 5px 0;
}
.division-wrapper {
  float:left;
  width:45%;
  margin:0;
  padding:0;
  height:80%;
  flex-wrap:wrap;
  display:flex;
  justify-content:space-between;
}
#nadivwrap {float:right;}
#nadivwrap .info{width: 42%;}
#dslogo {
  position:relative;
  background-repeat:no-repeat;
  background-size:contain;
  width:100px;
  height:100px;
  min-width: 100px;
  background-image: url("img/DS-Logo-Square.jpg");
}
.info-wrap {
  position:relative;
  width:70%;
  height:30%;
  display:flex;
  justify-content: space-between;
  margin-left:1%;
  flex-wrap:wrap;
  margin-bottom:10px;
  margin-left:10%
}
.info {
  position:relative;
  width:45%;
  margin-bottom:5px;
  text-align:right;
  margin-left:2%;
}
#nalogo {
  position:relative;
  background-repeat:no-repeat;
  background-size:contain;
  width:125px;
  height:100px;
  background-image: url("img/NADC.png");
  padding:2%;
  min-width: 125px;
  padding:2%;
  margin-top:5%;
}
/**Form Email**/
form {
  height:100%;
  width:100%;
  margin:0 5px 5px 0;
  padding-bottom:10px;
}
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 80%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
/* Style the submit button with a specific background color etc */
input[type=submit] {
    background:#1f2451;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right:67%;
    margin-bottom:10px;
    transition: 0.3s;
}
.response {
  font-size:1.25em;
  color:#666;
  background-color:#444;
  margin:0 auto;
  padding:2%;
}
/* When moving the mouse over the submit button, add a darker color */
input[type=submit]:hover {
    background-color: #333;
}
@media screen and (max-width:904px) {
  .info-wrap{
    margin-bottom:20px;
    width:90%!important;
    margin-left:2%;
  }
  #companies{
    padding-bottom:10%;
  }
  #dsdivwrap {padding-bottom:25px;}
  .message{
    width:300px;
  }
.division-wrapper{
  width:100%!important;
  display:flex;
  height:100%!important;
  background-color:#eee;
  margin-left:0;
padding-bottom:50px;
}
form {
  padding-bottom:20px;
  margin-bottom:5;
}
.formwrap {
  width:95%;
  height:auto;
  padding-bottom:5px;
  margin-bottom:10px;
}
#dslogo, #nalogo {
  margin-left:8%;
}
.info{
  width:45%;
  height:auto;
  margin-bottom:5px;
  text-align:right;
}
.info-wrap{
  padding-top:25px;
  margin-bottom:5px;
  margin-right:0;
  margin-left:0;
  width:95%!important;
}
.button{
   background:rgba(12, 20, 71, 1.0);
}
}
@media screen and (max-width:405px) {
  #nalogo {
    width:100px;
    height:75px;
    min-width:100px;
    margin-left:5%;
    margin-right:0;
    padding:0;
  }
  #dslogo {
    margin-left:5%;
    margin-right:0;
    padding:0;
  }
  .info-wrap{
    width:95%;
  }
}
@media (min-width:2300px) {
  .info-wrap{width:30%; }
}
