    /*@import "https://fonts.googleapis.com/css?family=Rubik+Mono+One";*/
    @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body{
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
}
.ba-wrapper{
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#header{
    /*background-color: #047cba;*/
    /*    background: rgb(63,94,251);
    background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);*/
    height: 5rem;
    background: rgb(166,50,149);
    background: radial-gradient(circle, rgba(166,50,149,1) 0%, rgba(4,124,186,1) 100%);
    color:white;
    /*border-top: 1px solid cornflowerblue;*/
    border-bottom: 2px solid #fef753;
    /*border:1px solid red;*/
}
.ba-logo{
  /*display: inline;
  margin-top: 5px;
  max-height: 30px;
  max-width: 200px;
  height: auto;
  width: 100%;*/
  margin: 0 0 0 -1rem;
  max-height: 70px;
}
.ba-top-slogan{
    line-height: 20px;
    padding-top: 16px;
    margin-left: 180px !important;
    font-size: 1rem;
}
.ba-gradient{
  background: rgb(4,124,186);
  background: linear-gradient(90deg, rgba(4,124,186,1) 0%, rgba(166,50,149,1) 100%);
  padding: 2rem 0 7rem;
}
.ba-gradient h1{
    margin-bottom: 2rem;
}
.ba-gradient h3{
    margin-top:  2rem;
    color:#fff;
}
.ba-gradient-footer{
  background: rgb(4,124,186);
  background: linear-gradient(90deg, rgba(4,124,186,1) 0%, rgba(166,50,149,1) 100%);
}
.ba-white_background{
    background:#fff;
}
.ba-grey-background{
     background:#f4fafc
}
.ba-top-bar{
    }
.ba-menu-button{
    margin-right: 1rem;
    margin-top: 24px !important;
    color: #0d6efd;
    background-color: #fff;
}
.ba-language-selector{
    margin-right: 0.5rem;
    margin-top: 24px !important;
    background-color: #fff;
    text-decoration: none;
}
.ba-contact-section{
    margin: 0 0.25rem 5rem 0;
}
.ba-contact-btn{
    box-sizing: border-box;
    float: right;
    height: 4rem;
    width: 4rem;
    background: #047cba;
    color:#fff;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 2rem;
    text-align: center;
}
.ba-contact-btn :hover {
     /*color:#fef753;*/
    box-sizing: border-box;
    height: 4rem;
    width: 4rem;
    background: #047cba;
    color:#fef753;
    /*border: 2px solid #fff;*/
    border-radius: 50%;
    font-size: 2rem;
    text-align: center;
}
.modal-content{
    color:#047cba;
}
.modal-header{
    background: rgb(166,50,149);
    background: radial-gradient(circle, rgba(166,50,149,1) 0%, rgba(4,124,186,1) 100%);
    color:#fff;
}
.ba-modal-header{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.btn-close{
    background-color: #fff;
    float: right;
/*    margin-top: -4rem !important;*/
    margin: 0.5rem;
}
.ba-es-email-disclaimer{
    font-size: 1rem;
}
#ba-status{
    /*border-top-left-radius: 0px;*/
    /*border-top-right-radius: 0px;*/
}
#phone,
#ModalToggleLabel,
#ba-date{
    font-family: Arial;
}
.ba-submit, 
.ba-submit:hover,
.ba-submit:active,
.ba-submit:visited   {
    background-color: #047cba;
}
.ba-invalid{
    border:1px solid #F66868; 
/*    border-radius: 5px; */
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 65, 65, 0.6);
}
.ba-valid{
    border: 1px solid #45A83B;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(178, 245, 138, 0.6);
}
.ba-initial{
  background-attachment: fixed;
  background-image: url("../images/background_img.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ba-slogan{
    /*font-family: 'Rubik Mono One', sans-serif;*/
    font-size: 2.5rem;
    margin-top: -50px;
    color:#fef753;
}
.ba-button{
    width:150px;
    margin: auto;
}
.ba-title{
    margin: 3rem 1rem 1rem 1rem;
    text-align: center;
    text-decoration: underline;
    font-weight: 400;
    text-transform: uppercase;
    /*color:#001D3D;*/
}
.ba-subtitle{
    /*color: #0d6efd;*/
    margin-top: -30px;
    color: white;
}
.ba-frame{
    margin: 1rem;
    text-align: center;
    border:1px lightgray solid;
    border-radius: 10px;
    vertical-align: baseline;
}
.ba-frame p{
    margin: .25rem !important;
}
.ba-frame i{
    font-size: 2rem; 
    color: cornflowerblue;
}
/********botstrap classes**********/
.card-header{
    background: rgb(166,50,149);
    background: radial-gradient(circle, rgba(166,50,149,1) 0%, rgba(4,124,186,1) 100%);
  color:white;
}
.bi-star-fill{
  color: gold;
}
.carousel-caption h1{
    color: #fff;
}
/************************/
.ba-badges{
/*    max-height: 150px;
    max-width:300px;
    margin: auto;*/
}
.ba-badges-gold img{
    margin-top: -1rem;
    width:125px;
}
.ba-badges img{
    max-width:150px;
}
.ba-software-icon{
    text-align: center;
}
.ba-software-icon img{
    margin-bottom :1rem;
    width:64px;
    height: auto;
}
.ba-quickbooks-icon{
    text-align: center;
    
}
.ba-quickbooks-icon img{
    height: 64px;
    margin-bottom :1rem;
}
.ba-disclamer p{
    font-size: 0.8rem; 
    margin: 0;
    color:#ccc;
}
.ba-copyright{
    color:#fff;
    font-weight: 500;
}
@media (max-width: 1400px)
{
        .ba-top-slogan{
        display: none;
    }
}
@media (max-width: 820px)
{
   .ba-gradient h3 {
    margin-top:  1rem;
    color:#fff;
   }
}
@media (max-width: 500px)
{
    /*.ba-logo{*/
    /*      max-width: 150px;*/
    /*}*/
    .ba-gradient{
        padding: 1rem 0 3rem;
   }
   .ba-gradient h1 {
       font-size: 1rem;
       padding-bottom: 1rem;
       margin: 0;
   }
   .ba-gradient h3 {
    font-size: 1rem;
    margin-top:  1rem;
    margin-bottom: 1rem;
    color:#fff;
   }
}