﻿
header
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 50;
    box-shadow: 1px 1px 3px;
}


.thin-banner
{
    height: 30px;
    background-color: #002139;
   
}

.thin-banner-flex
{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
}

.thin-phone
{
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
    color: whitesmoke;
    font-size: 16px;
}

.outer-header-flex-wrapper
{
    width: 100%;
    background-color: #a8a8a8;
    opacity: .95;
    padding: 20px;
    z-index: 50;
}

.header-flex-container
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.logo-container
{
    position: relative;
    width: 60%
}

.logo-flex-container
{
    display: flex;
    align-items: center;
    width: 40%;
    z-index: 51;
}

.logo-img
{
    display: block;
    width: 100%;
    opacity: 1;
    z-index: 51;
}

.logo-title-box
{
    margin-left: 10px;
}

.logo-title
{
}
