@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');


body {
	font-size:14px;
    font-family: 'Raleway', sans-serif;
	height:100%;
	background:url(../images/bg.jpg) repeat;
	}
a {
	text-decoration:none;
	}
a:hover {
	text-decoration:none;
	color:#0082c8;
	}
h1, h2, h3, h4, h5, h6 {
	margin:0px auto;
	}
.no-pad {
	padding:0px;
	}
a, a:active, a:focus {
outline: 0;
}


#tourism {
	text-align:center;
	padding: 11% 0%;
	}
#tourism img{
	margin:0px auto;
	}	
#tourism h1 {
    font-size: 45px;
    font-weight: bold;
    padding: 1px 0px;
    margin: 6px auto;
}	
#tourism hr {
    width: 66%;
    border: 2px solid #0079c1;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	