img[alt=logo120] { 
  width: 120px; 
  float: right;
  position: absolute;
  right: -120px;
}
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; }
.bg-primary {
    background-color: #ffcc63 !important;
}
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;
}

.navbar-brand {
  color: #000000 !important;
  font-size: 120%;
  font-weight: 400;
  text-wrap: wrap; 
}
.navbar-nav {
  color: #000 !important;
}
.navbar-link {
  color: #000 !important;
}

.navbar-toggler-icon {
  color: #000 !important;
}

#navbar-collapse .navbar-nav .nav-link {
  color: #000 !important;
  font-size: 140%;
  font-weight: 500;
}

