﻿@import 'griff-style.css';
@font-face {
  font-family: AktivGroteskBold;
  src: url('../Styles/fonts/Aktiv Grotesk W01 XBold.ttf');
}
@font-face {
  font-family: OpenSans;
  src: url('../Styles/fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: OpenSans;
  src: url('../Styles/fonts/OpenSans-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: OpenSans;
  src: url('../Styles/fonts/OpenSans-Semibold.ttf');
  font-weight: 300;
}
@font-face {
  font-family: griff;
  src: url('../Styles/fonts/griff.ttf');
}
@font-face {
  font-family: Inter;
  src: url('../Styles/fonts/Inter-Regular.ttf');
}
@font-face {
  font-family: Inter;
  src: url('../Styles/fonts/Inter-Semibold.ttf');
  font-weight: 300;
}
body {
  font-size: 12px;
  background-color: #f5f5f5;
  font-family: Inter;
  display: flex;
  flex-direction: row;
}
a {
  text-decoration: none;
}
a,
.btn-link {
  color: #0366d6;
}
.h2 {
  font-size: 20px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
app {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  app {
    flex-direction: row;
  }
}
.center {
  margin: auto;
  width: 50%;
}
.hidden {
  display: none;
}
.tooltip {
  opacity: 0.6;
}
.navbar-text {
  /* padding-top: 0.5rem; */
  padding-bottom: 0.5rem !important;
  padding-top: 5px !important;
  padding-right: 10px !important;
}
.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}
.invalid {
  outline: 1px solid red;
}
.validation-message {
  color: red;
}