/* Custom styles for fusemc.co.uk
行行行行行行行行行行行行行行行行行行行行行行行行行 */

body {
	background: #f7f7f7;
}

	@media (min-width: 400px) {
		body {
			padding: 50px 0;
		}
	}

.container {
	background: #fff;
	padding: 50px 50px 0;
}

.row {
	margin-bottom: 2rem;
}

img.photo {
	width: 100%;
	height: auto;
}

p.intro, div.cinema p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	color: #797979;
	line-height: 1.5em;
}

p.principal {
	font-family: 'Lato';
	font-size: 13px;
	color: #7a7a7a;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-weight: 600;
}

div.message p {
	font-family: 'Droid Sans';
	font-size: 18px;
	color: #797979;
	line-height: 1.5em;
	font-weight: 700;
}

	div.message p.link {
		text-align: center;
	}
	
	div.message p a {
		color: rgb(255, 166, 0);
		text-decoration: none;
		font-family: 'Gill Sans MT', sans-serif;
	} 
	
div.cinema {
	text-align: center;
}