/* Fonts */

@font-face {
    font-family: 'chalkboard_seregular';
    src: url('../fonts/chalkboardse-regular-webfont.woff') format('woff'),
         url('../fonts/chalkboardse-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'chalkboard_selight';
    src: url('../fonts/chalkboardse-light-webfont.woff') format('woff'),
         url('../fonts/chalkboardse-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'chalkboard_sebold';
    src: url('../fonts/chalkboardse-bold-webfont.woff') format('woff'),
         url('../fonts/chalkboardse-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* Logo */

.uk-logo .uk-responsive-height {
	height: 110%;
	max-height: none;
	margin-top: auto;
	z-index: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.uk-logo .uk-responsive-height {
	margin-top: 60px;
}
}

/* Iphone Logo */
@media  screen 
and (min-device-width : 320px) 
and (max-device-width : 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation : portrait) { 
	.uk-logo .uk-responsive-height {
	height: 125%;
	max-height: none;
	margin-top: auto;
	z-index: 1;
}
}

/* Samsung Logo */
/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {
	  .uk-logo .uk-responsive-height {
	height: 125%;
	max-height: none;
	margin-top: auto;
	z-index: 1;
}
}