@font-face {
    font-family: 'JuanitaDecoITC-Roman';
    src: url('../fonts/JuanitaDecoITC-Roman.otf');
}
@font-face {
    font-family: 'LEMONMILK-Regular';
    src: url('../fonts/LEMONMILK-Regular.otf');
}
.section-content{
	/*border:1px solid #F00;*/
  	width:70%;
  	margin:0 auto;
  	text-align:center;
}
h1{
	font-family: 'LEMONMILK-Regular';
  	font-size: 64px;
  	color:#ffffff;
  	text-align: left;
  	line-height: 1.5;
}
h1 i.fa{
	font-size:5em;
	color:#FFF;
	transition:all 0.3s ease-in-out;
}
i.fa:hover{
	color:#f00;
	cursor:pointer;
	transform:scale(1.2) rotate(10deg);
}
.no{
	font-family: 'JuanitaDecoITC-Roman';
	color: #E94E24;
	background: #000000;
	padding-left: 5px;
	padding-right: 5px;
}
.slide{
	background-size:cover;
  	background-position:center;
}
#fp-nav ul li a span {
 	background-color: #000000;
}
.fp-slidesNav ul li a span {
  	background-color: #fff;
}
#section1{
	background: url(graphic1.png) center no-repeat;
	background-size:cover;
}
#section2{
	background: #49A5FB;
}
#section3{
	background: url(graphic.png) center no-repeat;
	background-size:cover;
}
#section4{
	background: #49A5FB;
}
#section5{
	background: url(graphic.png) center no-repeat;
	background-size:cover;
}
#section6{
	background: #49A5FB;
}
@media screen and (max-width: 500px){
	h1{
		font-size: 37px;
	}
	.section-content{
		width: 88%;
	}
}