@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	background: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.blog #main h1 a{
	color: #D3B055;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 0;
}

h1,
.blog #main h1 a {
	font-size: 40px;
	line-height: 50px;
	margin: 0 0 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h2 {
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	color: #fff;
}

h4 {
	font-family: 'Libre Baskerville', sans-serif;
	font-size: 23px;
	line-height: 33px;
	color: #fff;
}

.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn {
	border: 2px solid #D3B055;
	border-radius: 0px;
	color: #D3B055;
	background: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 1.15px;
	text-transform: uppercase;
	padding: 10px 20px;
}

.main-btn:hover,
a.main-btn:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
	color: #000;
	background: linear-gradient(267.97deg, #D3B055 1.71%, #F9DF9E 27.04%, #A0732C 51.34%, #D3B055 85.98%);
}

.main-btn2,
a.main-btn2 {
	border: 2px solid #D3B055;
	border-radius: 0px;
	color: #fff;
	background: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 1.15px;
	text-transform: uppercase;
	padding: 15px 35px;
}

.main-btn2:hover,
a.main-btn2:hover {
	color: #000;
	background: linear-gradient(267.97deg, #D3B055 1.71%, #F9DF9E 27.04%, #A0732C 51.34%, #D3B055 85.98%);
}
/* RESPONSIVE
---------------------------------------------------------- */

@media only screen and (max-width: 767px) {
	h1,
	.blog #main h1 a {
		font-size: 28px;
		line-height: 38px;
		margin: 0 0 20px;
		letter-spacing: 3px;
		text-transform: uppercase;
	}

	h2 {
		font-size: 28px;
		line-height: 38px;
		letter-spacing: 3px;
		text-transform: uppercase;
	}
} 


@media only screen and (max-width: 600px) {
	.main-btn,
	a.main-btn {
		display: inline-block !important;
		max-width: inherit !important;
		margin: 10px auto;
	}
} 
