html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html, body {
  position: relative;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 20px; }

a:link, a:visited {
  text-decoration: none; }

#topcontainer {
  background: #002D4E;
  height: 65px;
  /*position: fixed;
  top: 0;
  left: 0;*/
  display: flex;
  align-items: center;
  padding: 0 3%; }
  #topcontainer #top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    #topcontainer #top #topleft {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      color: rgba(255, 255, 255, 0.7); }
      #topcontainer #top #topleft img {
        width: 100px;
        margin-right: 15px; }
    #topcontainer #top #topright a:link, #topcontainer #top #topright a:visited {
      color: rgba(255, 255, 255, 0.7);
      margin-right: 20px;
      background: url(img/up.svg);
      background-repeat: no-repeat;
      background-position: right 0;
      padding-right: 12px;
      line-height: 20px; }
      #topcontainer #top #topright a:link:hover, #topcontainer #top #topright a:visited:hover {
        color: white; }

.button:link, .button:visited {
  background: #316AB3;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  margin-top: 15px;
  font-weight: 500;
  font-size: 0.875rem;
  transition: 0.5s all ease; }
  .button:link:hover, .button:visited:hover {
    background: #000; }

#content {
  padding: 3%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  row-gap: 25px;
  column-gap: 25px; }
  #content h1 {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 20px;
    font-weight: 300; }
  #content h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 28px; }
    #content h2 a:link, #content h2 a:visited {
      color: #000;
      padding-right: 15px;
      background-image: url("img/beeks-arrow.svg");
      background-repeat: no-repeat;
      background-position: right top; }
  #content div {
    border: 1px solid #ddd;
    padding: 8%; }
    #content div#intro {
      grid-row: 1 / span 2;
      background: #f6f6f6; }
  #content p {
    margin-bottom: 20px;
    line-height: 22px; }

footer {
  background-color: #002D4E;
  background-image: linear-gradient(135deg, #002d4e 0%, #003454 65%, #174c74 90%);
  color: #fff;
  font-size: 14px;
  box-shadow: 0 50vh 0 50vh #002D4E; }
  footer #footerstructure {
    padding: 50px 3% 20px; }
    footer #footerstructure > ul {
      display: flex; }
      footer #footerstructure > ul > li {
        width: 20%; }
        footer #footerstructure > ul > li h3 {
          font-weight: 500;
          font-size: 16px;
          margin-bottom: 10px; }
          footer #footerstructure > ul > li h3 a:link, footer #footerstructure > ul > li h3 a:visited {
            color: #fff; }
        footer #footerstructure > ul > li a:link, footer #footerstructure > ul > li a:visited {
          color: #b3c0ca;
          text-decoration: none;
          line-height: 24px; }
          footer #footerstructure > ul > li a:link:hover, footer #footerstructure > ul > li a:visited:hover {
            color: #c5ff00; }

#copyright {
  padding: 50px 3% 100px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5); }
  #copyright p {
    width: 50%;
    margin-top: 10px; }
    #copyright p a:link, #copyright p a:visited {
      color: rgba(255, 255, 255, 0.7);
      text-decoration: none; }
      #copyright p a:link:hover, #copyright p a:visited:hover {
        color: #c5ff00; }
  #copyright #social {
    margin-top: 30px;
    display: flex; }
    #copyright #social li {
      width: 50px; }
      #copyright #social li:first-of-type {
        margin-right: 5px; }
      #copyright #social li a {
        width: 28px;
        height: 28px;
        display: block;
        background-repeat: no-repeat;
        background-size: contain; }
        #copyright #social li a.twitter {
          background-image: url("img/twitter.svg"); }
        #copyright #social li a.linkedin {
          background-image: url("img/linkedin.svg"); }
      #copyright #social li.footerlogo {
        border-left: 1px dashed rgba(255, 255, 255, 0.5);
        padding-left: 20px; }
        #copyright #social li.footerlogo img {
          height: 26px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #content h1 {
    font-size: 32px;
    line-height: 38px; } }
@media only screen and (max-width: 767px) {
  #content {
    grid-template-columns: 1fr;
    gap: 1%; }

  #copyright {
    padding: 50px 5% 100px; }
    #copyright p {
      width: 100%; } }
@media only screen and (max-width: 480px) {
  #topcontainer {
    padding: 0 5%; }
    #topcontainer #top #topright {
      display: none; }

  #content {
    padding: 7%; } }
