/*
Blue: 002F86
Red: E2231A
 */

@font-face {
  font-family: "Franklin Gothic";
  src: url("../fonts/FRABK.e130d119682e.TTF");
  weight: 100;
}

@font-face {
  font-family: "Franklin Gothic";
  src: url("../fonts/FRABKIT.5e4feff74275.TTF");
  font-style: italic;
}

@font-face {
  font-family: "Franklin Gothic";
  src: url("../fonts/FRADM.082252176f1f.TTF");
  font-weight: 600;
}

@font-face {
  font-family: "Franklin Gothic";
  src: url("../fonts/FRAHV.59e78317900d.TTF");
  font-weight: 800;
}

* {
  -webkit-font-smoothing: subpixel-antialiased !important;
  text-rendering: optimizeLegibility !important;
}

h1,
h2,
h3,
p {
  font-family: "Franklin Gothic", sans-serif !important;
}

.trp-navbar {
  background: #fff !important;
  font-family: "Franklin Gothic", sans-serif !important;
  font-weight: bold;
}

.navbar-right {
  margin-right: inherit !important;
}

.navbar-text {
  line-height: 50px !important;
}

.navbar-link {
  color: #002f86 !important;
  font-weight: bold;
  font-size: 2rem;
}

.navbar-brand {
  height: inherit !important;
}

.navbar-nav > li > a {
  line-height: 50px !important;
}

.navbar-toggle {
  margin-top: 35px !important;
}

.jumbotron {
  margin-top: 110px;
}

.parallax {
  height: 80vh;
  background-image: inherit;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.parallax h1 {
  font-family: "Franklin Gothic", sans-serif !important;
  font-weight: 100 !important;
  font-size: 7.5rem !important;
  line-height: 0.75 !important;
}

.parallax h2 {
  font-family: "Franklin Gothic", sans-serif !important;
  font-weight: 800 !important;
  font-size: 10rem !important;
  line-height: 0.75 !important;
}

/* #catalogue:target {
    padding-top:111px ;
} */

img {
  max-width: 100%;
}

.fab {
  font-size: 3rem;
  display: inline-block !important;
  vertical-align: middle !important;
  line-height: normal !important;
  transition: all 0.2s ease-in-out;
  color: #002f86 !important;
  opacity: 0.6;
}

.fab:hover {
  opacity: 1;
}

.navbar-brand img {
  max-height: 80px;
}

.form-submit-btn {
  background-color: #002f86;
  color: #fff;
  padding: 10px 30px;
  border: none;
  font-family: "Franklin Gothic", sans-serif;
}

form ul {
  list-style: none;
  display: inline-block;
}
form ul li {
  display: inline-block;
}

form ul li label {
  padding: 10px 20px 10px 20px;
}

.higher {
  z-index: 100;
}

.light-card .tile {
  background: #f0f0f0;
  color: #002f86;
}

.dark-card .tile {
  background: #052035;
  color: #fff;
}

.dark-card .tile a {
  color: #fff;
}

.tile {
  text-align: left;
  margin-bottom: 30px;
}

.tile h4 {
  font-size: 22px;
}

.tile p {
  font-size: 16px;
}

.tile a {
  transition: opacity 0.2s ease-in-out;
}

.tile a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.tile .rm {
  border-bottom: 1px solid #fff;
}

.tile-content {
  padding: 20px 30px 15px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
  .jumbotron {
    background: transparent !important;
  }
}

@media screen and (max-width: 1200px) {
  .navbar-brand img {
    max-height: 40px;
  }

  .jumbotron h1,
  .jumbotron h2 {
    font-size: 5rem !important;
  }

  .jumbotron {
    margin-top: 78px !important;
  }
  .navbar-toggle {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 600px) {
  .jumbotron h1,
  .jumbotron h2 {
    font-size: 4rem !important;
  }
}
