@font-face {
  font-family: "Trade Gothic";
  src: url(../fonts/tradegothic-boldcondtwenty-webfont.woff);
}
body {
  font-family: georgia, serif;
}

.sidenav a, section .c-service-grid__item__copy, .blog-info, .blog-date, .pagination, article.summary time, footer p, .top-tagline p, .sans-serif, li, blockquote, h1, h2, h3, h4, h5 {
  font-family: "Trade Gothic", -apple-system, "Segoe UI", Roboto, sans-serif;
}

.blog-sidebar {
  font-family: monospace, monospace;
}

body {
  background-color: #000;
  color: rgba(255, 255, 255, 0.9);
}

h1, h2, h3, h4, h5 {
  color: rgb(255, 255, 255);
}
h1 a:link, h1 a:active, h1 a:visited, h2 a:link, h2 a:active, h2 a:visited, h3 a:link, h3 a:active, h3 a:visited, h4 a:link, h4 a:active, h4 a:visited, h5 a:link, h5 a:active, h5 a:visited {
  color: rgba(255, 255, 255, 0.6);
}

table, th, td {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

th, td {
  padding: 10px;
}

@font-face {
  font-family: "Trade Gothic";
  src: url(../fonts/tradegothic-boldcondtwenty-webfont.woff);
}
@font-face {
  font-family: "TradeGothicRegular";
  src: url(../fonts/tradegothic-boldcondtwenty-webfont.eot);
  src: url(../fonts/tradegothic-boldcondtwenty-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/tradegothic-boldcondtwenty-webfont.woff) format("woff"), url(../fonts/TradeGothic/tradegothic-boldcondtwenty-webfont.ttf) format("truetype"), url(../fonts/TradeGothic/tradegothic-boldcondtwenty-webfont.svg#TradeGothicRegular) format("svg");
  font-weight: 400;
  font-style: normal;
}
body {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}

article {
  font-family: georgia, serif;
}

h1, h2, h3, h4, h5 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  clear: both;
}

h2 {
  font-size: 24px;
  border-bottom: 1px solid #58595B;
  padding-bottom: 16px;
}

h5 {
  font-size: 100%;
  margin-top: 20px;
  opacity: 0.6;
}

.big {
  font-size: 125%;
}

table, th, td {
  font-size: 16px;
}

blockquote {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  font-style: italic;
  position: relative;
  color: #888888;
}

code {
  padding: 0.2em 0.4em;
  margin: 0;
  line-hight: 1;
  font-style: regular;
  position: relative;
  font-size: 70%;
  background-color: rgb(27, 31, 35);
  color: #888888;
  border-radius: 3px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
}

pre {
  font-size: 16px;
}

li {
  font-weight: 400;
}

a {
  color: #13B5EA;
}

p {
  margin: 1.5em 0 0;
}

a:hover {
  color: #1582d3;
}

#anchor {
  position: relative;
  padding-top: 100px;
}

header.home {
  background: url(../images/welcome.png) no-repeat center top 200px, #000000 url(../images/banner1.png) no-repeat center;
  background-size: 300px, cover; /* Set the initial size as a percentage */
  height: 520px;
}
@media only screen and (min-width: 1400px) {
  header.home {
    min-height: 550px;
    background-size: 320px, cover;
  }
}
@media only screen and (min-width: 1600px) {
  header.home {
    min-height: 570px;
    background-size: 340px, cover; /* Adjust size for smaller screens */
  }
}
header.page {
  background: #000000 url(../images/banner2.jpg) no-repeat center;
  background-size: cover;
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  header.page {
    min-height: 260px;
  }
}
header.contact {
  background: #000000 url(../images/banner5.jpg) no-repeat center;
  background-size: cover;
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  header.contact {
    min-height: 260px;
  }
}
header h2 {
  position: absolute;
  top: -9999px;
  left: -99999px;
}
header secondary {
  float: right;
  margin-right: 7.6%;
  width: 18.8%;
}
header nav {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../images/logo.svg) no-repeat;
  background-position: 10px 0;
  background-size: 90% auto;
  height: 120px;
}
@media only screen and (min-width: 768px) {
  header nav {
    max-width: 800px;
    background: url(../images/logo.svg) no-repeat;
    height: 120px;
  }
}
header nav ul {
  list-style: none;
  padding: 0;
  padding-left: 10px;
  padding-top: 70px;
  white-space: nowrap;
  overflow: auto;
}
header nav ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media only screen and (min-width: 768px) {
  header nav ul {
    padding-left: 90px;
    padding-top: 80px;
  }
}
header nav ul li {
  float: left;
  margin-right: 5px;
  background: #000;
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  header nav ul li {
    margin-right: 5px;
  }
}
header nav ul li:hover {
  background: #1582d3;
  background: rgba(21, 130, 211, 0.6);
  opacity: 1;
}
header nav ul li a {
  display: block;
  padding: 8px 10px 6px 14px;
  font-family: "TradeGothicRegular";
  letter-spacing: 0.3em;
  font-size: 14px;
  word-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}
