@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css");
/* Position footer to bottom of page */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

#content {
  flex-grow: 1; }

/* Loading element background */
.tld {
  background-color: #202c54; }

/* */
.staticFiller {
  width: 100%;
  height: 20px; }

.dpm {
  margin: 0px !important;
  padding: 0px !important; }

/* WOW */
.wow {
  visibility: hidden; }

/* Bootstrap */
@media only screen and (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
@media only screen and (max-width: 768px) {
  .row-eq-height .bgimg {
    min-height: calc(90vh);
    padding-top: 40px;
    padding-bottom: 40px; } }
/* Recaptcha */
.grecaptcha-badge {
  z-index: 1; }

.staticPadding {
  height: 5px; }

header {
  padding: 0px 0px;
  background-color: #dd2927;
  color: #FFFFFF;
  text-align: center; }

header a {
  display: inline-block;
  padding: 10px 10px;
  margin: 20px auto;
  color: #FFFFFF;
  text-transform: uppercase; }

header a:hover {
  color: #FFFFFF; }

header a:last-child:not(.mobilenav) {
  background-color: #FFFFFF;
  color: #dd2927;
  border-radius: 4px;
  font-weight: bold; }

@media only screen and (max-width: 1200px) {
  header a {
    padding: 10px; } }
.bg-s {
  background-color: #dd2927;
  padding: 0px; }

.bg-br {
  background-color: #dd2927;
  background-image: url("/public/images/theme/bg-br.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  color: #FFFFFF; }

.bg-br h1 {
  padding-top: 110px;
  margin-bottom: 0px;
  position: relative;
  top: 10px;
  text-transform: uppercase; }

.bg-br img {
  margin-bottom: 40px; }

section p {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px; }

footer {
  padding: 40px 0px;
  background-color: #dd2927;
  color: #FFFFFF; }

footer a {
  color: #FFFFFF; }

@font-face {
  font-family: 'Roboto-Medium';
  src: url("/public/fonts/Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-Bold';
  src: url("/public/fonts/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-BlackItalic';
  src: url("/public/fonts/Roboto-BlackItalic.ttf");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "Roboto-Medium"; }

h1 {
  font-family: "Roboto-Bold"; }

section {
  padding: 40px 0px; }

.div-table {
  display: table; }

.div-table.div-table-fill {
  width: 100%;
  height: 100%; }

.div-row {
  display: table-row; }

.div-cell {
  display: table-cell;
  vertical-align: middle; }

.socialmedia {
  margin-top: 0px;
  background-color: transparent;
  margin: 5px;
  display: inline-block;
  font-size: 36px;
  width: 50px;
  height: 50px;
  background-color: #4a4f54;
  border-radius: 50%;
  text-align: center; }

.socialmedia i {
  color: #FFFFFF;
  padding: 1px; }

.socialmedia a:hover {
  opacity: 0.7; }

img {
  max-width: 100%; }

@media only screen and (max-width: 991px) {
  .bg-br {
    background-image: none; } }
@media only screen and (max-width: 768px) {
  .bg-br {
    text-align: center; }

  .bg-br h1 {
    padding-top: 0px;
    top: 0px; }

  header .nav {
    display: none; }

  header.open .nav {
    display: block;
    padding-bottom: 20px;
    width: 100%; }

  header.open .mobilenav {
    color: #fff500; }

  header a {
    display: block;
    width: 100%;
    padding: 10px 0px; } }

/*# sourceMappingURL=stylesheet.css.map */
