/********************************************
	Tag Resets
********************************************/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
iframe,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

/********************************************
	Normalize CSS
	http://necolas.github.com/normalize.css/
********************************************/

html {
	height: 100%;
	font-size: 100%;
	line-height: 1;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	min-height: 100%;
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;font-weight: 300;
	background-color: #261b21;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
	display: block;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

b,
strong {
	font-weight: bold;
}

abbr[title] {
	border-bottom: 1px dotted;
}

input,
textarea,
button,
select {
	margin: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p	{
	font-size:1.25em; 
	line-height: 1.5em;
	margin: .65em 0;
	color: #d0dce8;
}
ol {
	font-size:1.15em; 
	line-height: 1.25em;
	color: #d0dce8;
	margin-left: 2em;
}
ol li {
	padding-bottom: .3em;
}
#columns ul {
	list-style: none;
	font-size:1.25em; 
	line-height: 1.5em;
	color: #d0dce8;	
}
/* this makes my typographic scale 1.2 */

h1, h2, h5, h6 {
	padding: .6em 0 .3em 0;
	}
h1 {
	font-family: 'Marck Script', cursive;
	font-size: 2.75em; 
	line-height: 2em;
	font-style: normal;
	font-weight: 400;
	color: #c3e5d5;
	}
h2 {
	font-size: 1.75em;
	line-height: 1.3em;
	font-style: normal;
	font-weight: 700;
	color: #c3e5d5;
	letter-spacing: .5pt;
	}

h3 {
	font-family: 'Marck Script', cursive;
	font-size: 1.75em;
	line-height: 1.3em;
	font-style: normal;
	font-weight: 700;
	color: #d0dce8;
	letter-spacing: .5pt;
	padding: .6em 0 0 0;
	}
h4 {
	font-size:1.25em; /* 1 x 1 = 2.08em */
	line-height: 1.5em;
	font-style: normal;
	padding: .6em .6em 0 .6em;
	}
h5 {
	font-size:1.25em; /* 1.75 x 1.19 = 2.08em */
	line-height: 1.5em;
	font-weight: 500;
	font-style: italic;
	}

/*----------------------------------------*/
/*----------- IE specific stuff ----------*/
/*----------------------------------------*/
.ie body {
	width:90%;
	margin:0 auto 0;
}
/* box-sizing polyfill, IE7 and below */

.ie .wrapper,
.ie .name,
.ie .email,
.ie input,
.ie textarea {
    *behavior: url("http://seaturtlesightings.org/js/boxsizing.htc");
}
/* Fluid Media, slightly more robust than img {max-width: 100%} */
	figure {
	    position: relative;
	}

	figure img,
	figure object,
	figure embed,
	figure video {
	    display: block;
	    max-width: 100%; 
	}

	img {
	    border: 0;
	    -ms-interpolation-mode: bicubic; /* for IE see below */
	}
	.ie .onethird,
	.ie .twothirds,
	.ie .twofourths figure {
		width: 100%;
		box-sizing: border-box;
	 }

/* "*" hack applies only to IE7 and below */

	.ie onethird,
	.ie .twothirds,
	.ie .twofourths figure {
		*width: auto;
	}
	
/*----------------------------------------*/
/*------------- all ------------*/
/*----------------------------------------*/	
#wrapper {
	margin: 0 auto 0;
}
    
/*----------------------------------------*/
/*------------- header styles ------------*/
/*----------------------------------------*/
#header-wrap {
	width: 100%;
	border-bottom: 2px solid #606d66;
	background-color: #000;
}
.logo {
	margin: .5em 0 0 0;
}
.phone {
	color: #c3e5d5;
}
.phone a {
	color: #c3e5d5;
	text-decoration: none;
}
#mmenu {
	padding: .3em 0;
	font-size: 1.25em;
	font-family: 'Marck Script', cursive;
	font-style: normal;
}
#mmenu ul {
	list-style: none;
}
#mmenu li {
	display: inline;
	margin:0 1.2em;
}
#mmenu a {
color: #c34670;
text-decoration: none;
}

