@charset "utf-8";
/* CSS Document */



.homebox-text {
	margin-top: 100px;
margin-right: 120px;
	margin-left: 30px;
color: white;
 background-color: rgba(66, 134, 244, .7);
 font-family: Work Sans;
font-size: 16px;
font-weight:300;
line-height: 1;
letter-spacing: 0.1px;
position:absolute;
}

.bg-light {
  background-color:white !important;
}



.photo-credit {
	font-size: 9px;
	font-family: "work sans";
	color:#BCBCBC;
}


body {

  font-family: "work sans";
 font-size: 13px;
  font-weight: 200;
  line-height: 1.1;
  color: #212529;
  text-align: left;

}

h3, .h3 {
  font-size: 20px;
  font-weight: 200;
}



.a p {
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.29;
  letter-spacing: 0.1px;
  text-align: left;
  margin-left: 20px;
  padding: 20px 20px 20px 20px;
  border: 3px solid #4a4a4a;
  border-color: lightblue;
  background-color: steelblue;
    
    position: absolute;
    bottom: 260px;
    right: 20px;
    opacity: .8;
    color: white;
}

.a h2 {
  position: absolute;
    bottom: 350px;
    left: 20px;
  font-family: Rancho;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: left;
  color: white;
  padding: 10px 0px 10px 10px;
}


