/*Landing*/

.ambLanding {
	background-image: url(https://static.sportsmantracker.com/v3/node-web/bg/ambassador_bg.png);
	background-position: bottom center;
	background-size: cover;
	padding-top: 35%;
	padding-bottom: 35%;
	background-repeat: no-repeat;
}

.amb-subheader {
	padding-top: 20%;
	color: white;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 0;
}

.amb-header {
	margin-top: 0%;
	padding-bottom: 20%;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 5em;
}

.profile-header {
	color: black;
	font-weight: bold;
	font-size: 2em;
}

.profile-image-1 {
	background-image: url(https://static.sportsmantracker.com/v3/node-web/staff/bc.jpg);
	height: 250px;
	width: 100%;
	border-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  	transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

.profile-image-2 {
	background-image: url(https://static.sportsmantracker.com/v3/node-web/staff/mp.jpg);
	height: 250px;
	width: 100%;
	border-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  	transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

.profile-image-3 {
	background-image: url(https://static.sportsmantracker.com/v3/node-web/staff/bone.jpg);
	height: 250px;
	width: 100%;
	border-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  	transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

.profile-image-4{
	background-image: url(https://static.sportsmantracker.com/v3/node-web/staff/keefer.jpg);
	height: 250px;
	width: 100%;
	border-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  	transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);

 }

.team-header {
    color: black;
    font-weight: bold;
    font-size: 3em;
    line-height: normal;
    padding-bottom: 1%;
    margin-top: 0%;
}

.pro-hr {
    height: 5px;
    width: 10%;
    background-color: #F26E0D;
    text-align: left;
    margin-left: 0;
    border: none;
}

.more-padding {
	padding-top: 2%;
	padding-bottom: 2%;
}

.profile-bio {
	color: #7f7f7f;
}

.team {
	background-image: none;
}

/*Desktop*/

@media only screen and (min-width: 767px) {

.ambLanding {
	background-image: url(https://static.sportsmantracker.com/v3/node-web/bg/ambassador_bg.png);
	background-position: bottom -350px center;
	padding-top: 0%;
	padding-bottom: 0%;
	background-repeat: no-repeat;
}

.amb-subheader {
	padding-top: 20%;
	margin-bottom: 0;
	color: white;
	text-align: center;
	font-size: 2em;
}


.amb-header {
	margin-top: 0%;
	padding-bottom: 20%;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 8em;
}

.team {
	background-image: url(https://static.sportsmantracker.com/v3/node-web/bg/landscape.png);
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}

}