/*----------------------------------------*/
/*------------ body styles --------------*/
/*----------------------------------------*/
#words a {
	color:#dfc2d6;
}
#services a {
	color:#dfc2d6;
	text-decoration: none;
}
#contact a {
	color:#dfc2d6;
	text-decoration: none;
	font-weight: 700;
}
#hairsalon h2 a {
	color: #fff;
	text-decoration: none;
}
figcaption {
	margin: 0;
	padding: .18em 0 0 0;
	text-align: center;
	color:#dfc2d6;
	font-family: 'Marck Script', cursive;
	font-size: 2em;line-height: 1.2em;	
}


.hr-id {
	margin: 2.4em auto 2.4em;
	text-align: center;
	background: transparent;
}
.hr-id a {
	text-decoration: none;
color: #af7403;
}


/*-------------*/
/*---columns---*/
/*-------------*/
.clearhere {
	clear:both;
}
.clearhere:after {
    content: " "; /* 1 */
    display: table; /* 2 */
    clear: both;
}

.clearhere {
    *zoom: 1; /* 3 */
    }


/*----------------------------------------*/
/*------------- form styles --------------*/
/*----------------------------------------*/
form {
	color: #d0dce8;
}
.subbutt {
	background-color: #c34670;
	border-color: #c3e5d5;
	border-radius: 6px;
	padding:6px;
	margin:.6em auto .6em;
}
.mc-field-group {
	padding:.3em 0;
}
.afield {
	background-color: #c3e5d5;
	border:1px solid #c34670;
	border-radius: 6px;
}

/*----------------------------------------*/
/*------------ footer style --------------*/
/*----------------------------------------*/
#ftrwrap {
	text-align: center;
	border-top: 2px solid #606d66;
	background-color: #000;
	padding-top:.75em;
}

footer {
	padding:0 .3em;
	text-align: center;
}
.fphone {
	color: #c3e5d5;
}
.fphone a {
	color: #c3e5d5;
	text-decoration: none;
}
#fmenu a {
	color: #dfc2d6;
	text-decoration: none;
}
#fmenu ul {
	list-style: none;
}
#fmenu li {
	margin:0;padding-bottom: .5em;
}

