/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: 'Lexend', sans-serif;
    background: #e8e8e8 !important;
}
.myconstruct-body .section-title {
    color: #01395c !important;
}
.navbar-default.top-nav-collapse .navbar-nav > li a {
    font-family: 'Lexend', sans-serif;
    color: #FFFFFF !important;
}
.navbar-default .download-btn{
    font-family: 'Lexend', sans-serif;
    background: #f7ce46 !important;
    color: #01395c !important;
    border: 2px solid #f7ce46 !important;
}
button[type="submit"] {
    font-family: 'Lexend', sans-serif;
    background: #f7ce46 !important;
    color: #01395c !important;
}
.navbar-default.top-nav-collapse {
    background: #FFFFFF !important;
    font-family: 'Lexend', sans-serif;
}
.footer {
    background: #01395c !important;
    color: #FFFFFF !important;
    font-family: 'Lexend', sans-serif;
}
.footer .sub-footer span,
.footer .sub-footer span a,
.footer .sub-footer span a:hover,
.footer .sub-footer .social-media li a {
    color: #FFFFFF !important;
    font-family: 'Lexend', sans-serif;
}
.myconstruct-body a,
.myconstruct-body a:hover {
    color: #01395c !important;
    font-family: 'Lexend', sans-serif;
}
.myconstruct-body .section-subtitle {
    color: #000000 !important;
    font-family: 'IBM Plex Serif', serif;
}
.scrollup {
    background: #f7ce46 !important;
    color: #FFFFFF !important;
    font-family: 'Lexend', sans-serif;
}
