body {
  height: 100%;
  font-family: 'globerthin_free';
}

.bold {
  font-family: 'globersemibold_free';
}

.orange {
  color: #ed6905;
}


.header img {
	width: 100%;
  margin-bottom: 50px;
}

.event{
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.event img {
	width: 100%;
}


@font-face {
    font-family: 'globerthin_free';
    src: url('/fonts/glober_thin_free-webfont.woff2') format('woff2'),
         url('/fonts/glober_thin_free-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'globersemibold_free';
    src: url('/fonts/glober_semibold_free-webfont.woff2') format('woff2'),
         url('/fonts/glober_semibold_free-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}