html {
    /* 1 */
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
    background: #fff;
    color: #90A4AD;
}

/* Headings ========================================================================== */
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
    margin: 0 0 20px 0;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    color: #546F7A;
    text-transform: none;
}

/* HEADER  ==========================================================================*/
.uk-navbar-nav>li>a,
.uk-navbar-item,
.uk-navbar-toggle {
    /* 1 */
    display: flex;
    justify-content: center;
    align-items: center;
    /* 2 */
    column-gap: 0.25em;
    /* 3 */
    box-sizing: border-box;
    min-height: 44px;
    padding: 0 15px;
    /* 4 */
    font-size: 0.875rem;
    font-family: 'Raleway', sans-serif;
    /* 5 */
    text-decoration: none;
}

.mivol-logo {
    width: 18rem;
    height: 44px;
    vertical-align: top;
    align-items: center;
    column-gap: 0.25em;
    box-sizing: border-box;
    /*min-height: 80px;*/
    padding: 0 0 0;
}

.mivol-logo-m {
    width: 5.5rem;
    vertical-align: top;
    align-items: center;
    column-gap: 0.25em;
    box-sizing: border-box;
    min-height: 80px;
    padding: 29px 0 0;
}

.mivol-header-phone {
    font-size: 0.7rem;
    font-weight: 600;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #EBF8FF;
    opacity: 0.9;
}

.mivol-header-phone:hover {
    color: #ffffff;
    text-decoration: none;
    transition: .3s ease-in-out;
    opacity: 1;
}

/* headings */
.mivol--h1 {
font-family: Raleway;
font-size: 70px;
font-style: normal;
font-weight: 700;

letter-spacing: 0em;
}

.mivol--h2 {
font-family: Raleway;
font-size: 48px;
font-style: normal;
font-weight: 700;
letter-spacing: 0em;
}

.mivol--h3 {
font-family: Raleway;
font-size: 36px;
font-style: normal;
font-weight: 700;
letter-spacing: 0em;
}

.mivol--h4 {
font-family: Raleway;
font-size: 24px;
font-style: normal;
font-weight: 700;
letter-spacing: 0em;
}

.mivol--h5 {
font-family: Raleway;
font-size: 22px;
font-style: normal;
font-weight: 500;
letter-spacing: 0em;
}
.mivol--h6 {
}

.mivol--lead {
 font-family: Raleway;
font-size: 18px;
font-style: normal;
font-weight: 700;
font-feature-settings: 'pnum'on, 'lnum'on;
letter-spacing: 0em;
color: #546F7A;
}

blockquote {
  border-left:  1px solid #A0B9C3;
  padding-left: 20px;
  color: #546F7A;
  font-weight: 600;
}
.mivol-label{
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 400;
letter-spacing: 0em;
}

.mivol-fw600 {
  font-weight: 600;
}

@media (max-width: 640px) {

.mivol--h1 { 
    font-size: 36px;}
.mivol--h2 {
 
    font-size: 32px;}
.mivol--h3 {
 
    font-size: 24px;}
.mivol--h4 {
    font-size: 18px;}
.mivol--h5 {
    font-size: 11px;}
.mivol--lead {
    font-size: 18px;}
.mivol-label{
    font-size: 14px;}

}

@media (max-width: 480px) {

.mivol--h1 { 
    font-size: 32px;}
.mivol--h2 {
 
    font-size: 27px;}
.mivol--h3 {
 
    font-size: 24px;}
.mivol--h4 {
    font-size: 18px;}
.mivol--h5 {
    font-size: 11px;}
.mivol--lead {
    font-size: 18px;}
.mivol-label{
    font-size: 14px;}

}


/*SOFT item -----*/
.soft-item {
  padding: 20px 20px 0px 20px ;
  border: 1px solid #A0B9C3;
}

.soft-item span{
  color: #546F7A ;
}
/* hover */
.mivol-hover:hover {
  box-shadow: 0px 41.8px 33.4px rgba(0, 0, 0, 0.086), 0px 22.3px 17.9px rgba(0, 0, 0, 0.07), 0px 12.5px 10px rgba(0, 0, 0, 0.06), 0px 6.7px 5.3px rgba(0, 0, 0, 0.048), 0px 2.8px 2.2px rgba(0, 0, 0, 0.034);
}
/*-----*/
.uk-button {
    font-weight: 700;
    padding: 3px 40px;
    line-height: 1.4;  
}
.uk-button-large {
  padding: 8px 40px;
  line-height: 1.4; 
}
