body{
background-image: url("https://az659834.vo.msecnd.net/eventsairaueprod/production-centium-public/fe159c0ed60541bd81fbfb3e9a4caab7");
background-repeat: no-repeat;
background-size: cover;
}
@font-face {
    font-family: 'Gelion-Bold';
    src: url('https://dl.dropbox.com/s/d04nimm7ia1qcds/gelion-bold-webfont.woff2') format('woff2'),
         url('https://dl.dropbox.com/s/hck1kam5zqcwkja/gelion-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gelion-Light';
    src: url('https://dl.dropbox.com/s/e734ei0idss6pno/gelion-light-webfont.woff2') format('woff2'),
         url('https://dl.dropbox.com/s/2a48ed8e6n4ixyu/gelion-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gelion-Regular';
    src: url('https://dl.dropbox.com/s/hidmmjsbclr5mzx/gelion-regular-webfont.woff2') format('woff2'),
         url('https://dl.dropbox.com/s/8yg1l1qfdw40aoa/gelion-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gelion-Regular-Italic';
    src: url('https://dl.dropbox.com/s/ckspxz3r0b0sh0k/gelion-regular-italic-webfont.woff2') format('woff2'),
         url('https://dl.dropbox.com/s/vl018i26skud0sb/gelion-regular-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

/*AVAILABLE FONT TYPES 
Gelion-Bold
Gelion-Regular
Gelion-Light
Gelion-Regular-Italic
*/

/*Defaults for all areas*/
html, body, * {

  font-family: 'Gelion-Regular', sans-serif !important;

}

/*Specific headings setup */
.h1, h1{

  font-family: 'Gelion-Bold', sans-serif !important;

}

.h2, h2{

  font-family: 'Gelion-Bold', sans-serif !important;

}

.h3, h3{

  font-family: 'Gelion-Regular', sans-serif !important;

}

.h4, h4{

  font-family: 'Gelion-Regular', sans-serif !important;

}

.h5, h5{

  font-family: 'Gelion-Regular', sans-serif !important;

}

.h6, h6{

  font-family: 'Gelion-Regular', sans-serif !important;

}

p, span {
	font-family: 'Gelion-Regular', sans-serif !important;
}


strong, b{
font-family: 'Gelion-Bold', sans-serif !important;
}

/* Attendee App */

.x-button.x-button-back .x-button-label, .x-button.x-button-back .x-badge {

  font-family: 'Gelion-Regular', sans-serif !important;

}

.x-button-normal .x-button-label, .x-button-normal .x-badge, .x-button-round .x-button-label, .x-button-round .x-badge, .x-button-small .x-button-label, .x-button-small .x-badge, .x-button-forward .x-button-label, .x-button-forward .x-badge{

  font-family: 'Gelion-Regular', sans-serif !important;

}

.x-msgbox .x-msgbox-buttons .x-toolbar-inner .x-button .x-button-label, .x-msgbox .x-msgbox-buttons .x-toolbar-inner .x-button .x-badge{

  font-family: 'Gelion-Regular', sans-serif !important;

}

/* Restore Font for Icons */
/* Do not change the below */

.fa, .fal, .far, .fas {

  font-family: FontAwesome, Font Awesome\ 5 Pro!important;

}

.glyphicon {

  font-family: 'Glyphicons Halflings' !important;

}