﻿
/*Study - bootstrap 4*/
body {
    font-family: "Nunito Sans", Verdana, sans-serif !important;
}

.navbar
{
/*background-color: #C6212E;*/
background-color: white !important;
    border-color: #0A628B !important; 
    border-width: 0 0 1px !important;
    border-bottom-style:solid;
}

.navbar-brand {
    background-image: url("MIF_by_Professio_logo_rgb.png");
    background-size: 83px 55px !important;
    min-height: 55px !important;
    height: 55px;
    width: 83px;
    background-repeat: no-repeat;
    background-size: auto;
    text-indent: -9999px;
    white-space: nowrap;
}

.d-callout-info {
    border-left-color: #85CDDB;
}

#btnLaheta {
    background-color: #0A628B !important;
}

h1 {
    font-family: 'Merriweather', serif !important;
    color: #0a628b;
}

