/*
    dark blue: #2d6c96
    brown: #473f2e
    white: #edf3f7
    black: #012740
    lighter blue: #7da9c7
*/
.navbar-dark{
    background-color:#453f3C !important;
    color:#edf3f7 !important;
}

.product{
    width:100%;
    border-style:solid;
    border-width:4px;
    border-color:#2d6c96;
}

.description{
    width:70%;
}

.right{
    text-align:right;
}

.headshot{
    border-radius:50%;
    margin:auto;
    display:block;
    background-size:cover;
}

h1{
    font-family:Times;
}

body{
    color: #012740;
    background-color: #7da9c7;
}

table{
    padding:5px;
    width:100%;
}

td{
    padding:3px;
}

.banner{
    width:100%;
}

hr{
    border-color:#2d6c96;
}

.navbar-brand{
    font-family:Times;
    color:#edf3f7!important;
}

#logo{
    height:50px;
    width:50px;
    filter:invert(100%);
}