@import url('theme.css');

@font-face {
  font-family: 'DIN Next LT Pro Embedded';
  src: url('../fonts/Din_Next_Regular.woff')
    format('woff');
  font-weight: normal;
}

@font-face {
  font-family: 'DIN Next LT Pro Embedded';
  src: url('../fonts/Din_Next_Bold.woff')
    format('woff');
  font-weight: bold;
}

@font-face {
  font-family: 'DIN Next LT Pro Embedded';
  src: url('../fonts/Din_Next_Light.woff')
    format('woff');
  font-weight: 300;
}

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

@font-face {
  font-family: 'WorldAthletics';
  src: url('../fonts/WorldAthletics-Bold.otf')
    format('opentype');
  font-weight: bold;
}

@font-face {
  font-family: 'WorldAthleticsHeadline';
  src: url('../fonts/WorldAthletics-Headline.otf')
    format('opentype');
  font-weight: normal;
}

body {
  font-family: 'WorldAthletics';
  font-weight: normal;
  color: #FFF;
  padding: 0;
  /*background: url('../img/background.png');*/
  background-color: #444;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.template-box {
  width: 100%;
  height: 100%;
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
}

.box-header {
  width: 50%;
  font-family: 'WorldAthleticsHeadline';
  font-size: 30px;
  text-transform: uppercase;
  background-color: var(--box-bg-color);
  color: var(--header-text-color);
}

.header-top-border {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--border-gradient-first-color) 0%, var(--border-gradient-second-color) 50%, var(--border-gradient-third-color) 100%);
}

.box-footer {
  font-family: 'WorldAthleticsHeadline';
  background-color: var(--box-bg-color);
  font-size: 22px;
  color: var(--header-text-color);
  text-transform: uppercase;
}

.box-header .text,
.box-footer .text {
  margin: 5px 14px;
}

.footer-top-border {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--border-gradient-first-color) 0%, var(--border-gradient-second-color) 50%, var(--border-gradient-third-color) 100%);
}

.template-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--box-bg-color);
}

.meeting-logo {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

h1 {
  font-family: 'WorldAthleticsHeadline';
}

h1, h3 {
  text-align: center;
}
