@font-face {
  font-family: "Mont";
  font-display: swap;
  src: url("./fonts/Mont-Regular.otf") format("opentype");
  font-weight: normal;
}

@font-face {
  font-family: "Mont";
  font-display: swap;
  src: url("./fonts/Mont-SemiBold.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "Mont";
  font-display: swap;
  src: url("./fonts/Mont-Bold.otf") format("opentype");
  font-weight: bold;
}

*,
html {
  font-size: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Mont", sans-serif;
  color: #fff;
  background-color: #4c4c4c;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header {
  padding: 3.2rem 1.6rem 1.6rem;
  text-align: center;
}

.tbt-logo {
  max-width: 56px;
  height: auto;
}

p {
  font-size: 1.3rem;
  color: #fff;
  margin: 1.6rem 1.6rem 0;
  text-align: center;
}

.tipster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 90%;
  margin: 2.4rem auto;
  border: 2px solid #fff;
  border-radius: 4px;
  cursor: pointer;
}

.tipster > a {
  display: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  color: #fff;
  text-decoration: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.6rem 0.8rem 0;
}

.tipster h2 {
  font-size: 6vw;
  font-weight: bold;
  margin: auto;
  text-transform: uppercase;
}

.tipster img {
  max-width: 33%;
  height: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.gentleman {
  background-color: #06c68d;
}

.cockney {
  background-color: #f86c6c;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  padding: 0;
  margin-top: auto;
}

footer a {
  display: inherit;
  padding: 1.6rem 1.6rem 2.4rem;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer img {
  width: 100%;
  height: auto;
}

.age-rating {
  max-width: 25px;
  margin-right: 8px;
}

.gamble-aware {
  max-width: 100px;
}

@media (min-width: 768px) {
  .tbt-logo {
    max-width: 100%;
  }

  p {
    font-size: 2.4rem;
    margin: 1.6rem 4rem;
  }
  .tipsters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tipster {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 3.2rem 1.6rem;
    margin: 2.4rem 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tipster h2 {
    font-size: 3.2rem;
    padding: 3.2rem 1.6rem 0;
    text-align: center;
  }
  .tipster img {
    max-width: 100%;
    margin: 0 auto;
  }
}
