/*
Styles for drinker.pro
by: Matthew Latkiewicz
matthew@youwillnotbelieve.us

*/

/* HTML5 tags */  
header, section, footer,  
aside, nav, article, figure {  
    display: block;  
}

/* Setting global styles */

#breadcrumb {
	background: #f1f1f1;
	position:static;
	padding: 20px 0px;
	
}

body {
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	color: #7a624a;
	margin: 0;
	}

h1 {
	margin: 5px 0;
	}

h2 {
	font-family: "futura-pt-condensed",sans-serif;
	font-weight: 500;
	margin: 5px 0;
	}

h4 {
	font-family: 'Pacifico', cursive;
	font-weight: 100;
	margin: 5px 0;
	}

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

#intro {
	text-align: center;
	}
	
#intro h1 {
	font-weight: 700;
	text-transform: uppercase;
	color: #d07d44;
}
	
#intro ul {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-padding-start: 0;
}
#intro ul li {
	color: #d07d44;
	text-align: center;
	list-style: none;
}

#purchase, #trust, #events, #media {
	border-top: 1px dotted #7a624a;
}

#purchase, #trust, #events {
	padding-top: 20px;
}

#purchase {
	padding-bottom: 40px;
}

#events {
	margin-top: 40px;
}

blockquote {
	margin: 0px;
}

/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 600px),
screen and (max-device-width: 480px) {
  html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none; } }

/* Large containers - desktops */

	.container {
		margin: 100px auto;
		width: 1084px;
	}
	
	p {
		font-size: 44px;
		font-weight: 100;
	}
	
	/* Breadcrumb */
	
	#breadcrumb div {
	width: 1084px;
	margin: 0 auto;
	}
	
	#breadcrumb .twitter-share-button {
		float: right;
		position: relative;
		top: -4px;
		right: 4px;
	}

	/* Section Intro */
	
	#intro h1 {
		font-size: 220px;
		line-height: 160px;
		margin: 15px 0; 
	}
	
	#intro h1 span {
		font-size: 165px;
	}
	
	#intro header p {
		text-align: center;
		margin: 0;
	}
	
	#intro h2 {
		font-size: 113px;
		line-height: 110px;
		text-transform: uppercase;
		margin: 15px 0;
	}
	
	#intro h3 {
		font-family: "futura-pt-condensed",sans-serif;
		font-weight: 100;
		margin: 5px 0;
		font-size: 64px;
		text-transform: uppercase;
		line-height: 70px;
	}
	
	#intro h4, #purchase h4 {
		font-size: 50px;
		margin: 28px 0;
	}
	
	#intro img {
		margin-top: 60px;
	}
	
	#intro p {
		text-align: justify;
	}
	
	#intro ul li {
		font-size: 45px;
		font-weight: 800;
		margin-bottom: 50px;
	}
	
	/* end intro section */
	
	/* Purchase section */
	
	#purchase {
		text-align: center;
	}
	
	#purchase h1 {
		font-family: "futura-pt-condensed",sans-serif;
		font-size: 151px;
		text-transform: uppercase;
		text-align: center;
		line-height: 140px;
		font-weight: 500;
	}
	
	#purchase .button {
		font-weight: 800;
		text-transform: uppercase;
		font-size: 90px;
		color: #fff;
		background: #d07d44;
		padding: 10px 50px;
		border-radius: 10px;
		display: inline-block;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	#purchase img {
		width: 170px;
		height: auto;
		margin-top: 35px;
	}
	
	#purchase h2 {
		font-family: "futura-pt", sans-serif;
		font-size: 78px;
		font-style: italic;
	}
	
	/* end Purchase section */
	
	/* Trust section */
	
	#trust {
		padding-top: 30px;
	}
	.row {
		display: inline-table;
	}
	.col-1-of-2 {
		width: 48%;
		float: left;
		margin-right: 2%;
	}
	
	#author-photo img {
		border: 12px solid #d07d44;
		width: 95%; 
	}
	
	.col-2-of-2 {
		width: 48%;
		float: left;
		margin-left: 2%;
	}
	
	#author-bio p {
		margin: 0px;
		font-size: 32px;
		padding: 10px 0px 0 12px;
	}
	
	#trust h1 {
		clear: both;
		display: block;
		font-size: 124px;
		font-weight: 800;
		text-align: center;
		text-transform: uppercase;
		margin-top: 15px;
	}
	
	#hodgman {
		display: inline-table;
	}
	#rees {
		clear: left;
		margin-top: 20px;
	}
	
	#meehan p {
		font-size: 42px;
		margin-top: 21px;
	}
	
	blockquote img {
		float: left;
		margin-right: 20px;
	}
	
	blockquote p {
		font-size: 30px;
	}
	
	#hodgman p.asterick, #rees p.quote {
		margin-bottom: 24px;
	}
	#hodgman p.quoter-name, #rees p.quoter-name {
		margin-top: 10px;
	}
	
	.asterick {
		font-size: 26px;
	}
	
	blockquote p.quoter-name, #meehan p.quoter-name {
		font-weight: 800;
		margin-bottom: 0;
		font-size: 30px;
	}
	
	blockquote p.quoter-bio, #meehan p.quoter-bio {
		margin-top: 0px;
		font-size: 25px;
	}
	
	#contact-info {
		clear: left;
	}
	
	#trust h2 {
		font-family: "futura-pt", sans-serif;
		font-weight: 800;
		text-transform: capitalize;
		font-size: 50px;
	}
	
	/* End Trust Section */
	
	/* Start Events Section */
	
	#events {
		text-align: center;
	}
	#events h1 {
		font-weight: 300;
		font-size: 123px;
		text-transform: uppercase;
		margin-bottom: 0;
		line-height: 120px;
	}
	
	#events h2 {
		font-family: "futura-pt", sans-serif;
		font-size: 87px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	#events p {
		margin: 1px 0;
	}
	
	#events #venue {
		margin: 10px 0;
	}
	
	#events #venue p {
		font-size: 28px;
	}

	
	/* End Events section */
	
	/* Start Media section */
	
	#media {
		margin-top: 20px;
		padding-top: 20px;
	}
	
	#media h1 {
		font-size: 32px;
	}
	
	#media h1#contact {
		text-transform: uppercase;
	}
	
	#media ul {
		font-size: 24px;
	}
	#media ul li {
		margin-bottom: 10px;
	}
	
	/* End Media section */

