body {
	margin: 0;
  	padding: 0;
  	line-height: 1.6em;
	font-size: 18px;
	font-family: 'Amaranth', sans-serif;
}

/* Header / Nav */

header, footer {
	background-color: #fff;
}
header {
	top: 0;
	width: 100%;
	height: 80px;
	position: static;
}
nav {
  	width: 100%;
  	background-color: #f8f8ff;
  	display: inline-block;
  	text-align: center;
  	position: fixed;
  	z-index: 1;
}
nav ul {
  	list-style-type: none;
}
nav ul li {
  	list-style: none;
  	display: inline;
  	padding: 10px;
  	margin: 10px;
}
a {
	color: #EAB364;
}
a:hover {
	color: red;
}
/* Universal */

h2, h3, h4, h5 {
	font-family: 'Lobster Two', Cursive;
}
h2, h3 {
	line-height: 1em;
}
h2 {
	font-size: 90px;
}
h3, h4 {
	font-size: 52px;
}
h3 {
	margin-top: -50px;
}
h5 {
	font-size: 28px;
	margin-bottom: -2px;
}
.two h5, .six h5, .eight h5 {
	color: #6495ED;
}
.three h5, .four h5, .five h5, .seven h5, .nine h5, .ten h5 {
	color: #fff;
}
.pageContainer, .content, .text, footer {
	max-width: 100%;
}
.content, .footer { 
	padding: 0 10%;
}
.text {
	padding: 20px 100px;
}
.intro {
	background-color: #fff;
}
.two {
	background-color: #fff;
}
.three {
	background-color: #f03c79;
}
.four {
	background-color: #f06c98;
}
.five {
	background-color: #dd567f;
}
.six {
	background-color: #fff;
}
.seven {
	background-color: #f56e8b;
}
.eight {
	background-color: #fff;
}
.nine {
	background-color: #d5567f;
}
.ten {
	background-color: #f5749d;
}
.eleven {
	background-color: #fff;
}
footer {
	padding: 0 10%;
}
.bio h3 {
	text-align: center;
}
.hold, .hold2, .hold3, .hold4 {
	padding: 10px 0;
}
.quote {
	background-color: #f8f8ff;
    border: black 1px solid;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    font-size: 26px;
}
.saving {
	padding-top: 15px;
}
.saving p {
	font-size: 30px;
	text-align: center;
	margin-top: -1px;
}
.number {
	font-size: 70px;
	padding: 0 20px;
	color: #6495ED;
}
.center {
	text-align: center;
}
ol {
	list-style-type: none;
}
ol li span {
	text-align: center;
	display: inline-block;
	background-color: #fff;
	font-size: 24px;
	width: 20px;
	height: 20px;
	padding: 5px;
	border-radius: 20px;
	margin-right: 12px;
}
.diy {
	color: #6495ED;
}
.blog {
	text-align: center;
}

/* Images */

.head-image, .bio-img, .saving img, .bio h3 {
	display: block;
	margin: 0 auto;
}
.head-image {
	max-width: 85%;
	padding-top: 30px;
}
.hold {
	background: url('/images/beautybudget/avatar_beauty_dupes.png') no-repeat right;
}
.hold2 {
	background: url('/images/beautybudget/avatar.png') no-repeat right;
}
.hold3 {
	background: url('/images/beautybudget/avatar_beauty_character.png') no-repeat right;
}
.hold4 {
	background: url('/images/beautybudget/avatar_money_saving_tips.png') no-repeat right;
}
.hold, .hold2, .hold3, .hold4 {
	background-size: 25%;
}
.bio-img {
	border-radius: 10px;
	max-height: 25%;
	max-width: 25%;
}
.image {
	height: 250px;
	width: 250px;
	border-radius: 5px;
}
.image2 {
	width: 60%;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
}
.image3 {
	max-width: 50%;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
}
.image4 {
	max-width: 40%;
	display: block;
	margin: 0 auto;
}


@media screen and (max-width: 900px) {
	body {
	  	line-height: 1.5em;
		font-size: 16px;
	}
	.head-image {
		max-width: 100%;
	}
	.logo {
		right: 15px;
	}
	h2 {
		font-size: 60px;
	}
	h3, h4 {
		font-size: 40px;
	}
	h5 {
		font-size: 22px;
	}
	.content, .footer {
		padding: 0 5%;
	}
	.text {
		padding: 20px 50px;
	}
	.hold, .hold2, .hold3, .hold4 {
		padding: 5px 0;
	}
	.quote {
	    font-size: 22px;
	}
	.saving p {
		font-size: 28px;
		margin-top: -1px;
	}
	.number {
		font-size: 64px;
	}
	.hold, .hold2, .hold3, .hold4 {
		background-size: 20%;
	}
	.image {
		height: 175px;
		width: 175px;
	}
	.image2 {
		width: 70%;
	}
	.image3 {
		max-width: 60%;
	}
	.image4 {
		max-width: 50%;
	}
}

@media screen and (max-width: 450px) {
	body {
	  	line-height: 1.4em;
		font-size: 14px;
	}
	nav ul li {
	  	list-style: none;
	  	display: block;
	  	margin: -15px 0;
	}
	.head-image {
		max-width: 100%;
	}
	.logo {
		right: 5px;
	}
	h2 {
		font-size: 40px;
		text-align: center;
	}
	h3, h4 {
		font-size: 30px;
	}
	h3 {
		margin-top: -20px;
		text-align: center;
	}
	h5 {
		font-size: 18px;
	}
	.content, .footer {
		padding: 0 2%;
	}
	.text {
		padding: 20px 30px;
	}
	.hold, .hold2, .hold3, .hold4 {
		padding: 5px 0;
		margin-top: 50px;
	}
	.quote {
	    font-size: 18px;
	}
	.saving p {
		font-size: 18px;
		margin-top: -1px;
	}
	.number {
		font-size: 40px;
	}
	.hold, .hold2, .hold3, .hold4 {
		background-image: none;
	}
	.image {
		height: 125px;
		width: 125px;
	}
	.image2 {
		width: 80%;
	}
	.image3 {
		max-width: 70%;
	}
	.image4 {
		max-width: 60%;
	}




}