/**************** Website Styles ********************
 *
 *  1. General
 *  2. Typo
 *  3. Content
 *  4. Header & Footer
 *  5. Hero
 *  6. Process
 *  7. Portfolio
 *  8. FAQs
 *  9. About Us
 *  10. Contact Us
 *  11. Admin
 *  11. Media Queries
 *
****************************************************/
/****************** 1. General *********************/
html,
body {
    font-family: 'Montserrat', sans-serif;    
    color: #3a4458;
    font-size: 14px;
    line-height: 2;
}
.uk-button,
.uk-light .uk-button {
    background: #fff;
    color: #128dd9;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
    font-weight: bold;
    text-transform: none;
    padding: 20px 20px 18px;
    border-radius: 9999em;
    line-height: 1;
    width: 340px;
    max-width: 100%;
}
.uk-button:hover,
.uk-button:focus {
    background: #3a4458;
    color: #fff;
}
.uk-button .uk-icon {
    position: relative;
    top: -1px;
    margin-left: 15px;
}
.uk-button-primary,
.uk-light .uk-button-primary {
    background-color: #128dd9;
	color: #fff;
}
.uk-button-secondary,
.uk-light .uk-button-secondary {
    border: 4px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
}
.uk-icon-button,
.uk-light .uk-icon-button {
    width: 88px;
    height: 88px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}
.uk-icon-button:hover,
.uk-icon-button:focus,
.uk-light .uk-icon-button:hover,
.uk-light .uk-icon-button:focus {
    background-color: rgb(18, 141, 217, 0.9);
    color: #fff;
}
.uk-icon-button svg {
    width: 64px;
}
button[type="submit"] {
    font-size: 16px;
}
.uk-card-default {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    border-radius: 6px;
}
/******************** 2. Typo **********************/
@font-face {
    font-family: 'Neris';
    src: url('../fonts/Neris-Light-webfont.eot');
    src: url('../fonts/Neris-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Neris-Light-webfont.woff') format('woff'),
         url('../fonts/Neris-Light-webfont.ttf') format('truetype'),
         url('../fonts/Neris-Light-webfont.svg#nerislight') format('svg');
    font-weight: 300;
    font-style: normal;
}
h1,
h2,
h3 {
    font-family: 'Neris';
    font-weight: 300;
}
h1 {
    font-size: 3.2em;
}
a,
.uk-button,
.uk-icon-button {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.uk-text-large {
    font-size: 1.8em;
    line-height: 2;
}
.uk-text-underline {
    text-decoration: underline;
}
/******************* 3. Content ********************/
section {
    padding: 100px 0;
}
.section-light {
    background-color: #f6fbfe;
}
.section-color {
    background-color: #128dd9;
}
section h2 {
    color: #3a4458;
    font-size: 50px;
    font-weight: 300;
    margin: 0 0 60px;
}
/*************** 4. Header & Footer ****************/
header {
    padding: 15px 0;
    height: 120px;
}
header.uk-sticky.uk-active,
#admin header,
#login header {
    background-color: #128dd9;
    height: auto;
}
header.uk-sticky.uk-active .uk-logo img,
#admin .uk-logo img,
#login .uk-logo img {
    height: 70px;
}
.uk-navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif;
    color: #5cc1ff;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    min-height: inherit;
}
footer {
    font-size: 14px;
    padding: 50px 0;
	border-top: 1px solid #dedede;
}
footer .copyright a {
    text-decoration: underline;
    color: #3a4458;
}
footer .uk-navbar-right {
    margin-left: auto;
    margin-right: auto;
}
footer .uk-navbar-nav > li > a {
    color: #3a4458;
}
footer .copyright a:hover,
footer .copyright a:focus,
footer .uk-navbar-nav > li > a:hover,
footer .uk-navbar-nav > li > a:focus {
    color: #128dd9;
}
/******************** 5. Hero ********************/
#hero {
    background: #128dd9 url("../img/hero-background-graphics.svg") top center no-repeat;
    background-size: cover;
    margin-top: -150px;
    padding-top: 150px;
}
.illustration .uk-width-1-5 img {
    max-width: 100%;
}
/****************** 6. Process *******************/
#process h3 {
    font-size: 2.35em;
}
#process .uk-card-body {
    padding: 50px;
}
/***************** 7. Portfolio ******************/
#portfolio .uk-icon-button {
    background-color: rgb(18, 141, 217, 0.9);
}
/******************** 8. FAQs ********************/
#faqs {
    font-size: 1.2em;
}
.uk-accordion-title {
    font-size: 1.2em;
    background-color: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.uk-open .uk-accordion-title,
.uk-accordion-title:hover,
.uk-accordion-title:focus {
    color: #fff;
    background-color: #597c92;
}
/******************* 9. About Us ******************/
#about-us {
    padding: 150px 0;
    background-image: url("../img/team-bg-logo.svg");
    background-position: center center;
    background-repeat: no-repeat;
}
#about-us p {
    font-size: 1.4em;
}
/***************** 10. Contact Us *****************/
.footer-logo {
    background-color: #f6fbfe;
    width: 208px;
    height: 208px;
    margin: 0 auto;
}
form .uk-card-body {
    padding: 40px;
}
.uk-form-label {
    color: #717c92;
    font-size: 1em;
}
.uk-input,
.uk-textarea,
.uk-select {
    font-size: 1.3em;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 0 25px;
    height: auto;
}
.uk-input:focus,
.uk-textarea:focus {
    color: #128dd9;
}
.uk-input::-ms-input-placeholder {
    color:#3a4458 !important;
}
.uk-input::placeholder {
    color:#3a4458;
}
.uk-textarea::-ms-input-placeholder {
    color:#3a4458 !important;
}
.uk-textarea::placeholder {
    color:#3a4458;
}
.uk-form-custom .uk-button {
    font-size: 16px;
    color: #3A4458;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 20px 40px 18px;
    width: auto;
}
.uk-form-custom:hover .uk-button,
.uk-form-custom:focus .uk-button {
    border-color: #3A4458;
}
.uk-form-custom .uk-form-icon {
    color: #3A4458;
}
.uk-checkbox {
    width: 26px;
    height: 26px;
    border-radius: 9999em;
    margin-right: 10px;
}
.uk-checkbox:checked {
    background-color: transparent;
    border-color: #128dd9;
    border-width: 2px;
    background-image: url("../img/check-icon.svg");
}
.alert {
    font-weight: 700;
    font-size: 11px;
}
.alert-danger {
    color: #ff0000
}
/******************** 11. Admin *******************/
#admin .uk-button {
    width: auto;
    padding: 20px 40px 18px 20px;
}
#admin table {
    width: 100%;
    line-height: 1.33;
}
#admin table th,
#admin table td {
    padding: 6px 5px;
    vertical-align: top;
}
/*************** 12. Media Queries ****************/
@media only screen and (min-width: 960px) {
    
    footer .uk-navbar-right {
        margin-right: inherit;
    }
    form .uk-card-body {
        padding: 60px 75px;
    }
}