.eagleLogo
{
    background-color: #ffffff;
    width:42px;
    height:42px;
    border-radius:50%;
    border-color:#656565;
}
.eagleLogo:hover
{
    /*background-color: #1e4175;*/
}

.Varela
{
    font-family: "Varela Round";
}

.headerSection
{
    margin-top: 68px;
    min-height: 300px;
}

.backgroundHeaderImage
{
   /* background:url("images/security-guards-blocking-paparazzi.webp"); */
   background:url("images/portrait-guard-with-uniform.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height:100%;
    width:100%;
    min-height:300px;
    
}

.darkTechBg
{
    background-color: #191C23;
}

.navbar-nav .dropdown-item
{
    padding: 0.25rem 0.25rem;
}

.navbar-brand
{
    background-color: #ffffff;
}