@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	color: #161A1B;
	font-size: 18px;
	line-height: 28px;
	background: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 300; 
}

html .no-webp,
body .no-webp {
    background: url(/wp-content/themes/charlie-child/images/pattern-bg.jpg) top center no-repeat;
    background-size: cover;
    
}

html .webp,
body .webp {
    background: url(/wp-content/themes/charlie-child/images/pattern-bg.webp) top center no-repeat;
    background-size: cover;
  
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.blog #main h1 a{
	color: #161A1B;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	margin: 0;
}

h1,
.blog #main h1 a,
h5 {
	font-size: 64px;
	line-height: 74px;
	margin: 0 0 20px;
}

h2 {
	font-size: 45px;
	line-height: 55px;
}

h3 {
	font-size: 32px;
	line-height: 42px;
}


h4 {
	font-size: 23px;
	line-height: 33px;
}


.main-btn,
a.main-btn,
.main-btn2,
a.main-btn2,
.bp-forms-btn,
a.bp-forms-btn {
	
	color: #313A3C  !important;
	background-color: #3DC0C7;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 1.15px;
	text-transform: uppercase;
	border-radius: 1000px;
	padding: 17px 20px;
}

.main-btn:hover,
a.main-btn:hover,
.main-btn2:hover,
a.main-btn2:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
	color: #fff !important;
	background-color: #436C91;
}

.main-btn3,
a.main-btn3 {
	
	color: #fff !important;
	background-color: #436C91 ;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 1.15px;
	text-transform: uppercase;
	border-radius: 1000px;
	padding: 17px 20px;
}

.main-btn3:hover,
a.main-btn3:hover {
	color: #313A3C !important;
	background-color: #3DC0C7;
}

.main-btn4,
a.main-btn4{
	color: #000 !important;
	background-color: #F4DE4E;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 1.15px;
	text-transform: uppercase;
	border-radius: 1000px;
	padding: 17px 20px;
}

.main-btn4:hover,
a.main-btn4:hover {
	color: #313A3C !important;
	background-color: #3DC0C7;
}

article a, .contentarea a:visited {
	color: #436C91;
}
/* RESPONSIVE
---------------------------------------------------------- */

@media (max-width: 1920px) {
	html .no-webp,
	body .no-webp {
		background: url(/wp-content/themes/charlie-child/images/pattern-bg.jpg);

	}

	html .webp,
	body .webp {
		background: url(/wp-content/themes/charlie-child/images/pattern-bg.webp); 

	}

}

@media (max-width: 767px) {
	h1,
	.blog #main h1 a,
	h5 {
		font-size: 38px;
		line-height: 48px;
		margin: 0 0 20px;
	}

	h2 {
		font-size: 32px;
		line-height: 42px;
	}

	h3 {
		font-size: 24px;
		line-height: 34px;
	}


	h4 {
		font-size: 20px;
		line-height: 30px;
	}
	
	.main-btn3,
	a.main-btn3
	.main-btn,
	a.main-btn,
	.main-btn2,
	a.main-btn2,
	.bp-forms-btn,
	a.bp-forms-btn {
		font-size: 14px;
		line-height: 24px;
		padding: 10px 10px;
	}
}

@media (max-width: 500px) {
	html .no-webp,
	body .no-webp {
		background: url(/wp-content/themes/charlie-child/images/pattern-bgm.jpg);

	}

	html .webp,
	body .webp {
		background: url(/wp-content/themes/charlie-child/images/pattern-bgm.webp); 

	}
	h1,
	.blog #main h1 a,
	h5 {
		font-size: 33px;
		line-height: 43px;
		margin: 0 0 20px;
	}
}
