@font-face {
  font-family: 'Gotham Light';
  /* src: url('img/fonts/GothamLight.ttf') format('truetype'); */
  /* Font converted with https://transfonter.org/ to fix the vertical metrix */
  src: url('img/fonts/Gotham-Light.woff2') format('woff2'),
    url('img/fonts/Gotham-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Bold';
  /* src: url('img/fonts/GothamBold.ttf') format('truetype'); */
  /* Font converted with https://transfonter.org/ to fix the vertical metrix */
  src: url('img/fonts/Gotham-Bold.woff2') format('woff2'),
    url('img/fonts/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

* {
  font-family: 'Gotham Light', Arial, sans-serif;
  font-weight: 400;
}

.logo {
  width:100px;
  max-width:100px;
  margin: 0px 20px;
}

.image-gallery.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-right: 10px;
}
.img-tor {
  padding-left: 10px !important;
  padding-right: 0px !important;
  padding-bottom: 10px;
}

.img-tor img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #ba2e2d;
}

.title {
  font-family: 'Gotham Bold';
  text-align: center !important;
  margin-top: 20px
}

.sub-title {
  font-family: 'Gotham Light';
  font-weight: 400;
  text-align: center !important;
}

.btn {
  background-color: #ba2e2d;
  border-color: #ba2e2d;
}

.cursor-pointer {
  cursor: pointer;
}

#alerts {
  margin: 10px;
}

.footer {
  text-align: center;
  color: white;
  font-family: 'Gotham Bold';
  background-color: #ba2e2d;
}