@charset "utf-8";
/* CSS Document */

body {
	background-image: url("Images/Paisley_background_1.jpg");
	background-attachment: fixed;
    background-size: cover;
    padding: 0;
    margin: 0;
}
h1 {
	font-family: 'Cantoni Pro';
	font-style: bold;
	font-size: 115pt;
	text-align: center;
	padding: 20px;
	background-color: rgba(0,0,0,.12);
	margin-left: 145px;
}
h2 {
	font-family: "Gabriola";
	font-style: bold;
	font-size: 40pt;
	text-align: center;
	margin-top: 20px;
}
h5 {
	color: black;
	font-family: "Gabriola";
	font-size: 70pt;
	background-color: white;
	width: auto;
	height: auto;
}
nav ul li a {
	font-family: "Gabriola";
	font-style: bold;
	font-size: 25pt;
	text-decoration: none;
	color: black;
	margin-top: 20px;
	text-align: center;
	
}
nav ul li a:hover {
	color: blue;
}
div p {
	font-family: "Gabriola";
	font-style: bold;
	font-size: 30pt;
	text-align: center center;
	margin-top: 40px;
}
div p1 {
	font-family: "Gabriola";
	font-size: 20pt;
	text-decoration: none;
	padding-top: 100px;
	text-align: center;
	
}
div p2 {
	font-family: "Gabriola";
	font-size: 20pt;
	text-decoration: none;
	padding-top: 100px;
	text-align: center;
}
div p3 {
	font-family: "Gabriola";
	font-size: 20pt;
	text-decoration: none;
	padding-top: 100px;
	text-align: center;
}
.container {
	width: auto;
	height: auto;
}
.jumbotron-fluid {
	margin-left: 160px;
}
.toggle {
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	color: white;
	font-size: 25px;
	display: none;
}
@media (max-width:768px) {
	.toggle {
		display: block;
	}
}