@font-face {
  font-family: 'srr';
  src: url('SuperRaw-Regular.ttf');
}

@font-face {
  font-family: 'kb';
  src: url('Kikelet-Brush.ttf');
}

@font-face {
  font-family: 'moonflowerbold';
  src: url('fonts/moon_flower/Moon Flower Bold.ttf');
}

@font-face {
  font-family: 'moonflower';
  src: url('fonts/moon_flower/Moon Flower.ttf');
}

@font-face {
	font-family: 'GARAIT';
	src: url('fonts/GARAIT.TTF');
}

@font-face {
	font-family: 'GARABD';
	src: url('fonts/GARABD.TTF');
}

@font-face {
	font-family: 'GARA';
	src: url('fonts/GARA.TTF');
}

body {
	/* font-family: 'moonflowerbold', 'moonflower', 'kb', 'srr', 'Alegreya Sans SC', sans-serif; */
	font-family: 'GARABD', 'GARA', 'kb', 'srr', 'Alegreya Sans SC', sans-serif;
}

body .left a, body .right a {
	font-size: 55px;
	text-decoration: none;
	width: 120px;
	height: 40px;
}

header a {
	color: #352c1d;
}

header a:hover {
	color: #F0F;
	text-decoration: none;
}

.bx-pager-item {
	width: 20px;
	float: left;
}

.bx-controls-direction {
	float: right;
}

.bx-next {
	margin-left: 20px;
}

body {
	width: 650px;
	margin: auto;
	text-align: center;
}

.middle {
	width: 650px;
	height: 252px;
	background-image: url(logo-cecile.jpg);
	background-repeat: no-repeat;
}

.icon-rs {
	display: block;
	width: 48px;
	height: 48px;
	display: inline-block;
	background-repeat: no-repeat;
}
.icon-rs-container a {
	margin: 5px;
}
.icon-rs.facebook {
	background-image: url(PNG/facebook3.png);
}
.icon-rs.twitter {
	background-image: url(PNG/twitter3.png);
}
.icon-rs.flickr {
	background-image: url(PNG/flickr4.png);
}
.icon-rs.instagram {
	background-image: url(PNG/instagram.png);
}
.icon-rs.tumblr {
	background-image: url(PNG/tumblr2.png);
}
.icon-rs.blog {
	background-image: url(PNG/blog.png);
}
.icon-rs-container {
	margin: auto;
	padding-left: 10px;
}

section {
	margin-bottom: 70px;
}

footer {
	position: fixed;
	bottom: -20px;
	text-align: center;
	width: 350px;
	margin-left: 150px;
}

footer a {
	margin-bottom: 0px;
}

footer a:hover {
	margin-bottom: 20px;
}

.bx-prev {
	color: #F0F;
}

.bx-next {
	color: #F0F;
}

#bx-pager {
	text-align: center;
}

#bx-pager a {
	margin: auto;
}

#bx-pager img {
	margin-top: 5px;
	width: 58px;
}