@charset "UTF-8";
/* CSS Document */

.cc-window{max-width:500px;}

.text-shadow {
    text-shadow:0 0 15px rgba(0,0,0,0.5);
}

.uk-logo {
	margin: 10px 0;
	height: 140px;
}

.uk-logo img {
    width: 140px;
    height: auto;
}

.uk-navbar-dropdown-nav > li.uk-active > a {
    background-color: #045669;
}

.social-buttons .el-item:nth-child(1) a {
	background:#fb3958;
}

.social-buttons .el-item:nth-child(2) a {
	background:#3B5998;
}

.social-buttons .el-item a {
	color: #fff;
	border: 0;
}

.social-buttons .el-item a:hover {
	background: #444;
}

#scrollToTop > img {
    width: 40px;
}

@media only screen and (max-width: 960px) {

	body { font-size: 16px; line-height: 1.5; }

	.uk-navbar {
		height: 120px;
	}

	.uk-logo img {
	    width: 100px;
	    height: auto;
	}

	.uk-h1, h1 { font-size: 26px; }

	.uk-h2, h2 { font-size: 22px; }

	.uk-h3, h3 { font-size: 18px; }

}
