body {
	    background: rgb(255, 138, 0);
	    background: linear-gradient(135deg, rgb(255 138 0 / 50%) 1%, rgba(255, 207, 210, 1) 90%);
	    min-height: 100vh;
	    min-width: 100vw;
}
p {
	font-family: Roboto Flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.main-container {
	max-width: 1250px;
	width: 80%;
	margin: 0 auto;
}
header {
	padding: 88px 0px;
}

.hide {
	display: none;
}

.nav-col {
	display: flex;
}
.nav-col a {
	display: block;
	margin-left: auto;
}


.hero-section {
	padding: 0px 0px 88px;
}
.hero-img {
	width: 100%;
}

.hero-text-col {
	align-items: center;
	display: flex;
}
.hero-text-wrapper h2 {
	font-family: Roboto Condensed;
	font-size: 50px;
	font-weight: 400;
	line-height: 58.59px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: rgba(0, 0, 0, 1);
	text-transform: uppercase;
	margin-bottom: 25px;
}
.hero-text-wrapper h3 {
	font-family: Roboto Flex;
	font-size: 25px;
	font-weight: 700;
	line-height: 29.3px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 25px;
}
.btn {
    padding: 13px 44px 13px 44px;
    gap: 10px;
    border-radius: 50px;
    opacity: 0px;
    display: inline-block;
    background: rgba(255, 138, 0, 1);
    font-family: Roboto Flex;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	border: none;
	margin-top: 25px;
}
.btn:hover, .btn:disabled, .btn:active {
	padding: 13px 44px 13px 44px;
    gap: 10px;
    border-radius: 50px;
    opacity: 0px;
    display: inline-block;
    background: rgba(255, 138, 0, 1);
    font-family: Roboto Flex;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	border: none;
	opacity: .8;
}

/* Reverse Spinner */
.spinner-border {
	animation-direction: reverse;
}
.spinner-border, .sr-only {
	xdisplay: none;
	opacity: .5;
}
.btn-text-success {
	xdisplay: none;
}