<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.guides {
    display: none;
}
.library {
    display: none !important;
}
.fb-rec {
  color: white;
}

.presidents-club {
    width: 140px;
    border-radius: 70px;
    height: 140px;
}

.presidents-club img {
    max-width: 165px;
}

.library{
	display: none;
}

a[href="../BoSmith/about-me.html"]{
	display: none;
}

a[href="../BoSmith/home-buyer-guide.html"]{
	display: none;
}

a[href="../home-buyer-guide.html"]{
	display: none;
}


@media (min-width: 1200px){
  
	#ribbon .container, nav .container{
		max-width: 1260px;
	}
}

@media (max-width: 1200px){
	.navbar-brand img{
		width: 275px!important;
	}
	.navbar-brand .img-fluid{
		max-width: none;
	}
}

@media (min-width: 992px) {

	.navbar-brand {
		display: block;
/*			width: 400px;
	height: 57px;*/
	}
}
.table tbody+tbody, .table td, .table th, .table thead th {
    width: 20%;
    vertical-align: middle;
    border-top-style: dashed;
}
/* headshot */
.headshot:before {
  height: 461px;
  width: 307px;
  left: 50%;
  transform: translateX(-50%);  
  bottom: 150px;
}
@media (min-width: 576px) {
  .headshot:before {
    display: none;
  }
  .headshot &gt; .col:after {
      left: -114%;
      height: 461px;
      width: 307px;
      background-size: 100%;
  } 
}
@media (min-width: 768px) {
  .headshot:before {
    display: none;
  }
  .headshot &gt; .col:after {
      left: -128%;
      height: 461px;
      width: 307px;
      background-size: 100%;
  }  
}
@media (min-width: 992px) {
  .headshot &gt; .col:after {
      left: -128%;
      width: 307px;
      height: 461px;
  }
}
@media (min-width: 1200px) {
  .headshot &gt; .col:after {
      left: -108%;
  }
}
</pre></body></html>