/* ******************************************
	Media Queries for screen wider than 77.5em (1240px) ^
****************************************** */
@media screen and (min-width: 77.5em) {
	.hide-vlg {
		display: none;
	}
	#header-wrap {
		margin: 0 auto 0;
	}
	#header {
		width: 1000px;
		margin: 0 auto 0;
		padding:1em 0 0 0; 
	}
	.logoblock {
		width: 25%;
		float: left;
		margin-right: .35em;
		
	}
	.logo {
		width: 264px;
	}
	.phone {
		font-size: 1.5em;
		line-height: 1em;
	float: right;
	margin-top:.75em;margin-right: .75em;
	}
	#mmenu {
	font-size: 1.5em;
	}
	nav {
		margin-top: 4.5em;margin-bottom: .75em;
	}
	#hero-top {
		background: url(../img/hero-lg.jpg) bottom no-repeat;
		background-size: cover;
		color:#261b21;
		padding-left: 46.5%;padding-right: 15%;
	}
	.hero-logo {
		margin-bottom: -.15em;margin-right: -28%;
	}
	.ht-txt {
		text-align: center;
		/*width: 50%;*/
		padding: 7.5em 0 1em 0;
		font-size:1.35em; 
		line-height: 1.65em;
	}
	.home-salon {
		margin:0 0 0 20%;
		text-align: left;
		clear: both;
		background: url(../img/curl.png) right -100px no-repeat;
	}
	.home-salon p {
		width: 31%;
	}
	.cleft {
		width: 900px;
		margin:0 auto 0;
		text-align: left;
		clear: both;
	}
	.cright {
		width: 960px;
		margin:0 auto 0;
		text-align: right;
	}
	#services {
		margin:0 20% 0;
	}
	.servO {
		margin: 0 10% 0;
	}
	#appearances {
		background: url(../img/oceanbride.jpg) top no-repeat;
		background-size: cover;
		color:#261b21;
		margin:1.5em 0;
		color: #fff;
	}
	.atext {
		font-family: 'Marck Script', cursive;
		font-size: 3em;line-height: 1.2em;
		text-align: center;letter-spacing: 1pt;
		padding: 9% 12% 14% 0;
	}
	#hairsalon {
		background: url(../img/haircouple-lg.jpg) top no-repeat;
		background-size: cover;
		margin:1.5em 0;padding-bottom: 1em;
	}
	#hairsalon h2 {
		margin: 2% 5% 1em 66%;
		color: #fff;
		font-size: 4em;line-height: 1em;
	}
	#hairsalon h3 {
		margin: 7em 5% 2em 60%;
		font-family: 'Marck Script', cursive;
		font-size: 2.75em;
		line-height: 1em;
		font-style: normal;
		font-weight: 400;
		color: #c34670;
	letter-spacing: .5pt;
	padding: 0;	
	}
	#hairsalon-s {
		background: url(../img/services/haircouple-lg.jpg) top center no-repeat;
		background-size: cover;
		margin:1.5em 0;padding-bottom: 1em;
	}
	#hairsalon-s h2 {
		margin: 0 5% 0 56%;
		padding-top: 1.2em;padding-bottom: .6em;
		color: #fff;
		font-size: 3.5em;line-height: 1em;
	}
	#contact {
		margin:0 20% 0;
	}
	.twofourths {
		float: left;
		width: 50%;
		padding:0 .65em .65em;
	}
	.onethird {
		float: left;
		width: 33.33%;
		padding:0 .65em .65em;
	}
	#ftrwrap {
		margin: 0;
		
	}
	#fmenu {
		font-size: 1.5em;
		margin-top: .75em;
	}
	#fmenu li {
		padding-bottom: 1em;
	}
	.ftrlogo {
		width: 45%;
		margin: 0 auto 0;
	}
}
/* ******************************************
	Media Queries for screen wider than 56.25em (900px) and less than 77.5em (1240px)
****************************************** */
@media screen and (min-width: 56.25em) and (max-width: 77.5em) {
	.hide-lg {
		display: none;
	}
	#header-wrap {
		margin: 0 auto 0;
	}
	#header {
		margin: 0 8% 0;
		padding:1em 0 0 0; 
	}
	.logoblock {
		width: 25%;
		float: left;
		margin-right: .35em;
		margin-bottom: -6%;
	}
	.logo {
		width: 200px;
	}
	.phone {
		font-size: 1.5em;
		line-height: 1em;
	float: right;
	margin-top:.75em;margin-right: 0;
	}
	#mmenu {
	font-size: 1.5em;
	}
	nav {
		margin-top: 3.25em;margin-bottom: .5em;
	}
	#hero-top {
		background: url(../img/hero-m.jpg) top no-repeat;
		background-size: cover;
		color:#261b21;
		padding-left: 46.5%;padding-right: 5%;
	}
	.hero-logo {
		margin-bottom: -.025em;margin-right: -20%;
	}
	.ht-txt {
		text-align: center;
		/*width: 50%;*/
		padding: 5em 0 1em 0;
		font-size:1.25em; 
		line-height: 1.55em;
	}
	.home-salon {
		margin:0 0 0 10%;
		text-align: left;
		clear: both;	
		background: url(../img/curl.png) right top no-repeat;
		background-size: 65%;
	}
	.home-salon p {
		width: 31%;
	}
	.cleft {
		margin:0 10% 0;
		text-align: left;
	}
	.cright {
		margin:0 10% 0;
		text-align: right;
	}
	#services {
		margin:0 10% 0;
	}
	#hairsalon {
		background: url(../img/haircouple-m.jpg) top no-repeat;
		background-size: cover;
		margin:1.5em 0;padding-bottom: 1em;
	}
	#hairsalon h2 {
		margin: 4% 5% 1em 72%;
		color: #fff;
		font-size: 4em;line-height: 1em;
	}
	#hairsalon h3 {
		margin: 6.5em 2% 2em 64%;
		font-family: 'Marck Script', cursive;
		font-size: 2.55em;
		line-height: 1.5em;
		font-style: normal;
		font-weight: 400;
		color: #c34670;
	letter-spacing: .5pt;
	padding: 0;	
	}
	#hairsalon-s {
		background: url(../img/services/haircouple-m.jpg) top center no-repeat;
		background-size: cover;
		margin:1.5em 0;padding-bottom: 1em;
	}
	#hairsalon-s h2 {
		margin: 0 5% 0 56%;
		padding-top: 1.2em;padding-bottom: .6em;
		color: #fff;
		font-size: 3.5em;line-height: 1em;
	}
	#appearances {
		background: url(../img/oceanbride.jpg) top no-repeat;
		background-size: cover;
		color:#261b21;
		margin:1.5em 0;
		color: #fff;
	}
	.atext {
		font-family: 'Marck Script', cursive;
		font-size: 2.25em;line-height: 1.2em;
		text-align: center;letter-spacing: 1pt;
		padding: 7% 15% 14% 0;
	}
	#contact {
		margin:0 10% 0;
	}
	.onethird {
		float: left;
		width: 33.33%;
		padding:0 .65em .65em;
	}
	.twothirds {
		float: left;
		width: 66.66%;
		padding:0 .65em .65em;
	}
	.onefourth {
		float: left;
		width: 25%;
		padding:0 .65em .65em;
	}
	.twofourths {
		float: left;
		width: 50%;
		padding:0 .65em .65em;
	}
	.threefourths {
		float: left;
		width: 75%;
		padding:0 .65em .65em;
	}
	.onesixth {
		float: left;
		width: 16%;
		padding:0 .65em .65em;
	}
	.fivesixths {
		float: left;
		width: 84%;
		padding:0 .65em .65em;
	}
	#ftrwrap {
		margin: 0;
		
	}
	#fmenu {
		font-size: 1.5em;
		margin-top: .6em;
	}
	#fmenu li {
		padding-bottom: 1em;
	}
	.ftrlogo {
		width: 55%;
		margin: 0 auto 0;
	}
}


