@font-face {font-family: 'Work Sans'; font-style: normal; font-weight: 400; src: url(../fonts/WorkSans-Regular.woff2) format('woff2'), url(../fonts/WorkSans-Regular.woff) format('woff'); }
@font-face {font-family: 'Work Sans'; font-style: normal; font-weight: 500; src: url(../fonts/WorkSans-Medium.woff2) format('woff2'), url(../fonts/WorkSans-Medium.woff) format('woff'); }
@font-face {font-family: 'Work Sans'; font-style: normal; font-weight: 700; src: url(../fonts/WorkSans-Bold.woff2) format('woff2'), url(../fonts/WorkSans-Bold.woff) format('woff'); }
.uk-section-primary .uk-text-muted,
.uk-section-secondary .uk-text-muted {
	color: #fafafa !important;
}
.uk-section-secondary:not(.uk-preserve-color) .uk-text-primary {
	color: #ffe9b1 !important;
}
.gold {
	color: #ffe9b1 !important;
}
.bg-gold, .gold-bg {
	background-color: #ffe9b1 !important;
}
.margin-bottom {
	margin-bottom: 70px;
}
.white {
	color: #FFFFFF!important;
}
.typed-strings {
	display: none;
}
.typed-cursor {
	color: #126bf3;
}
.work {
	transition: all 0.2s ease-in-out;
	box-shadow: 0 14px 30px rgba(0,0,0,0);
}
.work:hover {
	transition: all 0.2s ease-in-out;
	box-shadow: 0 14px 30px rgba(0,0,0,.21);
}
.uk-navbar-item.uk-logo {
	font-weight: 500;
	font-size: 16px
}
.uk-navbar-item.uk-logo .dot {
	color: #126bf3;
	font-weight: 700;
}
.uk-navbar-nav > li > a {
	font-weight: 500;
	text-transform: capitalize;
}
.postit {
	background-color: #fffdf1;
	box-shadow: 0 10px 25px rgba(0,0,0,.06);
}
.postit .el-title {
	font-weight: 700;
	font-size: 18px;
	margin: 0;
}
.postit p {
	margin-top: 10px;
	margin-bottom: 30px;
}