html,body 
{
    color:#37414F;
    font-size:1em;
}
h3 
{
    font-size:2em;
}

.navbar-brand
{
    background-image:url("/assets/images/logo-166x80-2.png");
    height:80px;
    width:166px;
    margin-left:-8px;
}
.sidebar
{
    width:280px;
    min-width:280px;
    font-size:1em;
    line-height:1.3em;
}
.sidebar p.location 
{
    font-size-adjust:0.4;
    text-align:center;
    margin-bottom:0.4em;
    line-height:1.2em;
}
img.me 
{
    background-image:url("/assets/images/me-500x500.jpg");
    background-position:center;
    background-size:140%;
    border:3px solid #847E89;
    border-radius:50%;
    width:160px;
    margin-bottom:1.3em;
}
.main-wrapper
{
    /*
    border:none;
    border-top:5px solid;
    border-image: linear-gradient(to right, #847E89, #847E89 25%, #ED872E 25%, #ED872E 50%, #EFEBCE 50%, #EFEBCE 75%, #70877F 75%, #70877F) 1;
    */
    position:relative;
    padding-bottom:5em;
    min-height:100vh;
    width:100%;
}
.main-wrapper>section
{
    padding:3em;
    max-width:1400px;
    margin:0 auto;
}
.main-wrapper footer
{
    border-top:1px solid #ccc;
    text-align:center;
    position:absolute;
    bottom:0px;
    right:0px;
    left:0px;
    padding:1em 3em;

}
.bg-dark
{
    background-color:#222831!important;
    color:#847E89!important;
}
.navbar-toggler-icon
{
    color:#847E89!important;
}
.navbar-nav a
{
    color:inherit;
    text-transform:uppercase;
    font-size:1em;
    line-height:1.7em;
    font-weight:bold;
}
.navbar-nav a.active
{
    color:#70877F!important;
    cursor:default;
}
.navbar-nav a.nav-link:hover
{
    color:#EFEBCE;
}
.navbar-nav a .fa-fw
{
    width:2em;
    text-align:left!important;
}
a.btn .fa-fw
{
    margin-right:0.3em;  
}

footer 
{
    font-size:0.7em;
    text-transform:uppercase;
    color:#37414F;
}
footer a 
{
    text-decoration:none;
    margin:0 .5em;
    color:#37414F;
}
footer a:hover 
{
    text-decoration:underline;
}
.btn 
{
    border:0;
    text-transform:uppercase;
    font-size-adjust:0.5;
    font-weight:bold;
}
.btn-primary 
{
    background-color:#37414F;
    color:#fff!important;
}
.btn-primary:active,
.btn-primary:hover
{
    background-color:#ed872e!important;
}
.btn-primary:focus 
{
    background-color:#847E89!important;
}
h3 
{
    font-size-adjust:0.3!important;
    margin-bottom:0em;
    font-weight:bold;
}
.t-justify 
{
    text-align:justify;
}

.input-group input,
.input-group textarea,
.input-group-text
{
    border-color:#CCC!important;
}
.stamp 
{
    float: right;
    position:relative;
    background: url('/assets/images/stamp.png') no-repeat;
    background-size: cover;
    height: 150px;
    width: 150px;
    margin-top:-40px;
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}


.envelope-border-image {
    outline:#CCC 0px solid;
    padding: 2em;
    border: 10px solid transparent;
    border-image: 10 repeating-linear-gradient(-45deg,
    red 0, red .5em,
    transparent 0, transparent 1em,
    #58a 0, #58a 1.5em,
    transparent 0, transparent 2em);  
}

.tab-content h2 
{
    font-size-adjust:0.4;
}

ul.tags {
  padding: 0;
  margin-top:-1em;
}
ul.tags li {
  background-color: #EFEBCE;
  border:1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  font-size: .7em;
  margin-right: .3em;
  margin-bottom: .5em;
  list-style: none;
  padding: .2em 1em;
}
ul.tags li:last-child {
  margin-right: 0;
}

blockquote {
    padding:2em;
    background:#222831;
    border-radius:2em;
    color:#f1f1f1;
}

.nav-pills .nav-link {
    border-radius:0px;
}
.nav-pills .nav-link:not(.active) {
    border-bottom:solid #ccc 1px;
}