@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;500;600&display=swap');

body{
	font-family: 'Libre Franklin', sans-serif;
	background-color:#000;
	font-size:18px;line-height:24px;
	color:#a4844a;
}

body p, body h1{
	color:#a4844a;
}

.left-bg{
	background-image:url('../img/left.jpg');
	background-position:left top;
	background-repeat:repeat-y;
	padding-left:50px;
	min-height: 100vh;
}

.right-bg{
	background-image:url('../img/right.jpg');
	background-position:right top;
	background-repeat:repeat-y;
	padding-right:50px;
	min-height: 100vh;
}

a{
	color:#a4844a;
}

@media only screen and (max-width: 992px) {

.mob-h1{
	font-size:16px !important;
}

.btn-mob{
	display:block;
}

.btn-full{
	width:100%;
}

}