body {
  background-color: #f4f7dc;
}
hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 1.0em;
  border-style: solid;
  border-width: 1px;	
	color: #fff;
	width: 75%;
}
p {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-size: 1em;
}
h1 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-size: 3em;
  padding: 2px;
  font-weight: 900;
}
h2 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-size: 2.5em;
  padding: 2px;
  font-weight: 900;   
}
.display-2 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1.2;
}
.font_1 {
  font-family: 'Source Sans Pro', sans-serif;
}
.font_2 {
  font-family: 'Comfortaa', cursive;
}
.font_3 {
  font-family: 'Raleway', sans-serif;
}
.font_4 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}
@media (max-width: 768px) {
  .display-2 {
    font-size: 4.5rem;
    line-height: 1.2;
  }  
}
.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
}
/************************ 
Colors
*************************/
.bpf1 {
  color: #f4f7dc;
}
.bpf2 {
  color: #3e9c9f;
}
.bpf3 {
  color: #f5c477;
}
.bpf4 {
  color: #e56234;
}
/************************ 
Backgrounds
*************************/
.bg-bpf1 {
  background-color: #f4f7dc;
}
.bg-bpf2 {
  background-color: #3e9c9f;
}
.bg-bpf3 {
  background-color: #f5c477;
}
.bg-bpf4 {
  background-color: #e56234;
}
/************************ 
Buttons
*************************/
.btn-bpf1 {
  color: #3e9c9f;
  background-color: #f4f7dc;
  border-color: #f4f7dc;
}
.btn-bpf2 {
  color: #f4f7dc;
  background-color: #3e9c9f;
  border-color: #3e9c9f;
}
.btn-bpf3 {
  color: #f4f7dc;
  background-color: #f5c477;
  border-color: #f5c477;
}
.btn-bpf4 {
  color: #f4f7dc;
  background-color: #e56234;
  border-color: #e56234;
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-bpf1 {
  color: #f4f7dc;
  background-color: transparent;
  background-image: none;
  border-color: #f4f7dc;
}

.btn-outline-bpf1:hover {
  color: #fff;
  background-color: #f4f7dc;
  border-color: #f4f7dc;
}

.btn-outline-bpf1:focus, .btn-outline-bpf1.focus {
  box-shadow: 0 0 0 0.2rem rgba(228,80,59, 0.5);
}

.btn-outline-bpf1.disabled, .btn-outline-bpf1:disabled {
  color: #f4f7dc;
  background-color: transparent;
}

.btn-outline-bpf1:not(:disabled):not(.disabled):active, .btn-outline-bpf1:not(:disabled):not(.disabled).active,
.show > .btn-outline-bpf1.dropdown-toggle {
  color: #fff;
  background-color: #f4f7dc;
  border-color: #f4f7dc;
}

.btn-outline-bpf1:not(:disabled):not(.disabled):active:focus, .btn-outline-bpf1:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-bpf1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228,80,59, 0.5);
}
/************************ 
Borders
*************************/
.border-bpf1 {
  border-color: #f4f7dc !important;
}
.border-bpf2 {
  border-color: #3e9c9f !important;
}
.border-bpf3 {
  border-color: #e56234 !important;
}
.border-bpf4 {
  border-color: #17a2b8 !important;
}

a:hover {
  color: #3e9c9f;
}


/************************ 
Fun Stuff
*************************/
.bump{
  cursor: pointer;
}
.bump:hover{
  transform: scale(1.025);
  }

#house {
  background: #f4f7dc;
  height: 50px;
  margin-left: 20px;
  position: relative;
  width: 100px;
}
#house:before {
  border-bottom: 35px solid #f4f7dc;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -35px;
  width: 0;
}
