html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Noto Sans', sans-serif;
}
h1 {
	font-size: 1.5em;
}
ul.nav a, h1 {
	font-family: 'Domine', serif;
	font-weight: 700;
}
.banner .container h2 {
	font-family: 'Domine', serif;
}
.banner .container p {
	font-weight: 700;
}
.banner .container form input {
	background: transparent;
	width: 100%;
	border: 1px solid hsla(0,0%,100%,.5);
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	height: 50px;
	border-radius: 0.5rem;
}
.gold-hr {
	width: 100px;
	margin: 25px auto 50px;
	border: none;
	outline: none;
	border-top: 1px solid #b38d38;
	opacity: .85;
}
#taxPrepSubmit {
	background-color: #fff;
	border: 1px solid #b38d38;
	color: #b38d38;
	font-weight: 800;
	text-transform: uppercase;
}
#downloadButton {
	border: 2px solid #fff;
	border-radius: 6rem;
	position: absolute;
	top: 200px;
	left: 250px;
	height: 150px;
	width: 150px;
}
#downloadButtonHeading {
	font-family: 'Domine', serif;
	font-size: 12px;
	position: absolute;
	top: 35px;
	left: 30px;
}
#downloadButtonText {
	font-size: 14px;
	position: absolute;
	top: 75px;
	left: 0px;
	text-align: center;
}
#downloadButtonHr {
	color: #fff;
	position: absolute;
	top: 45px;
	left: 40px;
	width: 70px;
	height: 3px;
	opacity: 1;
}
#downloadButtonHeading-FW {
	font-family: 'Domine', serif;
	font-size: 12px;
	position: absolute;
	top: 40px;
	left: 30px;
}
#downloadButtonText-FW {
	font-size: 14px;
	position: absolute;
	top: 80px;
	left: 35px;
	text-align: center;
}
#downloadButtonHr-FW {
	color: #fff;
	position: absolute;
	top: 52px;
	left: 40px;
	width: 70px;
	height: 3px;
	opacity: 1;
}
#downloadButtonHeading-EP {
	font-family: 'Domine', serif;
	font-size: 12px;
	position: absolute;
	top: 40px;
	left: 30px;
}
#downloadButtonText-EP {
	font-size: 14px;
	position: absolute;
	top: 80px;
	left: 5px;
	text-align: center;
}
#downloadButtonHr-EP {
	color: #fff;
	position: absolute;
	top: 52px;
	left: 40px;
	width: 70px;
	height: 3px;
	opacity: 1;
}
#scrollToForm {
	scroll-margin-top: 200px;
}
#partnerBg {
	background: url(../images/partner_bg.jpg);
	background-position: center center;
	background-size: cover;
}
.bg-dark-blue {
	background-color: #052947;
}
.bg-light-gold {
	background-color: #fff8eb;
}
.text-dark-blue {
	color: #052947;
}
.text-gold {
	color: #8C6D2C;
}
.border-gold {
	border-color: #8C6D2C !important;
}
.fs-2h {
    font-size: 2.5rem!important;
}
.fs-5h {
    font-size: 1.125rem!important;
}
.py-2h {
    padding-top: 0.75rem!important;
    padding-bottom: 0.75rem!important;
}
.top-n3 {
	top: -3px;
}
.divider-gold {
	width: 100px;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
.ff-alt {
	font-family: 'Domine', serif;
}
.fw-700 {
	font-weight: 700;
}
a[id]:before { 
  display: block; 
  content: " ";
  margin-top: -130px; 
  height: 130px; 
  visibility: hidden; 
}
.btn-outline-gold {
    color: #8C6D2C;
    border-color: #8C6D2C;
    background-color: #fff;
    font-weight: 700;
}
.btn-outline-gold:hover {
    color: #fff;
    background-color: #8C6D2C;
    border-color: #8C6D2C;
}
.btn-dark-blue {
    color: #fff;
    border-color: #8C6D2C;
    background-color: #052947;
    font-weight: 700;
}
.btn-dark-blue:hover {
    color: #fff;
    background-color: #8C6D2C;
    border-color: #8C6D2C;
}
.top-banner a {
	color: #fff;
	text-decoration: none;
	font-size: .875em;
}
.top-banner a:hover, ul.nav a:hover {
	color: #8C6D2C;	
}
#main-nav .nav {
	justify-content: center;
}
ul.nav a {
	color: #052947;
	font-size: .9em;
}
header img {
	max-width: 275px;
}
ul.nav a.btn-outline-gold {
    color: #8C6D2C;
}
ul.nav a.btn-outline-gold:hover {
    color: #fff;
}
section#hero {
	min-height: 600px;
}
.rc-left {
	background-color: #8C6D2C;
	background-image: url(../images/reasons-left.jpg);
	background-position: center center;
	background-size: cover;
	min-height: 525px;
}
.rc-right {
	background-color: #8C6D2C;
	background-image: url(../images/reasons-right.jpg);
	background-position: center center;
	background-size: cover;
}
.hero-col-left {
	background-color: #8C6D2C;
	background-image: url(../images/bg_room.jpg);
	background-position: center center;
	background-size: cover;
}
.hero-col-right {
	padding-top: 150px;
	background-color: #fff8eb;
	background-image: url(../images/hero-bg-mobile.jpg);
	background-position: center center;
	background-size: cover;
}
.banner {
	padding: 6rem 0;
	background-color: #8C6D2C;
	background: linear-gradient(rgba(8, 53, 82, .6), rgba(8, 53, 82, .6)), url(../images/banner.jpg);
	background-position: center center;
	background-size: cover;
}
.auth-col-right {
	background-color: #8C6D2C;
	background-image: url(../images/author.jpg);
	background-position: center top;
	background-size: cover;
}
.partner {
	background-color: #fff;
	background-image: url(../images/road-bg.jpg);
	background-position: center center;
	background-size: cover;
}
.img-book {
	max-width: 300px;
}
footer a:hover {
	color: #8C6D2C !important;
}
footer .footer-start {
	text-align: center;
}
footer .footer-end {
	text-align: center;
}
.col-modal-book {
	text-align: center;
}
.img-modal-book {
	max-width: 175px;
	margin-right: 2em;
}
.rc-left {
	min-height: 600px;
}
.rc-right {
	min-height: 550px;
}
@media screen and (max-width: 800px) {
	#main-nav {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	section.banner.text-center .container h2.text-white {
		margin-top: 25px;
	}
	section.banner.text-center .container form.px-lg-5 {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (min-width: 576px) { 	
	h1 {
		font-size: 1.75rem;
	}
	#main-nav .nav {
		justify-content: space-between;
	}
	header img {
		max-width: 325px;
	}
	.card-group.cg-nch {
    flex-flow: column;
	}
	.card-group>.card {
    	margin-bottom: 0.75rem;
	}
	.reasons-card h3 {
		width: 75%;
	}
	.img-book {
		max-width: 425px;
	}
}
@media (min-width: 768px) {	
	h1 {
		font-size: 2rem;
	}
	.hero-col-right {
		background: none;
	}
	.reasons-card {
		min-height: 550px;
	}
	.card-group.cg-nch {
    flex-flow: row wrap;
	}
	.reasons-card h3 {
		width: 100%;
	}
	.col-modal-book {
		text-align: leftx;
	}
	.img-modal-book {
		max-width: inherit;
		margin-right: auto;
	}
}
@media (min-width: 992px) {
	h1 {
		font-size: 2.25rem;
	}
	#main-nav .nav {
		justify-content: space-around;
	}
	footer .footer-start {
		text-align: left;
	}	
	footer .footer-end {
		text-align: right;
	}
}
@media (min-width: 1200px) {	
	.reasons-card {
		min-height: inherit;
	}
	.reasons-card h3 {
		width: 75%;
	}
}
@media (min-width: 1400px) {
	h1 {
		font-size: 2.5rem;
	}	
	.reasons-card ul {
		width: 75%;
	}
}