﻿@import url('https://rsms.me/inter/inter.css');

body {
    /*color: rgb(28, 85, 129);*/
    color: #333;
    font-family: "Inter", "myriad-pro", "Myriad Pro", "Gill Sans", "Gill Sans MT", "Lucida Grande", "Lucida Sans Unicode", Calibri, sans-serif !important;
}

.homeLogo {
    max-width: 300px;
    max-height: 80px;
    border-radius: 3px;
}

/*NAVBAR*/
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
    font-size: 18px;
}

.logoArea {
    border-bottom: 0px solid #e7e7e7;
    /*background-color: #e8f6ff;*/
    padding-right: 0px;
}

.navbar-brand {
    height: auto;
    margin-left: -40px !important;
    padding-left: 0px;
}

.navbar-collapse {
    /*border-bottom: 1px solid #ccc;*/
}

.navbar {
    margin-bottom: 10px !important;
}

.nav > li > a {
    padding: 6px 0px 6px 0px;
}

.nav > li {
    margin-right: 50px;
    font-size: 17px
}

.navbar-bottom {
    padding-top: 60px;
    position: relative;
    text-align: right;
}

.navbar-bottom .li-bottom {
    position: relative;
    bottom: 2px;
}
