html {
	box-sizing: border-box;
	font-size: 15px;
}
*, *::before, *::after {
	box-sizing: inherit;
}
body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	border-top: 3px solid #E2ABC4;
	color: #7F7F7F;
	font: 1rem/1.6 Arial, Helvetic, sans-serif;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/* ==================== general ==================== */

p {
	margin: 1rem auto;
}

a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}

button, .button {
	cursor: pointer;
	display: inline-block;
	padding: 1em 2em;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 20px;
	background: none;
	font-family: inherit;
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	line-height: 1;
	text-transform: uppercase;
	opacity: 0.5;
}



/* ==================== top section ==================== */

#intro {
	position: relative;
	padding: calc(1rem + 4vw);
}
#contacts {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 20px;
	font-size: 0;
	line-height: 1;
}
#contacts a {
	display: inline-block;
	padding: 0.4em 0.8em 0.45em 28px;
	background: url(../images/icon-call.png) 8px center no-repeat;
	background-size: 12px;
	font-size: 1rem;
}
#contacts a[href^="tel"] { /* call button */
}
#contacts a[href^="mailto"] { /* email button */
	border-left: 1px solid rgba(0,0,0,0.2);
	background-image: url(../images/icon-email.png);
}
#intro h1 {
	margin: 3rem 0 -1.5rem;
	color: #000;
	font-size: 2rem;
	line-height: 1.2;
}
#intro p {
	position: relative;
	max-width: 760px;
}
#intro p img {
	vertical-align: top;
	margin: 9px 0 -10px -40px;
}



/* ==================== brands section ==================== */

#brands div {
	padding: 7vw;
}
#brands a {
	display: block;
	margin: 0 auto;
	padding: 1px 4vw calc(1rem + 3vw);
	max-width: 500px;
	border-radius: 5px;
	box-shadow: 0 4px 10px -2px rgba(0,0,0,0.25);
	background: #FFF;
}
#brands h2 {
	position: relative;
	margin: -10px 0 1rem;
	color: #000;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.2;
}
#brands h2 img {
	margin-bottom: -22px;
}
#brands h2 + p {
	margin: calc(1rem + 1vw) auto;
	max-width: 360px;
}



/* ==================== brand specifics ==================== */

#hens {
	background: #FCE3EF url(https://www.myultimatehens.com.au/images/page/bg-marble.jpg) top right / cover repeat;
}
#hens h2 {
	border-bottom: 1px dotted #99C9CD;
}


#bucks {
	background: #0f263e;
}
#bucks h2 {
	position: relative;
	border-bottom: 1px solid #b76f56;
}
/*#bucks h2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	z-index: 0;
	border-bottom: 3px solid #000;
}*/
#bucks h2 img {
	position: relative;
	z-index: 1;
	margin-top: -5px;
}


#rainbow {
	background: #DF7160 url(https://www.myultimateteambuilding.com.au/images/page/gradient.jpg) top center no-repeat;
	background-size: 100% 100%;
}
#rainbow h2 {
	margin: 0;
}
#rainbow h2 img {
	padding-top: 22px;
}


#team {
	/*display: none;*/
	background: #152D26 url(https://www.myultimateteam.com.au/images/page/bg-marble.jpg) center;
	background-size: cover;
}
#team h2 {
	margin-top: -14px;
}



#app {
	display: none;
	background: #FCCEA7 url(../images/app-bg.jpg) center no-repeat;
	background-size: cover;
}
