body {
	margin: 0;
	padding: 0;
	background-image: linear-gradient(#efaf48, #d16e12);
	font-size: 14px;
}

div.background {
	background-image: url("images/Trumpet_Bkgd3.png");
	background-repeat: no-repeat;
	background-position: 50% -100em;
	min-width: 320px;
}

section {
	background-color: rgba(254, 250, 244, 0.90);
	margin: 9em 0;
	padding: 2.5em 25% 2.5em 25%;
}

section#header {
	background-color: rgba(254, 250, 244, 0.0);
	margin: 0px;
	padding: 2em 10% 20em 10%; 
}

section#about {
	margin: 0 0 9em 0;
}

section#bio {
	margin: 9em 0 0 0;
}

h1 {
	font-family: 'Merriweather', serif;
	text-align: center;
	font-size: 3em;
	color: #3c3c3c;
}

#header {
	text-align: center;
}

#badge {
	width: 20em;
	margin: 2em 0 1em 0;
}

div#paypal {
	line-height:0;
}

div#paypal div#shipping {
	width: 240px;
	margin:0 auto;
	text-align:left;
}

div#shipping label {
	position: relative;
	padding-left: 35px;
	cursor:pointer;
}

div#paypal form input {
	max-width: 90%;
}

div#shipping label input {
	display:none;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fdeed9;
	border-radius: 50%;
	border: 3px solid #253B80;
	box-sizing:border-box;
}

div#shipping label:hover input ~ .checkmark {
	background-color: #ccc;
}

div#shipping label input:checked ~ .checkmark {
	background-color: #253b80;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

div#shipping label input:checked ~ .checkmark:after {
	display: block;
}

div#shipping label .checkmark:after {
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #2997d8;
	border: #fdeed9 2px solid;
}

div#paypal form {
	display:none;
}

div#paypal.domestic form#pp-domestic, div#paypal.international form#pp-international {
	display:block;
}

h2 {
	font-family: 'Merriweather', serif;
	font-weight: 900;
	font-size: 3em;
	text-transform: uppercase;
	text-align: center;
	color: #3c3c3c;
	margin: 0;
	padding: 0;
}

.nobreak {
	white-space:nowrap;
}

h3 {
	color: #3c3c3c;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1.5;
	text-align: center;
	margin: 1.5em 0;
}

p {
	color: #3c3c3c;
	font-family: 'Roboto', sans-serif;
	font-size: 1.4em;
	line-height: 1.6;
}

a {
	color: #d75c08;
	text-decoration: none;
}

a:hover {
	color: #b64216;
}

#contents div {
	column-count: 2;
}

#contents p {
	margin-top: 2.0em;
	text-align: left;
}

#testimonials p {
	margin-bottom: .5em;
}

#contents h2 {
	padding: 0 0 .75em 0;
}

ol {
	margin: 0;
}

li:first-child {
	margin: 0 0 .5em 0;
}

li {
	color: #3c3c3c;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	margin: .5em 0;
}

#bio img {
	width: 40%;
	float: left;
	margin: 2em 2em .66em 0;
}

footer {
	background-color: #1a1a1a;
	padding: 1em 0 .5em 0;
	border-style: solid none none none;
	border-width: 18px;
	border-color: #d16e12;
}

footer h3 {
	color: #fefaf4;
}

footer p {
	text-align: center;
	color: #fefaf4;
}

footer a {
	color: #f1b54e;
	font-weight: 700;
	text-decoration: none;
}

footer a:hover {
	color: #e8942e;
}

.social {
	font-size: 3em;
	letter-spacing: 1.3;
}

.sub {
	font-size: 1em;
}

/*medium-large*/

@media (max-width: 1300px) {
	
	#bio img {
	width: 50%;
	}
	
	section {
	padding: 2em 16%;
	}
	
}

/*medium*/

@media (max-width: 1000px) {
	
	section {
	padding: 2em 10% 2em 10%;
	}
	
	div.background {
	background-position: 49% -55em;
	background-size: 80em;
	}
	
	section#header {
	padding: 2em 10% 20em 10%;
	}
	
	#contents div {
	column-count: 1;
	}
	
	h1 {
	font-size: 2.5em;
	}

	h2 {
	font-size: 2.5em;
	}
	
	h3 {
	font-size: 1.5em;
	}
	
	#paypal {
	margin: 0;
	}
	
	div#paypal div#shipping {
	width: 250px;
	}
	
	div#paypal div#shipping p {
	font-size: 1.5em;
	}
	
	div#paypal form input {
	max-width: 70%;
}
	
	footer h3 {
	font-size: 1.7em;
	}
	
	.sub {
	font-size: 1.2em;
	}
	
}	

/*small*/

@media (max-width: 740px) {
	
	div.background {
	background-position: 49% -55em;
	background-size: 70em;
	}
	
	section {
	padding: 2em 7% 2em 7%;
	}
	
	section#header {
	padding: 2em 3% 15em 3%; 
	}
	
	h1 {
	font-size: 2em;
	}
	
	h2 {
	font-size: 2em;	
	}
	
	h3 {
	font-size: 1.2em;
	}
	
	p {
	margin: 1.5em 0;
	}
	
	li {
	font-size: 1.5em;
	}
	
	#badge {
	width: 14em;
	margin: 0;
	padding: 0;
}
	
	#bio img {
	width: 100%;
	float: none;
	margin: 2em 0 0 0;
	}
	
	.sub {
	font-size: 1.4em;
	}
	
	div#paypal div#shipping p {
	font-size: 1.2em;
	}
	
	div#paypal form input {
	max-width: 75%;
	}
	
	footer h3 {
	font-size: 1.7em;
	}
	
}

/*tiny*/

@media (max-width: 500px) {
	
	div.background {
	background-position: 49.75% -24em;
	background-size: 50em;
	}
	
	div#paypal div#shipping {
	width: 210px;
	line-height: 1;
	}
	
	div#paypal form input {
	max-width: 80%;
	}
	
	h3 {
	font-size: 1.1em;
	}
	
	footer h3 {
	font-size: 1.7em;
	}
	
	p {
	font-size: 1.3em;
	line-height: 1.5;
	margin: 1.25em 0;
	}
	
	li {
	font-size: 1.3em;
	}
	
}
	
