/*
Author : Hasan
Date   : 10/12/2015
*/

/* Global */
h2{font-weight: bold;}
h3{
	background-color: #451212;
	padding: 10px;
	color: #fff !important;
	border-radius: 15px;
	display: inline-block;
}

/*
Body
*/
body{
	background:url("../images/bg.jpg") no-repeat top center;
	background-size: cover;
	font-family: 'Courgette', cursive;
}

/*
Main
*/

#main{
	text-align: center;
}

.seperator{
	background: url(../images/seperator.png) no-repeat center center;
	background-size: cover;
	height: 70px;
	width: 70%;
	margin: 10px auto;
}

.seperator2{
	background: url(../images/seperator2.png) no-repeat center center;
	background-size: cover;
	height: 70px;
	width: 70%;
	margin: 10px auto;
}


#main img{
	transition:all 0.5s ease;
}

#main img:hover{
	transform:scale(1.2,1.2);
}