﻿@font-face {
  font-family: "Brandon";
  src: url("/fonts/5579750/78b08382-ed68-41bb-b4bb-5b63d60b2152.woff2") format("woff2"), url("Fonts/5579750/0f136c18-36d0-4f2d-91f6-fcd884a3bd86.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brandon";
  src: url("/fonts/5579766/8413cec6-f63b-4867-a5b4-1392ed2965bb.woff2") format("woff2"), url("Fonts/5579766/f27deaeb-cefd-4a71-b85d-5b6d03709b82.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "brandon";
  src: url("/fonts/brandon-grotesque-web-regular.woff2") format("woff2"), url("fonts/brandon-grotesque-web-regular.woff") format("woff");
}
@font-face {
  font-family: 'Lora';
  src: url('/fonts/Lora-Regular.woff2') format('woff2'), url('/fonts/Lora-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RobotoMono';
  src: url('/fonts/roboto-mono-regular.woff2') format('woff2'), url('/fonts/roboto-mono-regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: white;
  height: 100vh;
  background-image: url('/img/background-hires-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Lora;
  font-size: 24px;
}
body > * {
  padding: 0 2rem;
}
.top {
  padding-top: 2rem;
  position: relative;
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 2rem;
  text-align: center;
  max-width: 1200px;
  margin-top: 2rem;
  margin: 2rem auto 0;
  /*    .logos {
        width: @logoSize;
        height: @logoSize;
        position: relative;

        img {
            position: absolute;
            width: 55%;
        }

        img:nth-of-type(1) {
            top: 0;
            left: 0;
        }

        img:nth-of-type(2) {
            bottom: 0;
            right: 0;
        }
    }

    h1 {
        margin-left: 1rem;
        line-height: 1;
    }*/
}
.top img {
  width: 100%;
}
p {
  margin-top: 3rem;
}
h1 {
  font-family: 'Brandon';
  font-size: 5rem;
}
.container {
  height: 100%;
}
.main {
  max-width: 1100px;
  margin: 0 auto;
}
.links {
  margin-top: 3rem;
  text-align: center;
}
.links a {
  display: inline-block;
  height: 100px;
  padding: 0 2rem;
}
.links img {
  height: 100%;
}
.links a:nth-of-type(2) {
  border-left: solid 1px black;
}
footer {
  padding: 2rem;
  text-align: right;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  font-family: Brandon;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .top {
    /*flex-direction: column;*/
    margin-left: 0;
  }
  .top h1 {
    font-size: 3rem;
    margin-top: 1rem;
  }
  .logos {
    margin-top: 1rem;
    width: 100px;
    height: 100px;
  }
  .links a:nth-of-type(2) {
    border: 0;
  }
  footer {
    text-align: center;
    position: relative;
    font-size: 13px;
    padding: 0.5rem 0.5rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 479px) {
  body > * {
    padding: 0;
    width: 100%;
  }
  .top {
    padding: 0.5rem;
    margin: 0;
  }
  .top .logos {
    margin-top: 1rem;
    width: 60px;
    height: 60px;
  }
  .top h1 {
    margin-top: 1rem;
    margin-left: 0.25rem;
    font-size: 1.8rem;
  }
  .main {
    width: 100%;
    padding: 1rem;
    padding-top: 0;
    font-size: 18px;
  }
  footer {
    text-align: center;
    position: relative;
    font-size: 13px;
    padding: 0.5rem 0.5rem;
    margin-top: 3rem;
  }
  p {
    margin-top: 1.5rem;
  }
  .links {
    flex-direction: column;
  }
  .links a {
    display: block;
    height: auto;
    padding: 0 1rem;
  }
  .links img {
    max-width: 100%;
  }
  .links a:nth-of-type(2) {
    margin-top: 1rem;
    border: none;
    padding-left: 0;
  }
}