/* Import Adobe Fonts */
@import url('https://use.typekit.net/hbf4whq.css');

/* Apply fonts to elements */
h1, h2, h3, h4, h5, h6 {
    font-family: 'gothiks-round', sans-serif;
    line-height: 1;
}

body {
    font-family: 'new-order', sans-serif;
}

body {
    font-size: 16px; 
}

h1 {
    font-size: 90px; 
}

h2 {
    font-size: 30px; 
}

h3 {
    font-size: 24px; 
}

h4 {
    font-size: 20px; 
}

h5 {
    font-size: 16px; 
}

h6 {
    font-size: 16px; 
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 70px; 
    }

    h2 {
        font-size: 50px; 
    }

    h3 {
        font-size: 30px; 
    }

    h4 {
        font-size: 24px; 
    }

    h5 {
        font-size: 20px; 
    }

    h6 {
        font-size: 16px; 
    }
}

#sched-body {
	background-color: #022943;
}
.registration__main {
	background-color: #022943;
}
#sched-container-header-menu li a.sched-menu-link-active {
	background-color: #8b267a;
}
.sched-event-menu li a, .sched-event-menu li a:hover {
	color: #fff !important;
}
.popover .popover-content .popover-body {
	border: #8b267a;
	background-color: #8b267a;
}
#sched-views .sched-toggle li {

	background: #8b267a;
}
body,
.event-nav__item a,
.sched-current-date,
.schedorg-body-dark #tip, #sched-sidebar, .schedorg-body-dark #sched-sidebar .popover-body a {
	color: #fbd9e8;
}
#sched-footer-link {	
	background: #022943;
}
.event-nav__item a.sched-menu-link-active,
.schedule-nav__item a.sched-menu-link-active {
color: #222;
}
.schedorg-body-embed #sched-container-header-menu {display:none;}
.icon--square {
opacity: 1;
}

.registration__header-title {
color: #fbd9e8 !important;
}
.checkout .notification-bar {
color: #fbd9e8 !important;
}
body .checkout__option-label {
color: #fbd9e8 !important;
}

.sched-page-grid-venues {
color: #fbd9e8 !important;
}

div.custom-page-content,
div.custom-page-content *,
div.custom-page-content p,
div.custom-page-content span,
div.custom-page-content strong,
div.custom-page-content em,
div.custom-page-content li,
div.custom-page-content a,
div.custom-page-content br {
  color: #fbd9e8 !important;
}