/****** PLACE YOUR CUSTOM STYLES HERE ******/
body {
	font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
}

.color-primary {
    color: #FFF !important;
}

.bg-dark {
    background: #000;
}

a {
    font-weight: 800;
    color: #CCC;
}

a:hover {color: #FFF; text-decoration: underline;}

.nav-bar { border-bottom: none; }
.menu li a {color: #FFF;}

.h2 {
    font-size: 40px;
    line-height: 48px;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Titillium Web','Raleway',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
	.cover.fullscreen .slides li {
		height: auto;
		padding: 20px 0;
	}
}

@media (max-width: 990px){
	.nav-bar .module-group {
	    width: 100%;
	    padding: 0;
	}
	nav.bg-dark .nav-utility, nav.bg-dark .nav-bar { border-bottom: none; }
}