html { 
  background: url(/img/bg.gif) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #edece6;
}

body {
	font-family: "Fedra Sans";
	font-style: Normal;
	font-weight: 100;
	font-size: 20px;
	color: #444444;
	margin: 4em;
	line-height: 1.3em;
}

em {
	font-family: "Fedra Sans";
	font-style: Italic;
	font-weight: 100;
}

h1 {
	font-family: "Fedra Sans Light";
	font-size: 3em;
	color: #a61c14;
	text-align: center;
	margin: 3em 0 1em 0;
}
h2 {
	font-family: "Fedra Sans Light";
	color: #a61c14;
	font-size: 1.25em;
	text-transform: uppercase;
	margin: 2.5em 0 1.5em 0;
}

h3 {
	font-family: "Fedra Sans Light";
	margin: 1.5em 0;
}

#social {
	font-family: "SSSocial";
	font-size: 1.2em;
	text-align: center;
	margin: 4em 0 0 0;
	line-height: 1.5em;
}

a, a:visited {
	color: #a61c14;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

#social a, #social a:visited {
	color: #878574;
	display: inline-block;
	margin: 0 .4em 0 .4em;
	-webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

#download {
	margin: 60px 0;
}

#download button {
	color:  #fff;
	background: #a61c14;
	padding:  20px 40px;
	border: none;
	cursor: pointer;
}

#download button:hover {
	background: #fff;
	color: #444444;
}

#social a:hover {
	color: #a61c14;
	text-decoration: none;
}

#container {
	max-width: 40em;
	margin: 0 auto;
}

#header {
	text-align: center;
	margin: 0 0 1.5em 0
}

.together {
	margin: 0 0  1.5em 0;
}

p {
	margin-bottom: 1.5em;
}

#header p, .together p {
	margin: 0;
}

ul {
	margin: 0 0 1.5em 0;
}

ul li {
	padding-left: 1em; 
    text-indent: -2em;
	margin: 0 0 0 3em;
}

li:before {
    content: "•";
    margin-right: 1.5em;
    color: #a61c14;
}

.left {
	width: 50%;
	float: left;
	font-family: "Fedra Sans Medium";
	text-transform: uppercase;
}

.right {
	width: 50%;
	float: right;
	text-align: right;
	font-family: "Fedra Sans Medium";
	text-transform: uppercase;
}

div.bar {
	background: rgba(202,200,184,.5);
	padding: .5em 1em;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
	margin-bottom: 1em;
	-webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

div.bar:hover {
	background: rgba(202,200,184,1.0);
}

div.client {
	display: inline-block;
	background: rgba(225,223,211,.6);
	padding: .5em 1em;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
	margin-bottom: 1em;
	-webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

div.client:hover {
	background: rgba(225,223,211,1.0);
}

.clear {
	clear: both;
}






@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (                min-resolution: 192dpi) and (min-width: 320px),
only screen and (                min-resolution: 2dppx)  and (min-width: 320px) { 

    body {
        font-size: 12px;
    }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 800px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 800px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 800px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 800px),
only screen and (                min-resolution: 192dpi) and (min-width: 800px),
only screen and (                min-resolution: 2dppx)  and (min-width: 800px) { 

  body {
        font-size: 20px;
    }

}