/* ******************************************
	Media Queries for screen width less than 56.25em (900px)
****************************************** */
@media screen and (max-width: 56.25em) {  
	.hide-sm {
		display: none;
	}
	#header-wrap {
		margin: 0;
		padding-top: 0;
	}
	#header {
		margin: 0 auto 0;
		padding: 0 1em;
	}
	.logoblock {
		text-align: center;
		width: 50%;
		margin: 0 0 -7% 0;
		float:none;
	}
	.logo {
	}
	.phone {
		font-size: 1.75em;
		line-height: 1em;
		padding-top: .3em;
		text-align: right;
		float: right;margin-right: .3em;
	}
	nav {
		float: right;
		margin:-9% 0 0 0;
	}
	#mmenu {
		padding:.6em 0 .4em 0;
		text-align:right;
		font-size: 1.75em;
	}
	#mmenu li {
		display: inline;
		margin:0 .65em;
	}
	#hero-top {
		background: url(../img/hero-sm.jpg) top no-repeat;
		background-size: cover;
		color:#261b21;
		padding-left: 52%;padding-right: .5em;
	}
	.hero-logo {
		margin-bottom: -.025em;margin-right: -20%;
	}
	.ht-txt {
		text-align: center;
		/*width: 50%;*/
		padding: 5em 0 1em 0;
		font-size:1.15em; 
		line-height: 1.35em;
	}
	.home-salon {
		margin:0 0 0 10%;
		text-align: left;
		clear: both;	
		background: url(../img/curl.png) right top no-repeat;
		background-size: 50%;
	}
	.home-salon p {
		width: 50%;
	}
	.cleft {
		margin:0 10% 0;
		text-align: left;
	}
	.hr-id {
		line-height: 1.28em;
	}
	#services {
		margin:0 8% 0;
	}
	.servO {
		margin: 0 25% 6%;
	}
	#hairsalon {
		background: url(../img/haircouple-sm.jpg) top no-repeat;
		background-size: cover;
		margin:1.5em 0;padding-bottom: .5em;
	}
	#hairsalon h2 {
		margin: 6% 5% 1em 76%;
		color: #fff;
		font-size: 3em;line-height: 1em;
	}
	#hairsalon h3 {
		margin: 8.5em 2% 1em 60%;
		font-family: 'Marck Script', cursive;
		font-size: 2.75em;
		line-height: 1.25em;
		font-style: normal;
		font-weight: 400;
		color: #c34670;
	letter-spacing: .5pt;
	padding: 0;	
	}
		#hairsalon-s {
		background: url(../img/services/haircouple-sm.jpg) top center no-repeat;
		background-size: cover;
		margin:1.5em 0;padding-bottom: 1em;
	}
	#hairsalon-s h2 {
		margin: 0 5% 0 56%;
		padding-top: 1.2em;padding-bottom: .6em;
		color: #fff;
		font-size: 3.5em;line-height: 1em;
	}
	#appearances {
		background: url(../img/oceanbride900.jpg) top no-repeat;
		background-size: cover;
		color:#261b21;
		margin:1.5em 0;
		color: #fff;
	}
	.atext {
		font-family: 'Marck Script', cursive;
		font-size: 2.25em;line-height: 1.2em;
		text-align: center;letter-spacing: 1pt;
		padding: 10% 18% 12% 0;
	}
	#contact {
		margin:0 8% 0;
	}
	.twofourths {
		float: none;
		width: 100%;
		padding:0;
	}
	#columns h2,
	h3 {
		padding-left: .3em;
	}
	fieldset {
		padding: 0 .6em;
	}
	.longinput {
	margin-top: .325em;
	padding: 0;
	text-align: left;
	}
	.medinput {
	margin-top: .325em;
	padding: 0;
	text-align: left;
	}
	.message {
		padding-left: 0;
	}
	#ftrwrap {
		margin: 0;
		
	}
	.ftrlogo {
		width: 40%;
		margin: 0 auto 0;
	}
	#fmenu {
		font-size: 1.5em;
		text-align: center;
		margin:0 25% 0;padding-top:.75em;
		border-top: 1px solid #606d66;
	}
}

