@charset "utf-8";
body {
	background-color: #001327;
}
.container-fluid .container .navbar.fixed-top.navbar-expand-lg.navbar-dark.bg-dark {
	background-image: -webkit-linear-gradient(270deg,rgba(0,19,39,1.00) 0%,rgba(0,19,39,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,19,39,1.00) 0%,rgba(0,19,39,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,19,39,1.00) 0%,rgba(0,19,39,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,19,39,1.00) 0%,rgba(0,19,39,1.00) 100%);
	color: #FFFFFF;
	font-family: Poppins;
}

.navbar a{
	color: #fff!important;
}

.navbar a:hover {
	color: #C69A57!important;
}

.navbar-toggler {
	color: #FFFFFF;
}

.container-fluid .container .container {
	color: #FFFFFF;
	font-family: Poppins;
}
.container-fluid .container .text-center {
	color: #FFFFFF;
	font-family: Poppins;
}
.container .container .img-fluid {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 420px;
	position: relative;
	top: 0px;
}

h1 {
	display: block;
	position: relative;
	top: 0px;
	color: white;
	font-size: 2.5rem;
	font-family: Poppins;
	font-weight: 400;
}
.container .container p {
	text-align: center;
	font-size: 0.75rem;
}


@media only screen and (min-width: 768px) {
	h1 {
	display: block;
	position: relative;
	top: 0px;
	color: white;
	font-size: 4rem;
	font-family: Poppins;
	font-weight: 400;
	}
}

@media only screen and (min-width: 1200px) {
	h1 {
	display: block;
	position: relative;
	top: 0px;
	color: white;
	font-size: 4rem;
	font-family: Poppins;
	font-weight: 400;
	}
}

h2 {
	display: block;
	position: relative;
	top: 0px;
	color: white;
	font-size: 1.5rem;
	font-family: Poppins;
	font-weight: 300;
}

@media only screen and (min-width: 768px) {
	h2 {
	display: block;
	position: relative;
	top: 0px;
	color: white;
	font-size: 2.5rem;
	font-family: Poppins;
	font-weight: 300;
	}
}

@media only screen and (min-width: 1200px) {
	h2 {
	display: block;
	position: relative;
	top: 0px;
	color: white;
	font-size: 2.5rem;
	font-family: Poppins;
	font-weight: 300;
	}
}


h3 {
	display: block;
	position: relative;
	top: 0px;
	color: white;
	font-size: 1rem;
	font-family: Poppins;
	font-weight: 200;
}

@media only screen and (min-width: 768px) {
	h3 {
		display: block;
		position: relative;
		top: 0px;
		color: white;
		font-size: 1.5rem;
		font-family: Poppins;
		font-weight: 200;
	}
}
	
@media only screen and (min-width: 1200px) {
	h3 {
		display: block;
		position: relative;
		top: 0px;
		color: white;
		font-size: 1.5rem;
		font-family: Poppins;
		font-weight: 200;
	}
}

.container-fluid .container .container {
	max-width: 640px;
}

.mc-field-group {
	text-align: center;
	padding-bottom: 1%;
}

.clear {
	text-align: center;	
}

.button {
	background-color: #C69A57;
	border: none;
	color: black;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	border-radius: 8px;
}

hr {
    display: block;
	position: relative;
	top: 24px;
    height: 1px;
	width: 80%;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0 auto;
    padding: 8px;
}
