@font-face {
    font-family: 'Eurostile';
    src: url('/assets/fonts/Eurostile.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Berkeley';
    src: url('/assets/fonts/BerkeleyMono-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Berkeley';
    src: url('/assets/fonts/BerkeleyMono-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.font-eurostile {
    font-family: 'Eurostile', sans-serif;
}

html, body {
    height: 100%;
    font-family: 'Berkeley', sans-serif;
    background-color: #424fc9;
}

.bg-blue {
    color:#fff;
    background-color: #424fc9;
}

body {
  /*ackground-image: url("/assets/img/bg3.png");*/
  background-repeat: repeat;
  background-size: cover;
}

/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #000;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */



.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}


.imgs img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.main {
  background-color: #000;
}

.footer {
  background-color: #000;
}

.footer1 img {
  width: 100px;
  height: auto;
  max-height: 100px;
}

.img-filter {
  filter: brightness(0) invert(1);
}

.platinum img {
  width: 100px;
  height: auto;
  max-height: 200px;
  margin-bottom: 20px;
}

.gold img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}

.silver img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}