

html, body {
	height:100%;
	width:100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  
}

hr {
  max-width: 65px;
  border-width: 3px;
  border-color: #F05F44; 
}


header.startup {
  background-position: center; 
  background-image: url("./header.jpg");
  background-size: cover;
  height:100%;

}

header.startup hr {
	margin-top:200px;
	margin-bottom:30px;
}



.btn {
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 300px;
  font-family: 'Montserrat', sans-serif;
}

.btn-xl {
  padding: 1rem 2rem; 
}
d
.btn-info:hover {
  border-width: 5px;
  cursor: pointer;
}



