

html {
    font-family: ProximaNova,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.uk-text-lead {
    font-weight: bold;
    color: #fff !important;
}

.tw-logo {
	color: #FFFFFF !important;
	font-weight: 300 !important;
	font-size: 20px !important;
}


.tw-navbar-container {
	background: url(../img/section-background.svg) 50% 17vh no-repeat,linear-gradient(to left top, #322954, #363C6E) 0 0 no-repeat !important;
	color: #FFF !important;
}


.tw-section-texture {
    background: url(../img/section-background.svg) 50% 17vh no-repeat,linear-gradient(to left top, #322954, #363C6E) 0 0 no-repeat !important;
}

.tw-section-texture-2 {
    background: url(../img/section-background-2.svg) 50% 17vh no-repeat,linear-gradient(to left top, #FFFFFF, #EDF0FF) 0 0 no-repeat !important;
}


.uk-card-default {
	background: #fefefe !important;
    color: #000 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
	}

.tw-button {
    color: #A16ADA !important;
    border: 1px solid #A16ADA !important;
}

.tw-button:hover {
    color: #D2C6F0 !important;
    border: 1px solid #D2C6F0 !important;
}

.tw-card-title:hover {
	color: #A16ADA !important;
	text-decoration: none !important;
}


