@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0 auto;
	text-align: center;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	color: #d9bb35;
	background: #333333 url(../img/front/bg-page.jpg) center center no-repeat;
	background-size: cover;
}

h1 {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

h2 {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 200;
	text-align: left;
	margin: 15px 0 5px 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #d9bb35;
	border-radius: 7px;
}

h2:first-child {
	margin-top: 0;
}

p {
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	margin: 0 0 5px 0;
}



/* --- LAYOUT --- */

#container {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0 35px 0;
}

.head {
	width: 100%;
	height: 140px;
	position: relative;
	clear: both;
}

img.head-logo {
	width: 224px;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 15px;
}

.main {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin: 25px 0 0 0;
	text-align: left;
}

.left {
	flex-basis: 48%;
}

.right {
	flex-basis: 48%;
}

#footer-bar {
	width: 100%;
	height: 120px;
	background-color: rgba(193, 171, 72, .65);
	margin: 0 auto;
	text-align: center;
}

#footer {
	box-sizing: border-box;
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
}

#footer p {
	font-size: 16px;
	line-height: 20px;
	color: black;
}

#footer p.credit {
	font-size: 9px;
	line-height: 9px;
	text-align: right;
	margin: 30px 0 0 0;
}


@media only screen and (max-width: 1000px) {
	
	body {
		text-align: center;
		margin: 0 auto;
		text-align: center;
		font-family: 'Libre Franklin', sans-serif;
		font-size: 16px;
		color: #d9bb35;
		background: #333333 url(../img/front/bg-page-smf.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	h2 {
		display: inline-block;
		font-size: 6vw;
		line-height: 6vw;
		font-weight: 200;
		text-align: left;
		margin: 7vw 0 5vw 0;
		padding: 2vw 4vw 2vw 4vw;
		border: .35vw solid #d9bb35;
		border-radius: 4vw;
	}
	
	h2:first-child {
		margin-top: 0;
	}
	
	p {
		font-size: 4.5vw;
		line-height: 5.5vw;
		text-align: left;
		margin: 0 0 2vw 0;
	}

	
	#container {
		padding: 7vw;
	}

	.head {
		width: 100%;
		height: 30vw;
	}
	
	img.head-logo {
		width: 55vw;
		height: auto;
		position: absolute;
		left: 0;
		bottom: 5vw;
	}
	
	.main {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
		margin: 7vw 0 0 0;
		text-align: left;
	}
	
	.left {
		flex-basis: 95vw;
	}
	
	.right {
		flex-basis: 95vw;
	}


	
}
