@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Unica+One&display=swap');

@font-face {
  font-family: "Noe Display";
  src: url("../fonts/noe-display-bold.eot");
  src: url("../fonts/noe-display-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/noe-display-bold.woff") format("woff"), 
    url("../fonts/noe-display-bold.ttf") format("truetype"), 
    url("../fonts/noe-display-bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
 
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-family: 'Roboto', sans-serif;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 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;
}

.container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

a {
  text-decoration: none;
}



header {
  width: 100%;
}

nav {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

nav a {
  color: #000000;
}

nav a.brand {
  font-family: "Unica One", cursive;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

nav ul.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

nav ul.navigation li {
  line-height: 50px;
  padding-left: 2rem;
}

section {
  padding-top: 100px;
}

section .container {
  max-width: 800px;
}

section h1 {
  font-family: "Noe Display";
  font-size: 4rem;
  text-align: center;
  letter-spacing: 2px;
  padding-bottom: 50px;
}

section p {
  line-height: 1.5;
  color: #333333;
  padding-bottom: 20px;
}

section p:nth-of-type(1) {
  font-family: "Noe Display";
  font-size: 1.25rem;
  padding-bottom: 30px;
}

section p:last-child {
  padding-bottom: 50px;
}

section p span {
  font-family: "Noe Display";
  color: #4841DB; 
}

/* ======== */
/* Sponsors */
section .units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

section .units img {
  max-height: 60px;
  padding-bottom: 50px;
}

/* ==== */
/* Team */
section ul.team {
  padding-bottom: 50px;
}
section ul.team li {
  text-align: center;
  line-height: 1.5;
  color: #828585;
  padding-bottom: 1rem;
}
section ul.team li span {
  color: #333333;
}

/* ====== */
/* footer */
footer p {
  font-size: .875rem;
  text-align: center;
  color: #333333;
  padding-bottom: 30px;
}