@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
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%;
  vertical-align: baseline;
}

html {
  background-color: white;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.25;
}

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;
}

.italic {
  font-style: italic;
}

.button {
  display: inline-block;
  margin: 0.5rem;
  padding: 0.5rem 1.25rem;
  border: none;
  border-radius: 0.1875rem;
  outline: none;
  background-color: #000000;
  color: white;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 150ms ease-out;
}

.button:focus, .button:hover {
  background-color: #282727;
  box-shadow: 0 0 0 0.1875rem white, 0 0 0 0.375rem #282727;
}

.button:active {
  background-color: #282727;
  box-shadow: 0 0 0 0.1875rem #282727, 0 0 0 0.375rem #282727;
  transition-duration: 75ms;
}

button.transparent {
  text-decoration: none;
}

button.transparent:focus, button.transparent:hover {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: inherit;
}

button.transparent:focus .icon, button.transparent:hover .icon {
  font-weight: 700;
}

button.transparent:active {
  background-color: inherit;
  box-shadow: inherit;
  transition-duration: 75ms;
}

button.transparent {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}

.button-on-dark {
  display: inline-block;
  margin: 0.5rem;
  padding: 0.5rem 1.25rem;
  border: #cecdcd 1px solid;
  border-radius: 0.1875rem;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 150ms ease-out;
}

.button-on-dark:focus, .button-on-dark:hover {
  background-color: #282727;
  box-shadow: 0 0 0 0.1875rem white, 0 0 0 0.375rem #282727;
}

.button-on-dark:active {
  background-color: #282727;
  box-shadow: 0 0 0 0.1875rem #282727, 0 0 0 0.375rem #282727;
  transition-duration: 75ms;
}

.button-on-gray {
  display: inline-block;
  margin: 0.5rem;
  padding: 0.5rem 1.25rem;
  border: #cecdcd 1px solid;
  border-radius: 0.1875rem;
  outline: none;
  background-color: #000000;
  color: white;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 150ms ease-out;
}

.button-on-gray:focus, .button-on-gray:hover {
  background-color: #282727;
  box-shadow: 0 0 0 0.1875rem white, 0 0 0 0.375rem #282727;
}

.button-on-gray:active {
  background-color: #282727;
  box-shadow: 0 0 0 0.1875rem #282727, 0 0 0 0.375rem #282727;
  transition-duration: 75ms;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

main {
  flex-grow: 1;
  margin-top: 5.75rem;
}

.bg-container {
  width: 100%;
}

.bg-dark-gray {
  background: #131313;
}

main.container {
  width: 100%;
  max-width: 100%;
}

.container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.flex-row {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-jcc {
  justify-content: center;
}

.flex-jce {
  justify-content: end;
}

.flex-aic {
  align-items: center;
}

.flex-grow {
  flex-grow: 1;
}

.strong {
  font-weight: bold;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.text-decoration-none {
  text-decoration: none;
}

html, body, div {
  font-family: 'Open Sans', sans-serif;
}


.page-title {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 1rem;
  margin-bottom: 2rem;
}

.font-xl {
  font-size: 1.75rem;
  line-height: 1.5;
}

.font-large {
  font-size: 1.3rem;
  line-height: 1.5;
}

.font-medium {
  font-size: 1.125rem;
  line-height: 1.5;
}

.font-small {
  font-size: 1rem;
  line-height: 1.5;
}

.font-color-main {
  color: rgb(98, 0, 98);
}

h3 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media only screen and (min-width: 768px) {
  .font-xl {
    font-size: 2.175rem;
  }

  .font-large {
    font-size: 1.875rem;
  }

  .font-medium {
    font-size: 1.375rem;
  }

  .font-small {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }

}