@font-face {
	font-family: 'socicon';
	src: url('/menu-v1/socicon.eot');
	src: url('/menu-v1/socicon.eot?#iefix') format('embedded-opentype'),
		url('/menu-v1/socicon.woff') format('woff'),
		url('/menu-v1/socicon.ttf') format('truetype'),
		url('/menu-v1/socicon.svg#sociconregular') format('svg');
	font-weight: normal;
	font-style: normal;
	text-transform: initial;
}

html, body {
	font-family: "Avenir", "Nunito", Helvetica, Arial;
	color: rgb(250,250,250);
	background-color: rgb(35,36,35);
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	width: 100%;
}

a, a:hover, a:visited {
	color: rgb(250,250,250);
}

div.social {
	margin-left: 16px;
	margin-right: 16px;
	font-family: "socicon";
	font-size: 20px;
	color: rgb(35,36,35);
	background: rgb(250,250,250);
	width: 40px;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(250,250,250);	
}

div.social a, div.social a:hover, div.social a:visited {
	color: inherit;
	text-decoration: inherit;
}


div.social:hover {
	color: rgb(250,250,250);
	background: rgb(35,36,35);
}


.container {
	width: 900px;
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px;
}

.theLeftDiv {
	float: left;
	width: 50%;
	padding-top: 3em;
}

div.iconHeader {
	font-size: 1.4em;
}

.icon {
	height: 64px;
	width: 64px;
	vertical-align: middle;
}

.appName {
	padding-left: 16px;
}

.theRightDiv {
	padding-top: 2em;			
	float: right;
}

.outerPhoneContainer {
	text-align: right;
}

.iPhoneContainer {
	display: inline-block;
	position: relative;
}

.sliderContainer {
	position: absolute;
	top: 82px;
	left: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.sliderContainer img {
	width: 310px;
}

.iPhone {
	display: block;
}

h2 {
	font-weight: normal;
	font-size: 1.2em;
}

.mainCopy {
	margin-top: 2em;
	margin-bottom: 9em;
}

.mainCopy a {
	text-decoration: none;
}

.mainCopy a:hover {
	text-decoration: underline;
}

.buttonContainer {
}

.buttonContainer a {
	text-decoration: none;
}

.bgtrans {
	transition: background-color 0.25s ease, color 0.25s ease;
}

.appStoreButton {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(250,250,250);
	border-radius: 8px;
	padding: 12px;
}

.appStoreButton:hover {
	background-color: rgb(250,250,250);
	color: rgb(35,36,35);
	white-space: nowrap;
}

.apple {
	font-family: "socicon";
}

.links {
	clear: both;
	font-size: 0.9em;
	text-align: center;
	padding-top: 3em;
	padding-bottom: 3em;
}

.import {
	display: none;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(250,250,250);
	border-radius: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 24px;
	margin-bottom: 16px;
}


@media (max-height: 1024px) and (orientation: landscape) {
	.mainCopy {
		margin-bottom: 4em;
	}
}

@media (max-width: 900px) and (orientation: portrait) {

	.container {
		width: auto;
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.theLeftDiv {
		float: none;
		width: 100%;
		padding-top: 1em;
	}

	.theRightDiv {
		float: none;
		width: 100%;
	}
	
	.buttonContainer {
		text-align: center;
		margin-top: 3em;
		margin-bottom: 1em;
	}
	
	.iconHeader {
		text-align: center;
	}
	
	.outerPhoneContainer {
		text-align: center;
	}
	
	.iPhoneContainer {
		left: -4px;
	}

	.mainCopy {
		margin-top: 2em;
		margin-bottom: 1em;
	}
	
	.import {
		margin-left: 8px;
		margin-right: 8px;
	}	
}