@charset "UTF-8";
body {
	margin: 0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, a, .form-label, button {
	font-family: 'Montserrat', sans-serif;
}
h1 {
	margin-top: 50px;
	text-transform: uppercase;
	font-size: 4em;
	font-weight: 200;
	color: #222222;
}
@media only screen and (max-width: 992px) {h1 {font-size: 2.75em}}
@media only screen and (max-width: 768px) {h1 {font-size: 2em}}
@media only screen and (max-width: 576px) {h1 {font-size: 1.5em;}}
h2 {
	margin-top: 35px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: 200;
	color: #222222;
	line-height: 1.2;
}
@media only screen and (max-width: 992px) {h2 {font-size: 2.25em}}
@media only screen and (max-width: 768px) {h2 {font-size: 1.75em}}
@media only screen and (max-width: 576px) {h2 {font-size: 1.5em}}
h3 {
	font-size: 1.75em;
	color: #D9BB73;
	line-height: 1.6;
	text-align: left;
	margin-top: 25px;
	font-weight: 400;
	text-transform: uppercase;
}
@media only screen and (max-width: 992px) {h3 {font-size: 1.5em}}
@media only screen and (max-width: 768px) {h3 {font-size: 1.4em}}
@media only screen and (max-width: 576px) {h3 {font-size: 1.3em}}
h4 {
	font-size: 1.75em;
	color: #222222;
	line-height: 1.6;
	text-align: left;
	margin-top: 25px;
	font-weight: 400;
	text-transform: uppercase;
}
@media only screen and (max-width: 992px) {h4 {font-size: 1.5em}}
@media only screen and (max-width: 768px) {h4 {font-size: 1.45em}}
@media only screen and (max-width: 576px) {h4 {font-size: 1.35em}}
@media only screen and (max-width: 480px) {h4 {font-size: 1.15em}}
h5 {
	font-size: 1.3em;
	color: #D9BB73;
	line-height: 1.6;
	text-align: left;
	margin-top: 25px;
	font-weight: 400;
	padding: 0px 30px;
	text-transform: uppercase;
}
@media only screen and (max-width: 992px) {h5 {font-size: 1.3em}}
@media only screen and (max-width: 768px) {h5 {font-size: 1.15em}}
@media only screen and (max-width: 576px) {h5 {font-size: 1em}}
h6 {
	margin-top: 25px;
	font-size: 1.35em;
	font-weight: 600;
	line-height: 1.8;
}
p {
	font-size: 1.2em;
	line-height: 1.8;
	margin-top: 20px;
	color: #222222;
}
ol {
	font-size: 1.2em;
	line-height: 1.8;
	margin-top: 20px;
	color: #222222;
}
ul {
	font-size: 1.2em;
	line-height: 1.8;
	margin-top: 20px;
	color: #222222;
}
@media only screen and (max-width: 992px) {p {font-size: 1.2em}}
@media only screen and (max-width: 768px) {p {font-size: 1.10em}}
@media only screen and (max-width: 576px) {p {font-size: 0.9em}}
li {
	margin-top: 5px;
}
@media only screen and (max-width: 992px) {ul, ol {font-size: 1.2em}}
@media only screen and (max-width: 768px) {ul, ol {font-size: 1.10em}}
@media only screen and (max-width: 576px) {ul, ol {font-size: 0.9em}}
a {
	color: #D9BB73;
	font-weight: 600;
	text-decoration: none;
}
a:hover {
	color: #a1a09f;
}
hr {
	margin: 50px 0px;
	border: 1px solid #D9BB73;
}
.btn-gold {
	background-color: #D9BB73;
	border-radius: 0px;
	font-size: 1.05em;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 25px auto;
	text-align: center;
	position: relative;	
	border: 1px solid transparent;
	font-weight: 400;
}
.btn-gold a {
	color:FFFCF5;
}
.btn-gold:hover {
	color:#D9BB73;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #D9BB73;
}
.btn-gold:visited {
	background-color: #D9BB73;
	border: none;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 25px auto;
	text-align: center;
	position: relative;	
	font-weight: 400;
}
.btn-gold:active {
	background-color: #D9BB73;
	border: none;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 0px 0px;
	text-align: center;
	position: relative;	
	font-weight: 400;
}
.btn-gold-books {
	background-color: #D9BB73;
	border-radius: 0px;
	font-size: 1.05em;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 25px auto;
	text-align: center;
	position: relative;	
	border: 1px solid transparent;
	font-weight: 400;
}
.btn-gold-books a {
	color:FFFCF5;
}
.btn-gold-books:hover {
	color:#D9BB73;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #D9BB73;
}
.btn-gold-books:visited {
	background-color: #D9BB73;
	border: none;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 25px auto;
	text-align: center;
	position: relative;	
	font-weight: 400;
}
.btn-gold-books:active {
	background-color: #D9BB73;
	border: none;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 25px auto;
	text-align: center;
	position: relative;	
	font-weight: 400;
}
.fa-brands {
	margin-left: 15px;
	margin-right: 15px;
}

.navbar {
	text-transform: uppercase;
	background-color: #424242;
	margin-top:0px;
}
.nav-container {
	background-color: #424242;
	width: 100%;
}
.navbar-light .navbar-nav .nav-link {
	color: #FFFCF5;

}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
	color: #D9BB73;
}
.nav-item {
	padding-left: 20px;
}
.nav-item .dropdown-menu {
	background-color: #424242;
	color: #ffffff;
	border-radius: 0px;
	border: 0px;
}
.dropdown-menu .dropdown-item {
	background-color: #424242;
	color: #ffffff;
}
.navbar-brand {
	margin-left: 25px;
}
.nav-item .nav-link {
	font-size: .8em;
	font-weight: normal;
}

