html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* end of reset */

body {
	overflow-x: hidden;
	font-family: 'Fanwood Text', serif;
	text-rendering: optimizeLegibility;
	background: #f8edd1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Quattrocento', serif;
	font-weight: bold;
	font-style: normal;
}

strong {
	font-weight: bold;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.hero-img-home {
	width: 100%;
	height: 700px;
	background: url(images/hero-bg.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
}

.hero-img-home .row div {
	text-align: center;
	color: white;
}

.hero-img-home h2 {
	font-size: 60px;
	margin-top: 1rem;
	margin-bottom: -2rem;
	color: #333;
}

.hero-img-home h3 {
	font-size: 50px;
	margin-bottom: 7rem;
}

.hero-img-home .row div:nth-child(3) {
	margin-top: 3rem;
	/*background: rgba(0, 0, 0, .3);*/
}

.hero-img-home .row div:nth-child(4) {
	font-size: 24px;
	/*background: rgba(0, 0, 0, .3);*/
}

.hero-img-home button {
	margin-top: 0;
	background: #d88a8a;
	border: none;
}

.hero-img-home button:hover {
	background: #d17575;
}

.hero-img-home button a {
	text-decoration: none;
	color: #2d2d2d;
}

.logo {
	max-width: 100%;
	height: 150px;
	background-position: 50%;
}

.hero-img {
	width: 100%;
	height: 300px;
	background: url(images/aurum-logo.jpg) no-repeat, white;
	background-position: center -50px;
	background-size: contain;
	position: relative;
}

.hero-img a {
	text-decoration: none;
	color: #2d2d2d;
	background: transparent;
	position: absolute;
	bottom: 10px;
	margin-top: -3rem;
	margin-bottom: -3rem;
	left: 50%;
	transform: translateX(-50%);
}

.navbar {
	background: #f8edd1;
	font-size: 16px;
	border-top: none;
	border-color: white;
}

#navigation.affix {
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.nav {
	width: 100%;
	text-align: center;
}

.nav li {
	float: none;
	display: inline-block;
}

.navbar .container-fluid .nav li.active a {
	color: crimson;
	background: transparent;
}

.navbar .container-fluid .nav li {
	text-transform: uppercase;
}

.navbar .nav li a:hover {
	color: crimson;
}

main {
	color: #474843;
}

main p {
	line-height: 1.5;
}

.fixed-padding {
	padding-top: 70px;
}

@media screen and (max-width: 1110px) and (min-width: 769px) {
	.fixed-padding {
		padding-top: 125px;
	}
}

h2 {
	font-size: 46px;
	margin: 5rem auto 3rem;
	text-align: center;
}

h3 {
	font-size: 42px;
	margin: 3rem auto;
}

p.copy {
	font-size: 24px;
}

#features {
	margin-top: 5rem;
}

.panel {
	background: #f8edd1;
}

.panel a:hover {
	text-decoration: none;
}

.panel p {
	font-size: 16px;
	;
}

.panel-heading {
	padding-left: 0;
}

.panel-heading h3 {
	margin-top: 2rem;
	font-weight: bold;
	font-size: 22px;
}

.more {
	color: crimson;
	font-style: italic;
}

.more:hover {
	color: crimson;
}

hr {
	width: 100vw;
	margin-left: -11rem;
	border-color: #ddd;
	border-width: 2px;
}

iframe {
	margin-top: 5rem;
	padding-bottom: 80px;
}

.cta {
	margin-top: 2rem;
}

.about-addiction h2 {
	font-size: 48px;
	margin-bottom: 3rem;
}

.about-addiction h3 {
	text-align: center;
	font-size: 24px;
	margin: 3rem;
	font-weight: bold;
}

.about-addiction p {
	line-height: 1.8;
	color: #474843;
	font-style: normal;
	font-size: 20px;
}

.addiction h2 {
	font-size: 42px;
	margin-bottom: 5rem;
	margin-top: 5rem;
}

.addiction h3 {
	text-align: center;
	font-size: 24px;
	margin: 3rem;
	font-weight: bold;
}

.addiction h4 {
	font-weight: bold;
	font-size: 20px;
}

.addiction h5 {
	text-align: center;
	font-weight: bold;
	margin: 2rem;
}

.addiction p {
	line-height: 1.8;
	color: #474843;
	font-style: normal;
	font-size: 20px;
}

p.bordered {
	width: 60%;
	padding: 15px 5px;
	border: 1px solid black;
}

.req {
	color: #999;
}

label {
	margin-top: 2rem;
}

#contact h3 {
	font-size: 26px;
	margin-bottom: 2rem;
}

#contact p {
	font-size: 20px;
}

#contact .form-control {
	background: #eee;
	height: 3em;
}

#contact .form-control:focus {
	background: white;
}

#contact #comment {
	height: 10em;
}

.workwithus h2 {
	text-align: center;
	margin-bottom: 5rem;
}

.workwithus img {
	margin-bottom: 5rem;
}

.workwithus p {
	line-height: 1.8;
}

footer {
	background: #222;
	color: #aaa;
	margin-top: 7rem;
}

footer h3 {
	font-size: 2em;
	color: white;
	margin-top: 5rem;
}

footer p {
	padding-right: 15px;
	line-height: 1.6;
}

footer img {
	margin: 5rem 0 7rem;
}

.contact-map-container {
	overflow: hidden;
	margin: -5rem auto -3rem;
}

.confit-address a {
	color: white;
	line-height: 1.4;
}

.confit-address a:hover,
.confit-address a:focus,
.confit-address a:active {
	color: #aaa;
}

.address2 {
	margin-top: 2rem;
	line-height: 1.5
}

@media screen and (max-width: 769px) {
	.hero-img-home {
		height: 450px;
	}
	.hero-img-home h2 {
		font-size: 40px;
	}
	.hero-img-home h3 {
		font-size: 30px;
		margin-bottom: 1rem;
	}
	.hero-img-home p {
		font-size: 15px;
	}
	.hero-img-home button {
		margin-top: -1rem;
	}
	.panel {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.panel img {
		float: left;
		padding-right: 1rem;
	}
	p.bordered {
		margin: 2rem 0;
	}
	footer h3 {
		font-size: 26px;
		line-height: 2;
	}
}

@media screen and (max-width: 481px) {
	.hero-img-home {
		height: 500px;
	}
	.hero-img-home h2 {
		margin-top: -4rem;
		font-size: 30px;
	}
	.hero-img-home h3 {
		font-size: 26px;
		margin-bottom: 1rem;
		margin-top: 0;
	}
	.hero-img-home p {
		font-size: 16px;
	}
	.hero-img a {
		font-size: 12px;
		bottom: 100%;
		top: 0;
	}
	#navigation {
		margin-top: -2.5rem;
	}
	h2,
	h3 {
		font-size: 170%;
	}
	p.copy {
		font-size: 120%;
	}
	p.bordered {
		width: 100%;
		margin: 1rem auto;
	}
	.navbar li {
		display: block;
	}
	.hero-img {
		height: 200px;
		background-position: center center;
	}
	.panel img {
		padding-bottom: 1.5rem;
	}
	hr {
		width: 100%;
		margin-left: 0;
	}
}