body {
  background: rgb(243 244 249) url(images/skyscraper.jpg) no-repeat fixed;
  background-size: cover;
  background-position-y: -200px;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  font-family: "Lato";
  font-size: 18px;
  line-height: 32px;
  color: #000;
}
a:hover,
input:hover,
button:hover,
*:hover,
a img:hover {
  transition: .3s linear;
}
h1 {
  font-size: 32px;
}
h2 {
  font-weight: normal;
  font-size: 36px;
  padding: 0px 0px;
}

/*************************************** forms ***************************************/

form {
  width: 400px;
  margin: auto;
}
input,
textarea,
select {
  font-family: "Lato";
  border: 1px solid #333;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0px;
  color: #111;
  font-size: 16px;
  width: 100%;
  display: block;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
textarea {
  height: 150px;
}
select {
  background: #e2e2e2;
}

/*************************************** links ***************************************/
a {
  text-decoration: none;
}
a.button,
input[type="submit"],
button[type="submit"] {
  background: linear-gradient(180deg, rgba(83, 110, 160, 1) 0%, rgba(58, 82, 127, 1) 100%);
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 24px;
  border: 0;
  margin: auto;
}
a.button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  background: linear-gradient(0deg, rgba(83, 110, 160, 1) 0%, rgba(58, 82, 127, 1) 100%);
}

a.button:active, input[type="submit"]:active,, button[type="submit"]:active { 
	background:  linear-gradient(0deg, rgba(36, 52, 82, 1) 0%, rgba(18, 29, 48, 1) 100%)
}
button[type="submit"] {
  padding: 40px 0px;
  margin-top: 40px;
  width: 100%;
}

/*************************************** home page ***************************************/

.splash {
  background: url(images/skyscraper.jpg) no-repeat;
  background-size: cover !important;
  background-position-y: 0;
}
.splash .container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.splashcontent {
  padding: 40px 50px 50px 50px;
  max-width: 700px;
  margin-bottom: 50px;
  text-align: center;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 2px 5px 7px 2px rgba(0, 0, 0, 0.43);
}
.splashcontent h1 {
  font-size: 36px;
  text-align: center;
  letter-spacing: .05em;
  padding-bottom: 20px;
  border-bottom: 1px solid #222;
}
.splashcontent {
  line-height: 36px;
  font-size: 18px;
}
.splashcontent h3 {
  font-weight: normal;
  font-size: 24px;
}
.highlightlist {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 20px;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  border-top: .5px solid #764;
  border-bottom: .5px solid #764;
}
.splashcontent p {
  max-width: 500px;
  margin: 40px auto;
}
.splashcontent ul li {
  font-size: 28px;
  letter-spacing: .05em;
}

/*************************************** main content ***************************************/
.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  box-sizing: border-box;
}
.footer {
  height: 50px;

  text-align: center;
  padding: 0px 0px 0px 20px;
  color: #999;
  background: #3a527f;
  font-size: 12px;
  line-height: 50px;
  width: 100%;
  box-sizing: border-box;
}

/*************************************** header ***************************************/
.header {
  width: 26%;
  height: 180px;
}
.header h1 {
  background: url(images/logo-white.png) no-repeat;
  background-size: contain;
  height: 85px;
  width: 100%;
  text-indent: -100000px;
  max-width: 550px;
  margin: 20px 20px;
  box-sizing: border-box;
}

/********************************* Site Menu *********************************/

