img[alt=logo120] { 
  width: 120px; 
  float: right;
  position: absolute;
  right: -120px;
}
img[alt=person] { 
  width: 120px; 
  float: left;
  padding: 10px;
  margin: 20px;
}

img[alt=buecher] { 
  width: 160px; 
  padding: 10px;
  float: left;
  margin: 10px;
}

img[alt=logo150] { 
  width: 150px; 
  float: right;
  position: absolute;
  right: -150px;
}
img[alt=logo200] { 
  width: 200px; 
  float: right;
  position: absolute;
  right: 0%;
}
img[alt=logo300] { 
  width: 300px;
  float: right;
}
img[alt=logo400] { 
  width: 400px; 
  float: right;
  position: absolute;
  right: 0%;
}
img[alt=img200] { width: 200px; }
img[alt=img300] { width: 300px; }
img[alt=img400] { width: 400px; }

.fixed-top {
  position: static !important;
}

.navbar-dark {
  color: #000 !important;
  background-image: url(/static/navk.svg) important!;
}

.navbar-nav {
  color: #000 !important;
}
.navbar-link {
  color: #000 !important;
}

.navbar {
  background: #fff8f8;
}



.navbar-toggler-icon {
  color: b18630 !important;
  background-image: url(/static/navk.svg) !important;
}

.navbar .container {
  display: block;
  background: #fff8f8;

}
.navbar-brand {
  color: #b18630 !important;
  font-size: 180%;
  text-wrap: wrap; 
}
#navbar-collapse .navbar-nav .nav-link {
  color: #000 !important;
}



.bg-primary {
    background-color: #fff8f8 !important;
}
.text-primary {
  color: #000 !important;
}
body {
  color: #000;
}
blockquote {
  font: italic Times, serif;
  padding-left: 75px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  background-color: #f0f0e0;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  margin: 20px;
  background-image: url(/static/openquote1.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 25px;
}

body > .container {
    margin-top: 20px;
    min-height: 400px;
    margin-right: 125px;
}
body > .container .row .col-md-3 {
  background-color: #f9d31a;
  background-image: url(nwseamless2.png) ;
  
}
body a:link {
  color: #b18630;
}
body dd {
  padding-left: 32px;
}