/* medium-large - iPad landscape */
@media screen and (max-width: 1024px) {
	
	.container {
		margin: 50px auto;
		width: 964px;
	}
	
	p {
		font-size: 40px;
		font-weight: 100;
	}
	
	#breadcrumb div {
		width: 964px;
	}

	
	/* Intro Section */
	
	#intro h1 {
		font-size: 195px;
		line-height: 146px;
		margin: 15px 0; 
	}
	
	#intro h1 span {
		font-size: 151px;
	}
	
	#intro header p {
		text-align: center;
		margin: 0;
	}
	
	#intro h2 {
		font-size: 100px;
		line-height: 96px;
	}
	
	#intro h3 {
		font-size: 52px;
		line-height: 62px;
	}
	
	#intro h4, #purchase h4 {
		font-size: 40px;
		margin: 18px 0;
	}
	
	#intro img {
		margin-top: 50px;
		width: 250px;
	}
	
	#intro ul li {
		font-size: 40px;
		font-weight: 800;
		margin-bottom: 50px;
	}
	
	/* end intro section */
	
	/* Purchase section */
	
	#purchase {
		text-align: center;
	}
	
	#purchase h1 {
		font-size: 130px;
		line-height: 126px;
		
	}
	
	#purchase .button {
		font-size: 80px;
	}
	
	#purchase img {
		width: 160px;
		height: auto;
		margin-top: 25px;
	}
	
	#purchase h2 {
		font-size: 68px;
	}
	
	/* end Purchase section */
	
	/* Start Trust section */
	
	#author-bio p {
		font-size: 30px;
		padding-left: 5px;
		padding-top: 5px;
	}
	
	#trust h1 {
		font-size: 110px;
		margin-top: 12px;
	}
	
	blockquote p {
		font-size: 26px;
	}
	
	.asterick {
		font-size: 22px;
	}
	
	blockquote p.quoter-name, #meehan p.quoter-name {
		font-size: 26px;
	}
	
	blockquote p.quoter-bio, #meehan p.quoter-bio {
		font-size: 22px;
	}
	
	#meehan p {
		font-size: 37px;
	}
	
	/* End Trust section */
	
	/* Events */
	
	#events h1 {
		font-size: 109px;
		line-height: 102px;
	}
	
	#events h2 {
		font-size: 76px;
	}
	
	/* end events */
	
	/* media */
	
	#media h1 {
		font-size: 28px;
	}
	
   } /* end medium-large - iPad landscape */
  
/* medium - iPad Portrait */
@media screen and (max-width: 768px) {
	.container {
		margin: 50px auto;
		width: 708px;
	}
	
	p {
		font-size: 30px;
	}
	
	#breadcrumb div {
		width: 708px;
	}

	
	/* Intro Section */
	
	#intro h1 {
		font-size: 142px;
		line-height: 116px;
		margin: 15px 0; 
	}
	
	#intro h1 span {
		font-size: 110px;
	}
	
	#intro h2 {
		font-size: 74px;
		line-height: 72px;
	}
	
	#intro h3 {
		font-size: 42px;
		line-height: 52px;
	}
	
	#intro h4, #purchase h4 {
		font-size: 30px;
		margin: 14px 0;
	}
	
	#intro img {
		margin-top: 30px;
		width: 200px;
	}
	
	#intro ul li {
		font-size: 32px;
		margin-bottom: 30px;
	}
	
	/* end intro section */
	
	/* Purchase section */
	
	#purchase {
		text-align: center;
	}
	
	#purchase h1 {
		font-size: 100px;
		line-height: 98px;
		
	}
	
	#purchase .button {
		font-size: 70px;
	}
	
	#purchase img {
		width: 140px;
		height: auto;
		margin-top: 25px;
	}
	
	#purchase h2 {
		font-size: 58px;
	}
	
	/* end Purchase section */
	
	/* Start Trust section */
	
	#author-bio p {
		font-size: 22px;
	}
	
	#trust h1 {
		font-size: 80px;
		margin-top: 8px;
	}
	
	blockquote p {
		font-size: 23px;
	}
	
	.asterick {
		font-size: 19px;
	}
	
	#hodgman {
		margin-bottom: 20px;
	}
	
	blockquote p.quoter-name, #meehan p.quoter-name {
		font-size: 24px;
	}
	
	blockquote p.quoter-bio, #meehan p.quoter-bio {
		font-size: 20px;
	}
	
	blockquote img {
		width: 30%;
	}
	
	#meehan p {
		font-size: 32px;
		margin-top: 18px;
	}
	
	/* End Trust section */
	
	/* Events */
	
	#events h1 {
		font-size: 80px;
		line-height: 82px;
	}
	
	#events h2 {
		font-size: 56px;
	}
	
	#events #venue p {
		font-size: 24px;
	}
	
	/* end events */
	
	/* media */
	
	#media h1 {
		font-size: 21px;
	}
	
	#media ul {
		font-size: 21px;
	}
} /* end ipad portrait */

