﻿body {
    background-color: rgba(158,207,250,0.3);
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.navbar-light {
    background-color: rgba(158,207,250,0.3);
}

.navbar-dark {
    background-color: #021e39;
}

.navbar-brand img {
    max-width: 160px;
}

footer {
    color: rgba(255,255,255,.55);
    background-color:#021e39 ;
}

    footer a {
        color: rgba(255,255,255,.55);
        text-decoration:none;
    }

    footer .fa {
        font-size: 24px;
    }

.sockeye {
    background: url(/Content/Images/sockeye.jpg) 50% no-repeat;
    background-size: cover;
    height: 65vh;
    width: 100%;
    object-fit: contain;
    margin-top:0;
    padding-top:0;
    justify-content:center;
    align-items:center;
}

.menu-image {
    width: 128px;
    height: 128px;
}