@font-face {
    font-family: 'texgyrescholaregular';
    src: url('../assets/fonts/texgyreschola-regular-webfont.eot');
    src: url('../assets/fonts/texgyreschola-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/texgyreschola-regular-webfont.woff') format('woff'),
        url('../assets/fonts/texgyreschola-regular-webfont.ttf') format('truetype'),
        url('../assets/fonts/texgyreschola-regular-webfont.svg#texgyrescholaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: hind, sans-serif; 
}
.header {
    background-color:#cd2637;
}
.navbar {
    min-height:100px;
    background-color:#cd2637;
    color:#fff;
}
.navbar-item {
    color:#fff;
}

.navbar-item img {
    max-height:100px;
}
.navbar-brand {
    font-family: texgyrescholaregular;
}
.navbar-brand span {
    font-size:1.5em;
    margin-left:20px;
    text-shadow: 2px 2px 3px #333;
}