body {
	background: url('../img/bg.jpg');
	background-repeat: no-repeat;
    background-size: cover;
	padding-top: 50px;
	min-height: 100vh;
	font-family: 'Gilroy';
}
.row {
	width: 100%;
	margin: 0;
}
.leaf {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
	z-index: -1;
}
.logo {
	display: flex;
	justify-content: center;
}
.logo img {
    width: 85%;
    max-width: 457px;
}
.welcome p {
	width: 100%;
    text-align: center;
    font-size: 36px;
    color: #A47518;
    margin: 50px 0 45px 0;
}
.btn-group .btn-box {
	display: flex;
	padding: 5px;
}
.btn-group .btn-box a {
	width: 100%;
    height: 100%;
    min-height: 220px;
    background: #fff;
    text-decoration: none;
    color: #A47518;
    font-size: 22px;
    padding: 20px;
    box-shadow: 0 7px 16px 0px rgb(0 0 0 / 17%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	transition: .5s;
}
.btn-group .btn-box a:hover {
	background: #A47518;
	color: #fff;
}
.btn-group .btn-box a:hover img {
	filter: brightness(0) invert(1);
}
.btn-group .btn-box a img {
    height: 51px;
    width: auto;
    margin-bottom: 20px;
}
.social-foot2 {
    display: flex;
	align-items: center;
    justify-content: center;
    margin-top: 50px;
	margin-bottom: 15px;
}
.social-foot2 a {
	margin-right: 10px;
	transition: .5s;
}
.social-foot2 a:hover img {
    filter: brightness(0.7);
}
.social-foot2 p {
	font-size: 25px;
	color: #363B44;
	margin: 0;
}
@media only screen and (max-width:450px) {
	.welcome p {
		font-size: 30px;
		margin: 35px 0 30px 0;
	}
	.btn-group .btn-box a {
		min-height: 180px;
		font-size: 20px;
	}
	.btn-group .btn-box a img {
		height: 45px;
		margin-bottom: 15px;
	}
	.social-footer p {
		font-size: 25px;
	}
}