.sidenav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  background-color: #536ea0;
  background: linear-gradient(0deg, rgb(40 54 80) 0%, rgb(12 24 45) 100%);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-sizing: border-box;
  box-shadow: 6px 3px 18px 0px rgba(0, 0, 0, 1);
}
ul.sitenavemenu,
.sitenavemenu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.sitenavemenu a {
  padding: 15px 20px 15px 30px;
  color: #fff;
  opacity: 1;
  font-size: 24px;
  display: block;
  cursor: pointer;
  width: 300px;
}
.sitenavemenu a:hover {
  opacity: 1;
  background: #2c4168;
}
#navbutton {
  width: 34px;
  height: 34px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  padding: 13px 10px;
  background: #2b4167;
  border-radius: 0px 0px 0px 2px;
}
#navbutton div {
  width: 28px;
  height: 2px;
  border-radius: 0px 0px 0px 2px;
  background: #fff;
  margin: 7px 3px;
  transition: transform .3s ease-in-out;
}
.close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0px;
  padding: 15px;
  height: 30px;
  width: 30px;
  background: none;
  transition: transform .3s ease-in-out;
}
.closebtn {
  fill: #e7e6e6;
}
.close:hover,
#navbutton:hover {
  background: #fff;
}
.closebtn:hover {
  fill: #12122a;
}
#navbutton:hover div {
  background: #12122a;
}

/********************************* Content *********************************/
.content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 250px;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(83, 110, 160, 1) 0%, rgba(58, 82, 127, 1) 70%, rgba(43, 64, 102, 1) 100%);
  letter-spacing: .03em;
  justify-content: center;
  border-top: 5px solid #f8ba33;
}
.content2 {
  max-width: 600px;
  background: #f4f6fb;
  padding: 80px 100px 100px;
  margin: -250px auto 50px;
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.5);
}
.content h1 {
  font-weight: normal;
  font-size: 48px;
  line-height: 38px;
  text-align: center;
}
.inlineimageleft {
  float: left;
  margin-right: 20px;
}
.highlight {
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  padding: 20px;
  border-top: .5px solid #764;
  border-bottom: .5px solid #764;
}
.product {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.product .logo {
  width: 35%;
  background: #fff;
}
.proddescrip {
  width: 60%;
}
.job {
  background: rgb(0 0 0 / 5%);
  padding: 10px 40px;
  margin: 0 0 20px;
  border-radius: 5px;
}
.accordion {
  cursor: pointer;
  width: 100%;
  line-height: 80px;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  margin: 0px;
}

.job:hover {
  background: rgba(255, 255, 255, 0.08);
}
.accordion:after {
  content: "\02795"; /* Unicode character for "plus" sign (+) */
  font-size: 16px;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.tables {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tables h3 {
  margin-bottom: 0px;
}
.tables .table {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 10px;
}
table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  background: #fff;
}
th {
  background: #ccc;
  font-size: 14px;
}
td,
th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.small {
  font-size: 16px;
  padding: 40px 60px;
  border: 1px solid #ccc;
  margin: 40px 10px;
  background: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 800px) {
  body {
    background: rgb(243 244 249);
    font-weight: 400;
  }

  body.splash {
    background: url(images/skyscraper.jpg) no-repeat fixed;
    background-size: cover;
    background-position-y: 0px;
  }
  .container {
    display: block;
    width: 100%;
  }
  .splashcontent {
    width: 90%;
    padding: 40px 20px;
    box-sizing: border-box;
  }
  .splashcontent img {
    width: 100% !important;
  }
  .splashcontent p {
    display: none;
  }
  .splashcontent a.button {
    margin-top: 20px;
  }
  .highlightlist {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  a.button {
    font-size: 20px;
  }
  .content {
    width: 100%;
    padding: 30px 0px 50px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .content2 {
    padding: 0 20px 0;
    margin: auto;
    margin-bottom: 0;
    box-shadow: none;
  }
  .footer {
    position: relative;
    text-align: center;
    width: 100%;
  }
  .header {
    display: block;
    background: url(images/skyscraper-mobile.jpg) no-repeat;
    background-size: cover;
    height: 120px;
    width: 100%;
    padding-top: 20px;
    position: relative;
  }
  .header h1 {
    width: auto;
    height: 70px;
  }
  ul.menu {
    display: none;
  }
  .product {
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .product .logo {
    margin: auto;
    width: 80%;
    background: #fff;
    border-radius: 300px;
    overflow: hidden;
    padding: 30px;
  }
  .proddescrip {
    width: 100% !important;
  }
  .accordion {
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
  }
  h4.accordion {
    line-height: 32px;
  }
  .small {
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin: 40px 10px;
    background: #fff;
    border-radius: 5px;
  }
}
