﻿body {
    /*background: url(../Images/logo.svg) no-repeat 50% 50%;*/

}

#home-sec {
    background: url(../../Images/home-hero.jpg) no-repeat 50% 50%;

    background-size: cover;
    width: 100%;
    display: flex;
    height: auto;
    min-height: 145px;
    /*max-height:145px;*/
    color:tomato;

}
#logo {
    background: url(../Images/logo.svg) no-repeat 50% 50%;
    min-height:310px;

}

#ClaimsLogo {
    background: url(../Images/logo.svg) no-repeat 50% 50%;
    min-height: 310px;
}