

.text-content {
	margin-top: 25px;
}

.header-background {
	height: 550px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-round-normal_2.jpg');
	background-size: 1840px 550px;
}

#header .circle {
	position: relative;
	top: 95px;
	right: 100px;
	width:350px;
	height:350px;
	border-radius:350px;
	color:#fff;
	background-color:#000000;
}

#header .circle-text-holder {
	margin-right: 25px;
	position: absolute;
	left: 30px;
	top: 125px;
}

#header .circle-text-holder.override {
	top: 145px;
}

#header .circle-title {
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 2em;
	font-weight: bolder;
	line-height: 1em;
}

#header .circle-title-override {
	font-size: 2.2em;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: normal;
	line-height: 1em;
}


#header .circle-type {
	margin-top: 0.5em;
	color: #C4CF00;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
}

#header .circle-sub-title {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}

#header .white-circle {
	position: relative;
	top: 5px;
	left: 297px;
	width:50px;
	height:50px;
	border-radius:50px;
	color:#fff;
	background-color: #ffffff;
}

.white-circle-icon-iphone {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/img/white-circle-icon-iphone.png');
}

.white-circle-icon-gear {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/img/white-circle-icon-gear.png');
}

.white-circle-icon-twitter {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/img/white-circle-icon-twitter.png');
}

.white-circle-icon-scissors {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/img/white-circle-icon-scissors.png');
}



@media only screen and
    (-webkit-min-device-pixel-ratio: 2) {
	.header-background {
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-round-large_2.jpg');
	}
	.white-circle-icon-iphone {
		background-image: url('//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/img/white-circle-icon-iphone@2x.png');
	}

	.white-circle-icon-gear {
		background-image: url('//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/img/white-circle-icon-gear@2x.png');
	}

	.white-circle-icon-twitter {
		background-image: url('//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/img/white-circle-icon-twitter@2x.png');
	}

	.white-circle-icon-scissors {
		background-image: url('//eyowebsite.ams3.digitaloceanspaces.com/static/eyo_block_site/img/white-circle-icon-scissors@2x.png');
	}
}

@media (max-width: 980px) {
	#header .circle {
		right: 10px;
	}
}

@media (max-width: 767px) {
	.header-background {
		background-size: 920px 275px;
		height: 275px;
		margin-right: -20px;
		margin-left: -20px;
	}

	p.body-text {
		margin-top: 35px;
	}

	#header .circle {
		top: 50px;
		right: 50px;
		width:175px;
		height:175px;
		border-radius:175px;
	}

	#header .white-circle {
		width: 25px;
		height: 25px;
		top: 0;
		left: 145px;
	}

	#header .circle-text-holder {
		top: 45px;
	}

	#header .circle-text-holder.override {
		top: 65px;
	}

	#header .circle-title {
		font-size: 1.5em;
	}

	#header .circle-title-override {
		font-size: 1em;
		line-height: 1.2em;
		font-weight: bolder;
	}


	#header .circle-type {
		font-size: 0.7em;
		line-height: 1em;
	}

	#header .circle-sub-title {
		width: 130px;
		margin-top: 0.5em;
		font-size: 0.8em;
		line-height:1.1em;
		font-weight: bolder;
	}

}
@media (max-width: 480px) {
	.header-background {
		background-size: 920px 275px;
		height: 275px;
	}
}

@media (max-width: 320px) {

	body .header-background {
		background-size: 613px 183px;
		background-image: url('https://eyowebsite.ams3.digitaloceanspaces.com/media/headers/header-round-small_2.jpg');
		height: 183px;
	}

	#header .circle {
		top: 30px;
		right: 5px;
		width:120px;
		height:120px;
		border-radius:120px;
	}

	#header .white-circle {
		width: 25px;
		height: 25px;
		top: 0;
		left: 95px;
	}

	#header .circle-text-holder {
		width: 90px;
		top: 40px;
		left: 15px;
	}

	#header .circle-text-holder.override {
		top: 40px;
		left: 20px;
	}

	#header .circle-title {
		display: none;
	}

	#header .circle-title-override {
		display: inline-block;
		font-size: 0.9em;
		font-weight: normal;
	}


	#header .circle-type {
		font-size: 0.7em;
		line-height: 1.1em;
	}

	#header .circle-sub-title {
		width: 100px;
		font-weight: normal;
		font-size: 0.6em;
		line-height:1.1em;
	}

}