/* ******************************************
	Media Queries for screen less than 43.75em (700px)
****************************************** */
@media screen and (max-width: 43.75em) {
	.hide-vsm {
		display: none;
	}
	.logoblock {
		text-align: left;
		width: 60%;
		margin: 0;
		float:none;
	}
	.phone {
		font-size: 1.5em;
		float: right;
	}
	nav {
		border-top: 2px solid #606d66;
		float: none;
		margin: -8.5% 5% 0 0;
	}
	#mmenu {
		padding:1em 0 .3em 0;
		text-align:right;
		font-size: 1.65em;letter-spacing: -1pt;
	}
	#mmenu li {
		display: inline;
		margin:0 .45em;
	}
	#hero-top {
		background: url(../img/hero-vsm.jpg) top no-repeat;
		background-size: cover;
		color:#261b21;
		padding-left: 6%;padding-right: 6%;
	}
	#hairsalon {
		background: url(../img/haircouple-vsm.jpg) top no-repeat;
		background-size: cover;
		margin:1.5em 0;padding-bottom: .5em;
	}
	#hairsalon h2 {
		margin: 6% 5% 1em 76%;
		color: #fff;
		font-size: 3em;line-height: 1em;
	}
	#hairsalon h3 {
		margin: 3.5em 3% 1em 60%;
		text-align: right;line-height: 1em;
	}
		#hairsalon-s {
		background: url(../img/services/haircouple-vsm.jpg) top center no-repeat;
		background-size: cover;
		margin:1.5em 0;padding-bottom: 1em;
	}
	#hairsalon-s h2 {
		margin: 0 5% 0 56%;
		padding-top: 1.2em;padding-bottom: .6em;
		color: #fff;
		font-size: 3.5em;line-height: 1em;
	}
	.atext {
		font-family: 'Marck Script', cursive;
		font-size: 2.05em;line-height: 1.15em;
		text-align: center;letter-spacing: 1pt;
		padding: 10% 20% 12% 0;
	}
	h1 {
	font-size: 2em; 
	line-height: 1.2em;
	font-style: normal;
	font-weight: 700;
	padding-top: .4em;
	}
	h2 {
		font-size: 1.5em;
	}
	figcaption {
	font-size: 1.55em;line-height: 1.3em;
	}
	footer article {
		text-align: center;
	}

	.coladdspace {
		padding-top: .975em;
	}

	fieldset {
		padding: 0 .65em;
	}
	.longinput {
	width: 99%;
	margin-top: .325em;
	padding: 0;
	text-align: left;
	}
	.medinput {
	width: 99%;
	margin-top: .325em;
	padding: 0;
	text-align: left;
	}

}
/* ******************************************
	Media Queries for screen less than 38.75em (620px)
****************************************** */
@media screen and (max-width: 38.75em) {
	#mmenu {
		padding-bottom:0;padding-top:1.35em;line-height: .6em;
	}	
	#hairsalon {
		background: url(../img/haircouple-tiny.jpg) top no-repeat;
		background-size: cover;
		margin:1.5em 0;padding-bottom: .5em;
	}
	#hairsalon h2 {
		margin: 6% 5% 1em 68%;
		color: #fff;
		font-size: 2.5em;line-height: 1em;
	}
	#hairsalon h3 {
		margin: 5em 4% 1em 60%;
		font-size: 2em;
		text-align: right;line-height: 1.25em;
	}
		#hairsalon-s {
		background: url(../img/services/haircouple-tiny.jpg) top center no-repeat;
		background-size: cover;
		margin:1.5em 0;padding-bottom: 1em;
	}
	#hairsalon-s h2 {
		margin: 0 5% 0 60%;
		padding-top: 1.2em;padding-bottom: .6em;
		color: #fff;
		font-size: 2.5em;line-height: 1em;
	}
	.atext {
		font-family: 'Marck Script', cursive;
		font-size: 1.85em;line-height: 1.15em;
		text-align: center;letter-spacing: 1pt;
		padding: 10% 20% 12% 0;
	}
}
/* ******************************************
	Media Queries for screen less than 22.1875em (355px)
****************************************** */
@media screen and (max-width: 22.1875em) {

	.home-salon {
		margin:0 0 0 10%;
		text-align: left;
		clear: both;	
		background: url(../img/curl.png) right top no-repeat;
		background-size: 50%;
	}
	.home-salon p {
		width: 90%;
	}
	.atext {
		font-family: 'Marck Script', cursive;
		font-size: 1.25em;line-height: 1.15em;
		text-align: center;letter-spacing: 1pt;
		padding: 6% 20% 20% 6%;
	}
}
/*----------------------------------------*/
/*---------- back to top styles ----------*/
/*----------------------------------------*/
#back-top {
	position: fixed;
	bottom: 2em;
	right: .5em;
}

#back-top a {
	width: 58px;
	display: block;
	text-align: center;
	font-family: 'Marck Script', cursive;
	ont-weight: normal;
	letter-spacing: .85pt;
	font-size:1em;line-height: 1;
	text-decoration: none;
	color: #fff;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #fff;
}

/* arrow icon (span tag) */
#back-top span {
	width: 58px;
	height: 30px;
	display: block;
	margin-bottom: 0;
	background: transparent url(../img/up.png) no-repeat center center;


	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
/*#back-top a:hover span {
	background-color: #777;
}*/
/* ******************************************
	Media Queries for screen wider than 62.5em (1000px)
****************************************** */
@media screen and (min-width: 62.5em) {
		#back-top {
		right: 6em;
	}
}