body {
	font-family: 'Lato', sans-serif;
}
.container-fluid {
	padding-right: 0px;
}
.header {
	position: relative;
	background-image: url('../assets/main-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	max-width: 100%;
	height: 100vh;
}
.sm-icons {
	position: absolute;
	margin-top: 25px;
	right: 2%;
}
.sm-icons i {
	color: #fff;
	padding: 10px;
	font-size: 20px;
}
.main {
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
}
.main img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.main h1 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 30px;
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	letter-spacing: 2px;
}
.btns {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translateX(-50%);
}
.btns a {
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    padding: 7px 18px;
    margin: 15px;
    font-size: 1rem;
    border-radius: 0.35rem;
    border-color: none;
    color: #fff;
	background: #D3A84A;
}
.space {
	height: 25px;
}
.about {
	color: #808080;
}
.about-inner {
	position: relative;
	top: 20%;
	margin-right: 25px;
    margin-left: auto;
}
.about-inner h1 {
	font-size: 1.5em;
}
.about-inner p {
	font-size: 1.1em;
}
.about img {
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	max-width: 450px;
	height: auto;
}
.gradient {
	width: 100%;
	height: 15px;
	background: #d4a847;
	background: -moz-linear-gradient(left,  #d4a847 0%, #fcf3b8 50%, #d4a847 100%);
	background: -webkit-linear-gradient(left,  #d4a847 0%,#fcf3b8 50%,#d4a847 100%);
	background: linear-gradient(to right,  #d4a847 0%,#fcf3b8 50%,#d4a847 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4a847', endColorstr='#d4a847',GradientType=1 );
}

#instafeed-container img {
	max-width: 480px;
	width: 100%;
}
footer {
	width: 100%;
	position: relative;
	background-color: #552386;
}
footer img {
	position: absolute;
	left: 50%;
	top: 5%;
	transform: translateX(-50%);
}
.bg-footer {
	background-image: url('../assets/footer-bg.svg');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: 220px;
}
.testimonials {
	position: relative;
	background-color: #F2F2F2;
	height: auto;
}
.test-inner {
	position: relative;
	margin-right: 25px;
    margin-left: auto;
}
.testimonials h3 {
	color: #D3A84A;
	font-size: 1rem;
	margin-top: 25px;
}
.testimonials h1 {
	color: #552386;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 2px;
	margin-top: 15px;
}
.testimonials a {
	color: #D3A84A;
	text-decoration: none;
	font-size: 1.1rem;
}
.testimonials-self i {
	color: #D3A84A;
	font-size: .9rem;
}
.testimonials-self p {
	color: #4D4D4D;
	font-size: .8rem;
	max-width: 70%;
}
.footer-menu {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 25px;
}
.footer-menu a {
	color: #ffffff90;
	padding: 0px 15px;
	text-decoration: none;

}
.signature {
	text-align: center;
    padding-bottom: 15px;
    color: #ffffff70;
    font-size: .8rem;
    margin-bottom: 0px;
}
.after-line {
	border-right: 1px solid #ffffff90;
}




@media (max-width: 1536px) {
	.btns {
		top: 76%;
	}
}

@media (max-width: 1366px) {
	.header {
	background-image: url('../assets/main-bg-1366.jpg');
	}
	.main img {
		width: 50%;
	}
	.btns {
		top: 75%;
	}
}

@media (max-width: 1280px) {
	.header {
	background-image: url('../assets/main-bg-1280.jpg');
	}
}

@media (max-width: 428px) {
	body {
		overflow-x: hidden;
	}
	.header {
		background-image: url('../assets/main-bg-M.jpg');
	}
	.main {
    	top: 15%;
    	width: 95%;
	}
	.main img {
		width: 60%;
	}
	.main h1 {
    	font-size: 37px;
    	text-align: center;
	}
	.btns {
		top: 65%;
		left: 10%;
    	transform: translateX(0%);
	}
	.about-inner {
    	top: 0%;
    	margin-right: 0px;
    	margin-left: 0px;
    	padding: 18px;
	}
	.about img {
    	max-width: 85%;
	}
	.testimonials-self p {
    	max-width: 90%;
	}
}

@media (max-width: 414px) {
	.header {
		background-size: cover;
	}
	.btns {
    	top: 60%;
    	left: 7%;
	}
}

@media (max-width: 375px) {
	html, body {
    	max-width: 100%;
    	overflow-x: hidden;
	}
	.btns {
    	top: 75%;
    	left: 1%;
	}
	.footer-menu {
    	display: grid;
    	justify-items: center;
	}
	.after-line {
		border-right: none;
	}
}

@media (max-width: 360px) {
	.btns {
    	top: 63%;
    	left: 0%;
	}
}