﻿.nav_background {
    background: linear-gradient(180deg, #79849A 89.06%, rgba(196, 196, 196, 0) 100%);
    /*height: 70px;*/
    height: calc(30px + 3vw);
}
.nav_dbsignature_outer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: calc(3px + 0.3vw);
    padding-left: 42px;
    padding-left: calc(27px + 0.8vw);
}
.nav_dbsignature_inner {
    background: url(../../Images/DennisSignatureHeaderII.png);
    background-size: cover !important;
    /*width: 290px;*/
    /*height: 46px;*/
    width: calc(140px + 14vw);
    height: calc(20px + 2vw);
}
.nav_galleyicon_outer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    padding-top: calc(1.3px + 0.13vw);
}
.nav_galleyicon_inner {
    background: url(../../Images/DennisBentleyGalleryIconVI.png);
    background-size: cover !important;
/*    width: 68px;
    height: 49px;*/
    width: calc(36px + 3.6vw);
    height: calc(25px + 2.5vw);
}


.document_padding {
/*    padding-left: 15px;
    padding-right: 15px;*/

    padding: calc(1vw);
    padding-top: 0px;
    padding-bottom: 0px;
}
.button_db {
    text-shadow: 4px 4px 5px gray;
    background-color: #79849A;
    /*border-color: black;*/
    border-color: darkgrey;
    /*border-style: revert;*/
    /*border-style: ridge;*/
    /*text-decoration: underline;*/
    box-shadow: 1px 2px 3px rgba(1,1,1,0.4);
    /*font-weight: bolder;*/
}

.heading_db {
    color: #79849A;
    text-shadow: 4px 4px 5px rgba(1, 1, 1, 0.4);
    /*font-weight: bolder;*/
}

.boxshadow_db {
    box-shadow: 2px 4px 3px rgba(1,1,1,0.4);
    /*box-shadow: 2px 4px rgba(1,1,1,0.2);*/
}

.dennisnote_db {
    border: 1px;
    border-color: black;
    border-style: solid;
    background-color: antiquewhite;
    margin-bottom: 15px;
}

.actionlink_db {
    color: White;
}