* {
    margin: 0;
    padding: 0;
	font-family: 'Montserrat', sans-serif;
}

body {
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	background-color: #ffffff;
	color: #0b204d;
}

ul {
	list-style: none;
	margin: 0px;
}

p {
	color: #f7c552;
}

a {
	color: #f7c552;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #ffffff;
}
img {
	max-width: 100%;
}
h1, .h1 {
	font-size: 26px;
}
h3, .h3 {
	font-size: 24px;
	color: #57585b;
}
main {
	padding: 0;
}

.page-section {
    padding: 80px 0;
}

.baner-content img {
	height: auto;
	max-height: 50vh;
}
.baner-content {
	width: 100%;
  	padding-top: 50px;
  	padding-bottom: 50px;
  	text-align: center;
  	background-color: #ffffff;
  	vertical-align: middle;
	background: url("../imgs/FUTRbg.jpg") no-repeat top center;
	background-size: cover;
	height: 100vh;
	align-items: center;
	display: flex;
	justify-content: center;
}

.baner-content .text-content {
	text-align: center;
}

.baner-content .text-content h2 {
	font-size: 36px;
	font-weight: 400;
	color: #fff;
}

.baner-content .text-content h2 span {
	font-weight: 700;
	color: #33c1cf!important;
}

.baner-content .text-content h2 em {
	font-style: normal;
	font-weight: 700;
	color: #f89624!important;
}

.baner-content .text-content p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 0px 25%;
}

.baner-content .text-content .primary-white-button {
	margin-top: 25px;
}

.wrapper {
  text-align: center;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

footer {
	background-color: #742b2b;
	padding: 50px 0;
}
footer .logo em {
	font-style: normal;
	font-size: 28px;
	color: #f7c552;
}
footer .logo-ft {
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
	color: #fff!important;
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
}

footer .logo p {
	font-weight: 300;
	font-size: 12px;
	color: #fff;
	margin-bottom: -10px;
	letter-spacing: 0.5px;
}

footer .logo span {
	font-weight: 600;
	color: #f7c552;
}

footer .logo a {
	color: #FFF;
}

footer .logo a:hover {
	color: #9F0;
}

footer .location h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

footer .location ul li {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

footer .location ul li:first-child {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(250, 250, 250, 0.1);
}

footer .contact-info h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

footer .contact-info ul li {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 300;
	margin-bottom: -15px;
}

footer .contact-info ul li em {
	font-style: normal;
	font-weight: 500;
}

footer .connect-us h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 35px;
}

footer .connect-us ul li {
	display: inline-block;
	margin-right: 2px;
}

footer .connect-us ul li a {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	color: #373a3c;
	font-size: 15px;
	transition: all 0.3s;
}
footer .connect-us ul li a:hover {
	background-color: #f7c552;
}

.text-center {
	text-align: center;
}
.products {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 40px;
}
.products .product {
	display: inline;
}

/* RESPONSIVE */

@media (max-width: 500px){
	.baner-content img {
		width: 222px;
	}
	h1, .h1 {
		font-size: 16px;
	}
	h3, .h3 {
		font-size: 16px;
	}
}