/****** Imports ******/
@import url("reset.css");
@import url("global-forms.css");

@media screen and (max-width: 1030px) {

#right {
	display:none;
	float:right;
	padding-top: 4px;
	background:none;
}


}

@media screen and (max-width: 850px) {

/****** General ******/
body {
	font-size: 12px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

p {
	margin:0;
}

/****** Top Navigation Bar ******/
#topbar {
	position: absolute;
	top: 0px;
	left: 8.5px;
}

#navbar {
	background-color: #2C2C2C;
	padding-bottom:32px;
}

#navbar ul { 
	margin: 0;
    list-style-type: none; 
    background-color: #2C2C2C;
}
        
#left {
	float:left;
	padding:8.5px;
}

#right {
	display:none;
	float:right;
	padding-top: 4px;
	background:none;
}

#navbar ul li {
	display: inline;
}

#navbar ul li a { 
	text-decoration: none;
	padding: 8.5px;
	color: #CACACA;
	background-color: #2C2C2C;
} 

#navbar ul li a:hover {
	color: #CACACA;
	background-color: #4C4C4C;
}

/***** Content Elements *******/
#video{
	margin-left: auto;
	margin-right:auto;
	width:560px;
	position:absolute;
  	top: 70px;
  	left: 50%;
  	margin-left: -280px;
	cursor:pointer;
	text-align:center;
}

#background{
	position:absolute;
	left:50%;
	top:100px;
	opacity:.1;
	margin-left:-150px;
}

#title {
	padding-top:75px;
	color: #e44a33;
	font-family: Helvetica, serif;
    font-weight:700;
    font-size: 160px;
    text-align: center;
}

#subtitle {
    font-family:  Georgia, serif;
    font-style: italic;
    font-weight:500;
    font-size:30px;
    color: #2c2c2c;
    line-height: 35px;
    text-align:center;

}

#content {
	margin-left:auto;
	margin-right:auto;
	padding-top:340px;
}

#gmailaholicstattoo {
	width:100%;
	padding-top:60px;
}

/****** Flexible Slide-to-top Accordion Style******/
.wrapper {
	width:95%;
	padding-top:75px;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

.st-accordion {
    min-width:270px;
}

.st-accordion ul li {
    height: 90px;
    overflow: hidden;
}

.st-accordion ul li:first-child {
    border-top:none;
}

.st-accordion ul li > a {
    font-family: Helvetica, serif;
    color: #CACACA;
    font-weight:700;
    font-size: 75px;
    display: block;
	position: relative;
    line-height: 90px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}

.st-accordion ul li > a:hover {
    color: #2C2C2C;
}

.st-accordion ul li > a:hover span {
	opacity:1;
	right: 10px;
}

.st-accordion ul li.st-open > a {
    color: #2C2C2C;
}

.st-accordion ul li.st-open > a span {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}

.st-content {
    padding: 5px 0px 50px 0px;
}

.st-content p {
    font-family:  Helvetica, serif;
    font-style: normal;
    font-weight:700;
    font-size:24px;
    line-height:  35px;
    margin-left:90px;
    color:#454545;
}

a {
	color:#000;
	text-decoration:none;
}

.clr {
	clear:both;
}


}