@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,400italic,700);

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: none;
	}

html, body {
	width: 100%;
	height: 100%;
	font-family: "Source Sans Pro", Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
	}

a {
	text-decoration: none;
	display: inline !important;
	}

strong {
	font-weight: 400;
	}

#hero {
	width: 100%;
	height: 560px;
	background: #eee url(../img/toast-hero.jpg);
	background-size: cover !important;
	background-position: center center;
	}

#hero .holder {
	width: 960px;
	height: 196px;
	position: absolute;
	z-index: 9;
	margin-top: -158px;
	top: 50%; left: 120px;
	}

#hero #pattern {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../img/pattern.png);
	}

h1, h2 {
	width: 100%;
	position: relative;
	color: #fff;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	}

h1 {
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 50px;
	}

h2 {
	font-family: "Merriweather";
	font-weight: 400;
	font-size: 18px;
	font-style: italic;
	line-height: 180%;
	}

#hero .holder .button {
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 99px;
	cursor: pointer;
	display: inline-block;
	padding: 12px 28px;
	margin-top: 60px;
	margin-right: 20px;
	}

#hero .holder .button:hover {
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
	}

#hero .holder .button strong {
	font-weight: 600;
	}

#content {
	width: 960px;
//	background: #0cf;
	margin: 0px auto 120px auto;
	}

#intro, #section, #buy {
	width: 100%;
	margin-top: 120px;
	}

#intro h3, #section h4 {
	font-weight: 700;
	font-size: 38px;
	color: #ffa500;
	text-transform: uppercase;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

#intro p, #section p {
	font-family: "Merriweather";
	font-size: 18px;
	font-style: italic;
	color: #555;
	line-height: 170%;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 20px;
	margin-bottom: 120px;
	}

#section img {
	width: 100%;
	height: auto;
	}

#buy {
	border-top: 1px solid #d3d3d3;
	padding-top: 20px;
	}

#buy p {
	width: 700px;
	font-family: "Merriweather";
	font-size: 18px;
	font-style: italic;
	color: #555;
	line-height: 170%;
	margin-bottom: 40px;
	}

#buy .button {
	background: #fff;
	font-weight: 600;
	font-size: 14px;
	color: #ffa500;
	text-transform: uppercase;
	border: 2px solid #ffa500;
	border-radius: 99px;
	display: inline-block;
	padding: 12px 28px;
	margin-right: 20px;
	}

#buy .button:hover {
	background: #ffa500;
	color: #fff;
	}

#buy .button strong {
	font-weight: 600;
	}

#buy img {
	width: 200px;
	height: 200px;
	position: relative;
	float: right;
	top: -10px; right: 0;
	}

#footer {
	width: 100%;
	height: 60px;
	background: #333;
	border-top: 1px solid #333;
	}

#footer .holder {
	position: relative;
	font-size: 14px;
	color: #838383;
	text-align: center;
	top: 50%;
	}

#footer .holder span {
	font-weight: 700;
	color: #666;
	margin-left: 5px;
	margin-right: 5px;
	}

#footer .holder a {
	color: #a1a1a1;
	}

#footer .holder a:hover {
	text-decoration: underline;
	}

@media screen and (max-width: 1260px) {
	#hero .holder {
		left: 60px;
		}
	}

@media screen and (max-width: 1130px) {
	#hero .holder {
		width: 800px;
		}

	h1 {
		font-size: 34px;
		}

	h2 {
		font-size: 14px;
		}
	}

@media screen and (max-width: 1040px) {
	#content {
		width: 90%;
		}
	}

@media screen and (max-width: 960px) {
	#hero .holder {
		width: 700px;
		left: 30px;
		}

	h1 {
		font-size: 28px;
		}

	h2 {
		font-size: 12px;
		}
	}

@media screen and (max-width: 790px) {
	#hero .holder {
		width: 90%;
		margin-top: -188px;
		left: 5%;
		}

	h1 {
		font-size: 27px;
		}

	h2 {
		font-size: 12px;
		opacity: 0.9;
		}

	#intro, #section, #buy {
		margin-top: 60px;
		}

	#buy p {
		width: 100%;
		}

	#buy img {
		display: none;
		}

	#buy .button, #hero .holder .button {
		font-size: 12px;
		padding: 12px 24px;
		}

	#hero .holder .button {
		margin-top: 30px;
		}
	}

@media screen and (max-width: 790px) {
	#intro h3, #section h4 {
		font-size: 30px;
		}

	#intro p, #section p, #buy p {
		font-size: 14px;
		}
	}

@media screen and (max-width: 550px) {
	#footer .holder {
		font-size: 12px;
		}
	}

@media screen and (max-width: 450px) {
	#footer .holder {
		font-size: 9px;
		}
	}

@media screen and (max-height: 395px) {
	#hero {
		height: 385px !important;
		}

	#hero .holder {
		margin-top: 20px;
		top: 0;
		}
	}