.navbar.navbar-transparent {
    background-color: white !important;
    box-shadow: none;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: white;
  }

  .navbar{
    background-color:white !important;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    color: #3490de !important;
    padding: 0.9375rem;
    font-weight: 400;
    font-size: 16px;
    text-transform: none !important;
    border-radius: 3px;
    line-height: 20px;
    font-weight: bold;
  }

  .navbar .navbar-brand {
    position: relative;
    color: #3490de;
    height: 50px;
    font-size: 1.125rem;
    line-height: 30px;
    padding: 0.625rem 0;
  }

  .navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon {
    background-color: #3490de !important;
  } 

  .navbar-collapse::after{
    background-color: white !important;
  }
  

  .navbar .navbar-toggler .navbar-toggler-icon{
    background-color: #3490de !important;
  }

  .plus-pad-30-btm{
    padding-bottom:30px;
  }
  .plus-pad-70-btm{
    padding-bottom:70px;
  }
  .plus-pad-30-top{
    padding-top:30px;
  }
  .plus-pad-70-top{
    padding-top:70px;
  }

  .plus-30-top{
    margin-top: 30px;
  }
  .minus-20-top{
    margin-top: -20px;
  }
  .plus-70-top{
    margin-top: 70px;
  }

  .plus-30-btm{
    margin-bottom:30px;
  }
  .minus-20-btm{
    margin-bottom: -20px;
  }
  .plus-70-btm{
    margin-bottom:70px;
  }

  .minus-30-top{
    margin-top:-30px;
  }
  
  .plus-30-top{
    margin-top:30px;
  }

  .minus-btm{
    margin-bottom:-70px;
  }

  .plus-btm{
    margin-bottom:70px;
  }

  .footer{
    text-align:left;
  }

  .body{
    background-color: white;
  }


  .info{
    max-width: 360px;
    margin: 0 auto;
    padding: 0px 0 0px !important;
  }

  h2.title{
    margin-bottom:0rem;
    margin-bottom:30px;
  }

  .info p{
    color:white;
  }

  .info .info-title{
    color:white;
  }

  a{
    color:white;
  }

  a:hover {
    color: #1e3d59;
    text-decoration: underline;
  }

  h2.title{
    font-family: Montserrat;
    color:#3490de;
  }

body{
  background-color: white !important;
}


[class^='imghvr-'],
[class*=' imghvr-'] {
  background-color: white !important;
}