/* font */

@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps');
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
@import url('https://fonts.googleapis.com/css?family=Mr+De+Haviland');
@import url('https://fonts.googleapis.com/css?family=Arbutus+Slab');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');


/*
font-family: 'Poppins', sans-serif;
font-family: 'Bilbo Swash Caps', cursive;
font : normal 300 64px/1 'Josefin Sans', sans-serif;
font-family: 'Mr De Haviland', cursive;
font-family: 'Arbutus Slab', serif;
font-family: 'Libre Baskerville', serif;
*/


/* ------------------------------------------------------------------
 Reset
------------------------------------------------------------------ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* ------------------------------------------------------------------
 HTML5 display-role reset for older browsers
------------------------------------------------------------------ */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ------------------------------------------------------------------
 Text&Hypertext
------------------------------------------------------------------ */

a {
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	outline: none;
	color: #9C1717;
}

p {
	line-height: 24px;
	letter-spacing: 1px;
	font-size: 83%;
}

.white{
	color: #fff;
}


.adj{
	overflow : hidden;
}

.bb{
	font-weight: 600;
}


.mb-1{
	margin-bottom: 10px;
}

.mb-2{
	margin-bottom: 20px;
}

.mt{
	margin-top: 130px;
}

.mt-1{
	margin-top: 10px;
}

.mt-2{
	margin-top: 20px;
}

.mt-3{
	margin-top: 30px;
}

.mt-4{
	margin-top: 40px;
}

.mt-5{
	margin-top: 50px;
}




/* ------------------------------------------------------------------
 Btn
------------------------------------------------------------------ */

.btn1 {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 40px;
	line-height: 40px;
}

.btn1 a {
	text-align: center;
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #A1CFCB;
	color: #FFFFFF;
	letter-spacing: 1px;
}


.btn1 a:hover {
	background-color: #52C6BC;
	color: #ffffff;
}


.btn2 {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 40px;
	line-height: 40px;
}

.btn2 a {
	text-align: center;
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #D08243;
	color: #fff;
	letter-spacing: 1px;
}

.btn2 a:hover {
background-color: #CFA888;
color: #ffffff;
}



/* ------------------------------------------------------------------
Pagetop 
------------------------------------------------------------------ */

#pagetop {
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: rgba(174,54,2,0.80);
	z-index: 999;
}
#pagetop a {
	display: block;
	color: #fff;
}