header nav ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
header nav ul li.id-twitter a, header nav ul li.id-facebook a {
  width: 32px;
  /* Hide the text. */
  color: transparent;
}
header nav ul li.id-twitter a:hover, header nav ul li.id-facebook a:hover {
  background-color: #1582d3;
}
header nav ul li.id-twitter a {
  background: rgba(0, 0, 0, 0.4) url(../images/twitter.png) no-repeat center;
}
header nav ul li.id-facebook a {
  background: rgba(0, 0, 0, 0.4) url(../images/facebook.png) no-repeat center;
}

main,
.top-tagline {
  max-width: 800px;
  margin: 30px 20px;
}
@media only screen and (min-width: 992px) {
  main,
  .top-tagline {
    margin: 50px auto 100px auto;
  }
}

.top-tagline h2, .top-tagline p {
  color: #ffffff;
}
.top-tagline h2 {
  position: relative;
  top: auto;
  left: auto;
  font-size: 2em;
}
footer {
  color: #777777;
  background-color: #333333;
  padding: 30px;
  letter-spacing: 0.3em;
  font-size: 12px;
  word-spacing: 1px;
  text-transform: uppercase;
}
footer p {
  color: #58595B;
  text-align: center;
  margin: 0 0 0 0;
  letter-spacing: 0.3em;
  font-size: 12px;
  word-spacing: 1px;
  text-transform: uppercase;
}
footer a {
  color: #58595B;
  letter-spacing: 0.3em;
  font-size: 12px;
  word-spacing: 1px;
  text-transform: uppercase;
}
footer:hover {
  color: #1582d3;
}

services table {
  width: 100%;
}
services table th, services table td {
  padding: 5px 10px;
}
services img {
  margin-bottom: 20px;
}
services img.half {
  width: 50%;
}
services img.quarter {
  width: 25%;
}
services img.half, services img.quarter {
  margin-left: auto;
  margin-right: auto;
}
services img.half.float-left, services img.quarter.float-left {
  margin-right: 20px;
  float: left;
}
services img.half.float-right, services img.quarter.float-right {
  margin-left: 20px;
  float: right;
}

article {
  padding: 0px 10px;
}
article table {
  width: 100%;
}
article table th, article table td {
  padding: 5px 10px;
}
article img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
article img.half {
  width: 50%;
}
article img.quarter {
  width: 25%;
}
article img.half, article img.quarter {
  margin-left: auto;
  margin-right: auto;
}
article img.half.float-left, article img.quarter.float-left {
  margin-right: 20px;
  float: left;
}
article img.half.float-right, article img.quarter.float-right {
  margin-left: 20px;
  float: right;
}

article.summary h3 {
  margin-bottom: 0.25em;
}
article.summary time {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  margin-bottom: 1em;
}

.pagination {
  margin-top: 2em;
  font-size: 0.8em;
}

.blog-date {
  font-size: 0.8em;
}

.blog-sidebar {
  font-size: 0.8em;
}

.blog-info {
  font-size: 0.8em;
  font-weight: 100;
  border-bottom: 1px solid #58595b;
  padding-bottom: 16px;
  margin-bottom: 1em;
}

.share-buttons {
  font-size: 0.8em;
  border-top: 1px solid #58595b;
  padding-top: 16px;
  margin-top: 1em;
}

section {
  display: block;
  box-sizing: inherit;
}
section .o-content-container {
  margin: 0 auto;
  padding: 0 8vw;
}
@media screen and (min-width: 84.875rem) {
  section .o-content-container {
    max-width: 76.875rem;
    padding: 0;
  }
}
section .c-service-grid {
  margin-bottom: 1rem;
  list-style-type: none;
  display: grid;
  grid-gap: 1rem 2.43902439%;
}
@media screen and (min-width: 60rem) {
  section .c-service-grid.v--three {
    grid-template-columns: repeat(3, 1fr);
  }
}
section .c-service-grid__item {
  position: relative;
  padding: 1rem;
  padding-left: 0;
  text-align: left;
}
section .c-service-grid__item__title {
  margin-bottom: 0.5rem;
}
section .c-service-grid__item__copy {
  text-transform: uppercase;
  margin-bottom: 0;
}
section a {
  text-decoration: none;
  color: #FFF;
}
section a:hover {
  text-decoration: none;
  color: #FFF;
}

/* The sidebar menu */
.sidenav {
  width: 150px; /* Set the width of the sidebar */
  position: sticky; /* Fixed Sidebar (stay in place on scroll) */
  top: 0; /* Stay at the top */
  margin-right: 50px;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding: 6px 8px 6px 16px;
}

/* The navigation menu links */
.sidenav a {
  font-size: 0.8em;
}

.sidenav h2 {
  font-size: 0.8em;
}

blog-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.sm-margin {
  margin: 10px auto 100px auto;
}

/* When you mouse over the navigation links, change their color */
/* Style page content */
/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-width: 1075px) {
  .sidenav {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
