:root{
	--bs-body-font-size: 1.4rem; 
  --default-font: "Poppins",  sans-serif;
  --heading-font: "Raleway",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

.hero h2{
	color:black;
}

.pinjobPhone {
  width: 700px;
  height: 1150px;
  position: absolute;
  background-image: url('../img/pinjob-iphone.png');
  background-size:contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
  left:45%;
}

/* Feature Callout Styles */
.feature-callout {
	font-size:18px;
	margin-right:-40px;
  position: absolute;
  padding: 0px 0px 10px 0px;
  border-bottom:1px dashed red;
}



.feature-callout-1 {
  bottom: 55%;
  left: 55%;
  padding-left:150px;
  text-align: right;
}

.feature-callout .highlight{
	background-color:#f1f075;
}

/* Modal Styles */
.modal p {
  font-size: 18px;
}

.modal label {
  font-size: 18px;
}
