/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 4rem 0 3rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* LBRG
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.h1text {
	position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

.logo {
  padding: 1rem 0 .5rem;
  text-align: center;
}

.contact {
  padding: 0 0;
  text-align: center;
}

.teamcover {
  background-image: url('../images/teamcover.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.teamcover-description {
  font-size:1.5em;	
}

.teamcover a {
	color:#fff;
}
.teamcover a:hover {
	color:#ffff05;
}

/* Bigger than 550 */
@media (min-width: 550px) {
}

/* Bigger than 750 */
@media (min-width: 750px) {
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
}