﻿/* Place Your Custom Styles Here */

.navbar-brand-img {
    max-height: 3rem;
    width: auto;
  }



  .banner{
    background-image: url("/assets/images/image-4.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

  }

  .inner-banner{
    background-color: rgb(0, 5, 14); opacity: 0.5;
  }

  .picture-overlay{

    background-color: rgb(22, 116, 182); opacity: 0.2;
  }


  .gradient-bg{
    background: rgb(22,116,182);
background: linear-gradient(90deg, rgba(22,116,182,1) 0%, rgba(232,50,63,1) 100%);
  }

  .red-bg{
    background-color: rgba(232,50,63,1);
  }

  .blue-bg{
    background-color: rgba(22,116,182,1);
  }


  .accent-text{
    color: rgb(0,0,0,0.9)!important;
  }

  .padding-bot{
    padding-top: 0rem!important;
    padding-bottom: 0rem!important;
  }

  
  .image-bg{
    background: url('/assets/images/image-1.jpg');
    background-repeat: no-repeat;
    background-size: auto;
    height : 480px;
    background-position: center;
    background-size: cover;
}


  @media (min-width: 576px) {
    .image-bg {
      width: 600px;
    }
  }


  .navy-bg{
    background-color: #003962;
  }

  .object-fit{
    object-fit: contain;
  }