.navbar-dark .navbar-toggler {
	border-radius: 0px;
	border-color: #FFFCF5;
}
.navbar-toggler:focus {
	box-shadow: 0 0 0 0.1rem;
}
.navbar-toggler:hover {
	border-color: #D9BB73;
}
.navbar-toggler-icon:focus {
	color: #ffffff;
}
footer {
	background-color: #424242;
	padding: 30px;
	margin-top: 50px;
}
footer h4, footer p {
	color: #FFFCF5;
}
footer ul {
	list-style: none;
}
footer ul a {
	color: #FFFCF5;
}
footer ul a:hover {
	color: #D9BB73;
	text-decoration: none;
}
.img-margin {
	margin-bottom: 35px;
}
.home-header {
	position: relative;
	color: #ffffff;
}
.home-header-h1 {
	position: absolute;
	top: 535px;
	left: 25px;
	color: #FFFCF5;
	text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {.home-header-h1 {top: 450px}}
@media only screen and (max-width: 992px) {.home-header-h1 {top: 320px}}
@media only screen and (max-width: 768px) {.home-header-h1 {top: 200px}}
@media only screen and (max-width: 576px) {.home-header-h1 {top: 190px}}
@media only screen and (max-width: 480px) {.home-header-h1 {top: 140px; left: 15px}}
.home-header .home-header-h1 h1 {
	font-weight: 500;
	letter-spacing: 5px;
	color: #FFFCF5;
}
@media only screen and (max-width: 1200px) {.home-header-h1 h1 {letter-spacing: 6px; font-size: 3.25em}}
@media only screen and (max-width: 992px) {.home-header-h1 h1 {letter-spacing: 4px; font-size: 2em}}
@media only screen and (max-width: 768px) {.home-header-h1 h1 {letter-spacing: 3px; font-size: 1.75em}}
@media only screen and (max-width: 576px) {.home-header-h1 h1 {letter-spacing: 2px; font-size: 1em}}
.home-header-h3 {
	position: absolute;
	top: 630px;
	left: 25px;
	color: #D9BB73;
	text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {.home-header-h3 {top: 520px}}
@media only screen and (max-width: 992px) {.home-header-h3 {top: 375px}}
@media only screen and (max-width: 768px) {.home-header-h3 {top: 250px}}
@media only screen and (max-width: 576px) {.home-header-h3 {top: 233px}}
@media only screen and (max-width: 480px) {.home-header-h3 {top: 187px; left: 15px}}
.home-header-h3 h3 {
	color: #D9BB73;
	font-weight: 400;
}
@media only screen and (max-width: 992px) {.home-header-h3 h3{font-size: 1.4em;}}
@media only screen and (max-width: 768px) {.home-header-h3 h3{font-size: 1.15em;}}
@media only screen and (max-width: 576px) {.home-header-h3 h3{font-size: 1em;}}
.home-header-h5 {
	position: absolute;
	top: 670px;
	left: 25px;
}
@media only screen and (max-width: 1200px) {.home-header-h5{top: 550px}}
@media only screen and (max-width: 992px) {.home-header-h5{top: 400px}}
@media only screen and (max-width: 768px) {.home-header-h5{top: 275px}}
@media only screen and (max-width: 576px) {.home-header-h5{top: 253px}}
@media only screen and (max-width: 480px) {.home-header-h5{top: 207px; left: 15px}}
.home-header-h5 h5 {
	padding: 0px;
	text-align: left;
	font-weight: 300;
	
}
@media only screen and (max-width: 992px) {.home-header-h5 h5{font-size: 1.15em}}
@media only screen and (max-width: 768px) {.home-header-h5 h5{font-size: .90em}}
@media only screen and (max-width: 576px) {.home-header-h5 h5{font-size: .8em}}
.home-img {
	position: relative;
}
.quote {
	text-align:  center;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.6;
	color: #D9BB73;
	margin-bottom: 25px
}
@media only screen and (max-width: 992px) {.quote{font-size: 1.3em}}
@media only screen and (max-width: 768px) {.quote{font-size: 1.15em}}
@media only screen and (max-width: 576px) {.quote{font-size: 1.05em}}
.quote-name {
	text-transform: uppercase;
	font-size: .85em;
	letter-spacing: 5px;
}
.quote-img {
	margin-bottom: 35px;
}
.img-text-right {
	width: 30%;
	margin-top: 25px;
	padding-left: 25px;
	padding-bottom: 15px;
}
.img-text-left {
	width: 30%;
	margin-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
}
.testimony {
	margin: 20px 50px 0px 50px;
	font-style: italic;
}
.gold {
	color: #D9BB73;
}
.margin-left-30 {
	margin-left: 30px;
}
@media only screen and (max-width: 768px) {.margin-left-30{margin-left-30:0px}}
.package {
	background-color:#D9BB73;
	padding: 25px 15px;
	color:#ffffff;
	text-align: center;
	font-size: 1.5em;
	margin-top: 0px
}
.package-box {
	border: 2px solid #D9BB73;
	padding: 0px;
	margin: 0px 25px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-0 {
	margin-top: 0px;
	line-height: 1;
}
.margin-top-25px {
	margin-top: 25px;
}
.she-sanctuary {
	position: relative;
}
.she-sanctuary-img {
	width: 35%;
}

@media only screen and (max-width: 992px){.she-sanctuary-img {width: 45%}}
@media only screen and (max-width: 768px){.she-sanctuary-img {width: 65%}}
.she-sanctuary-h2 {
	position: absolute;
	top: 85px;
	left: 125px;
	font-size: 4em;
}
@media only screen and (max-width: 992px) {.she-sanctuary-h2 {font-size: 3.5em; top: 65px; left: 150px}}
@media only screen and (max-width: 768px) {.she-sanctuary-h2 {font-size: 2.75em; top: 65px; left: 100px}}
.she-sanctuary-h3 {
	position: absolute;
	top: 175px;
	left: 250px;
	font-size: 2em;
}
@media only screen and (max-width: 992px) {.she-sanctuary-h3 {font-size: 1.75em; top: 140px; left: 175px}}
@media only screen and (max-width: 768px) {.she-sanctuary-h3 {font-size: 1.3em; top: 125px; left: 150px}}
.books {
	padding: 25px;
}
.books h4 {
	font-size: 1.25em;
	line-height: 1.2;
}
@media only screen and (max-width: 992px) {.books h4 {font-size: 1em}}
@media only screen and (max-width: 768px) {.books h4 {font-size: 1.75em}}
@media only screen and (max-width: 576px) {.books h4 {font-size: 1.5em}}
@media only screen and (max-width: 480px) {.books h4 {font-size: 1.5em}}
.form-label-text {
	font-size: 1.1em;
	font-weight: 400;
}
.form-check-label {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
}
.input-border-radius {
	border-top: 0px;
}