*{
	list-style: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

html body{
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-color: #f5f5f5;
	margin: 0px;
	padding: 0px;
	border: 0;
}

/*
img{
	display: block;
	width: 100%;
}
*/

a {
	color: #0098bb;
	font-weight:  700;/*700 = Panton Extra Bold*/
		-webkit-font-smoothing: antialiased;
}

a:hover {
	color: #0098bb;
	text-decoration: underline;
}


a.faq-question{
color: #ee4246;
text-decoration: none;
}

h1{
	font-size: 72px;
	font-family: "Panton", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:  700;/*700 = Panton Extra Bold*/
	-webkit-font-smoothing: antialiased;
	color: #f9f9f9;
	letter-spacing: -0.00em;
}

h2{
	font-size: 48px;
	font-family: "Panton", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:  700;/*700 = Panton Extra Bold*/
	-webkit-font-smoothing: antialiased;
	color: #3f3f3f;
	letter-spacing: -0.00em;
}

h3{
		font-size: 18px;
		font-family: "Panton", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:  700;/*700 = Panton Extra Bold*/
		-webkit-font-smoothing: antialiased;
		color: #3f3f3f;
		letter-spacing: -0.00em;
}

h3.faq-question{cursor: pointer;color: #ee4246;
text-decoration: none;}

p {
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:  400;/*400 = Panton Regular*/
	-webkit-font-smoothing: antialiased;
	color: #242620;
	letter-spacing: -0.00em;
	line-height: 180%; 
	margin-bottom: 25px;
}

p img{
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

footer {
	font-size: 12px;
	}


.faq-answer{
}

#shortstory{
	margin-top: 30px;
}
ul#social {
	padding: 0;
}
ul#social li{
	display: inline;
	margin-right: 10px;
}
ul#techlist {
	list-style-position: inside;
	margin-bottom: 20px;
}
ul#techlist li{
	font-size: 16px;
	list-style-type: circle;
	margin-left: 20px;
}

@media screen and (max-width: 960px) {
	/*tablet adjustments here*/
}

@media screen and (max-width: 600px) {
	/*phone adjustments here*/
}