
.bg {
  background-color:#2A3D45;
}
.bg-card{
  background-color: #EEEEEE;
}
h1 {
  color: white;
  font-size:2em;
  font-weight: bold;
}

h3 {
  color: white;
  font-weight: bold;
}
body {  /* https://stackoverflow.com/questions/9262861/css-background-image-to-fit-width-height-should-auto-scale-in-proportion */
  background-image: url("https://gwmap.s3.amazonaws.com/sublette/WoodenBarn.jpg");
  background-repeat: no-repeat;
  background-color: #FBF5E7;
  /* background-size: cover; */
 /*  font-size:14px */
}
a, a:hover {
  color:#2a3d46;
  text-decoration: underline;
}
footer {
   display: block;
   font-size: 70%;
   color: #6c757d;
   padding-top:1em;
}

#footer a{
  color:#FBF5E7;
}
.breadcrumb-item{
  font-size: 80%;
}

.multi-column-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  text-align: left;
}
.multi-column-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  text-align: left;
}
.multi-column-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  text-align: left;
}
.multi-column-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
  text-align: left;
}

.title-case {
  text-transform: capitalize;
}
.w-90{
  width:90%!important;
}

h1.logo {
  /* background-image: url('https://f002.backblazeb2.com/file/gwmap2/sublette/sublette_logo.png'); */
  background-image: url('https://gwmap.s3.amazonaws.com/sublette/sublette_logo.png');
  background-repeat: no-repeat;
  background-size: 162px 162px;
  display:inline-block;
  height: 162px;
  width: 162px;
}