/*
    style for: tiny (iphone)
*/
@media screen and (max-width: 414px) {
	.container {
		margin: 20px auto;
		width: 280px;
	}
	
	p {
		font-size: 22px;
	}
	
	#breadcrumb {
		font-size: 20px;
	}
	
	#breadcrumb div {
		width: 280px;
	}
	
	#breadcrumb .twitter-share-button {
		display: none;
	}

	
	/* Intro Section */
	
	#intro h1 {
		font-size: 56px;
		line-height: 48px;
		margin: 10px 0; 
	}
	
	#intro h1 span {
		font-size: 44px;
	}
	
	#time-to-improve {
		display: none;
	}
	
	#intro h2 {
		font-size: 44px;
		line-height: 46px;
		margin: 10px 0;
		
	}
	
	#intro h3 {
		font-size: 32px;
		line-height: 36px;
		
	}
	
	#intro h4, #purchase h4 {
		font-size: 20px;
		margin: 10px 0;
	}
	
	#intro h4 {
		margin: 20px 0;
	}
	
	#intro img {
		margin-top: 20px;
		width: 150px;
	}
	
	#intro ul li {
		font-size: 22px;
		margin-bottom: 20px;
	}
	
	/* end intro section */
	
	/* Purchase section */
	
	#purchase {
		padding-bottom: 20px;
	}
	
	#purchase h1 {
		font-size: 58px;
		line-height: 64px;
		
	}
	
	#purchase .button {
		font-size: 30px;
		border-radius: 5px;
	}
	
	#purchase img {
		width: 100px;
		height: auto;
		margin-top: 15px;
	}
	
	#purchase h2 {
		font-size: 38px;
	}
	
	/* end Purchase section */
	
	/* Start Trust section */

	.col-1-of-2, .col-2-of-2 {
		float: none;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	
	#author-photo img {
		width: 91%;
		margin-bottom: 10px;
	}
	
	#author-bio p {
		font-size: 18px;
	}
	
	#trust h1 {
		font-size: 32px;
		margin-top: 12px;
	}
	
	#testimonials {
		margin-top: 15px;
	}
	
	#hodgman, #rees, #meehan {
	    display: -webkit-box;
	    display: -moz-box;
	    display: box;
	
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    box-orient: vertical;
	}
	#hodgman footer, #rees footer, #meehan footer  {
	    -webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    box-ordinal-group: 1;
	}
	
	#hodgman .quote, #rees .quote, #meehan .quote {
		-webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    box-ordinal-group: 2;
	}
	
	#hodgman .asterick {
		-webkit-box-ordinal-group: 3;
	    -moz-box-ordinal-group: 3;
	    box-ordinal-group: 3;
	}
	
	blockquote p, #meehan p {
		font-size: 18px;
	}
	
	.asterick {
		font-size: 14px;
		margin-top: 0px;
	}
	
	
	blockquote#hodgman, blockquote#rees {
		margin-bottom: 24px;
	}
	
	.quote, .asterick {
		margin-left: 20px;
	}
	
	#hodgman p.asterick, #rees p.quote, #meehan p.quote {
		margin-bottom: 0px;
	}
	
	#hodgman p.quoter-name, #rees p.quoter-name, #meehan p.quoter-name {
		margin-top: 0;
	}
	
	blockquote p.quoter-name, #meehan p.quoter-name {
		font-size: 20px;
	}
	
	blockquote p.quoter-bio, #meehan p.quoter-bio {
		font-size: 16px;
	}
	
	blockquote img {
		width: 30%;
	}
	
	
	/* End Trust section */
	
	/* Events */
	
	#events h1 {
		font-size: 31px;
		line-height: 40px;
	}
	
	#events h2 {
		font-size: 36px;
	}
	
	#events #venue p {
		font-size: 16px;
	}
	
	/* end events */
	
	/* media */
	
	
	#media ul {
		font-size: 20px;
		list-style: none;
		padding-left: 0px;
	}

}