
.uk-article-title {
    font-size: 28px;
}
.tm-toolbar {
	background:#00abb5;
}
	.footer-list.uk-section-primary:not(.uk-preserve-color) {
		color: #fff;
	    
	}
		
		.footer-list ul {
			list-style-type: none;
			padding-left: 0;
		    
		}
		
		
		.tm-toolbar {
	background:#00abb5;
}

.tm-toolbar .uk-container.uk-flex.uk-flex-middle {
    display: block;
    
}

.tm-toolbar .uk-child-width-auto>* {
    width: 100%;
}
.footer-list ul li:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.headding-shadow h1 {
    text-shadow: 1px 1px 4px #000;
}

@media only screen and (max-width: 800px) {
    .uk-slideshow-items .uk-h1 {
        font-size: 38px;
    }
     .uk-slideshow-items .uk-h3 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 500px) {
    .uk-slideshow-items .uk-h1 {
        font-size: 28px;
    }
     .uk-slideshow-items .uk-h3 {
        font-size: 16px;
    }
}