* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
section {
  display: block; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  line-height: 1; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ol, ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #fbfbfb;
  color: #fff;
  line-height: 1.2; }

img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none; }

h1, h2 {
  padding: 2rem 1rem 1rem 1rem;
  font-weight: bold; }

h1 {
  font-size: 2.5em; }

h3 {
  padding: 1.2rem 0; }

p {
  padding: 0.5rem 1rem 1rem 1rem; }

.btn {
  display: inline-block;
  background: #333;
  color: #fff;
  text-decoration: none;
  padding: 1em;
  border: 1px solid #666;
  margin-top: 1.5rem; }
  .btn:hover {
    -webkit-box-shadow: 1px 2px 2px 0px silver;
    box-shadow: 1px 2px 2px 0px silver; }

nav {
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 1;
  opacity: 0.8; }
  nav svg {
    width: 18px;
    height: 20px; }
  nav .nav-items {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    color: white;
    font-family: arial, sans-serif;
    background: black;
    padding: 0;
    margin: 0 1em;
    width: 100px;
    opacity: 0.9; }
  nav a {
    text-decoration: none;
    color: #fefefe;
    margin: 0;
    padding: 0.2em 1em;
    display: inline-block; }
  nav a:hover {
    background: #999; }
  nav:hover .nav-items,
  nav:hover .nav-items:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

#showcase {
  height: 100vh;
  width: 100vw;
  color: #000;
  text-align: center; }
  #showcase .bg-image {
    position: absolute;
    background: #333 url("../img/showcase.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    background-size: cover;
    z-index: -1; }
  #showcase .content-wrap {
    padding: 1rem 1rem; }
  #showcase .btn {
    margin-top: 5rem; }

.content-title {
  font-weight: bold;
  font-size: larger; }

#section-a {
  background: #f4f4f4;
  color: #333;
  padding-bottom: 1rem; }
  #section-a ul {
    padding: 1rem 1.2rem; }
  #section-a li:before {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 0.5rem;
    color: #0d3300; }

#section-b {
  background: #333;
  color: #f4f4f4;
  padding-bottom: 1rem; }

#section-c {
  background: #f4f4f4;
  color: #333; }

#section-cc {
  padding: 1rem;
  background: #f4f4f4;
  color: #333; }
  #section-cc ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #section-cc li {
    margin-bottom: 0.6rem;
    background: #fff;
    color: #333; }

.card {
  margin-bottom: 1rem; }

.card-content {
  padding: 1rem; }
  .card-content > h3 {
    font-weight: bolder; }

#section-d {
  background: #333;
  color: #f4f4f4;
  padding-bottom: 1rem; }
  #section-d .face {
    height: 120px;
    width: auto;
    float: left;
    padding: 0 1em; }

footer {
  background: #111;
  color: #ccc;
  font-size: 0.8rem;
  text-align: center;
  padding-bottom: 1rem; }
  footer a {
    color: #ccc;
    text-decoration: none;
    font-style: italic;
    text-decoration: underline; }
  footer a:hover {
    cursor: pointer; }
  footer a:visited {
    color: #aaa;
    color: #555; }
  footer #footer-logo {
    height: 64px;
    width: 32px;
    padding: 1rem 0 1rem 0;
    margin: 0 auto; }

@media (min-width: 1024px) {
  .body-bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: -1;
    background-image: url(../img/body-image.jpeg);
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-position: center center;
    background-attachment: fixed;
    background-origin: border-box; }
  main, header, footer {
    max-width: 1024px;
    margin: 0 auto;
    border-radius: 0.2em;
    -webkit-box-shadow: 10px 0px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 10px 0px 5px rgba(0, 0, 0, 0.6); }
  .grid {
    display: grid;
    grid-template-columns: 1fr repeat(2, minmax(auto, 528px)) 1fr; }
  #showcase .bg-image {
    width: 1024px; }
  #showcase .content-wrap {
    padding: 6rem 1rem; }
  #showcase .btn {
    margin-top: 2rem; }
  .content-wrap,
  #section-cc ul.cards,
  #section-cc p {
    grid-column: 2/4; }
  .content-title {
    text-align: center; }
  .content-text {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 1rem;
    column-gap: 1rem; }
  p {
    padding-top: 0; }
  #section-a ul {
    padding-top: 0; }
  #section-c .content-text {
    padding-bottom: 1rem; }
  #section-cc {
    grid-column: 2/4; }
    #section-cc ul.cards {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #section-cc ul.cards > li {
      width: 30%;
      -webkit-box-shadow: 3px 4px 5px 3px silver;
      box-shadow: 3px 4px 5px 3px silver; }
    #section-cc p {
      text-align: center;
      padding-top: 2rem;
      font-weight: bolder; }
  footer #footer-logo {
    margin: auto 0; }
  footer p {
    padding: 0; }
  .footer-content {
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
