body{
	font-family: 'Josefin slab', serif;
}

h1{
	color: #fff;
	font-size: 8em;
	font-family: "Amatic SC", serif;
}

h2{
	color: #fff;
	font-size: 40px;
	font-family: "Amatic SC", serif;
}

h3{
	color: #FF8C00;
	font-size:32px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-decoration: none;
}

h3 > a{
	color: #FF8C00;
	font-size:32px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-decoration: none;
}

h3 > a:hover{
	color: #000080;
	font-size:32px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-decoration: none;
}
nav{
	min-height: 70px;
	background-color: #fff;
	position: fixed;
	top:0;
	width: 100%;
}

a{
	font-family: "Josefin Slab", serif;
}

.landing1{
	min-height: 100%;
	background-color: #552e6a;
}

.landing1 p{
	color: #fff;
	font-size: 2em;
}

.landingimg{
	background-color: #dae1eb;
}

.landing2{
	min-height: 40vh;
	background-color: #552e6a;
	color: #fff;
}

.landing2 h2{
	font-family: "Amatic SC", serif;
	padding-top: 2%;
	font-size: 8em;
	margin-top: 0px;
}

.landing2 p{
	color: #fff;
	font-size: 1.5em;
	display: inline;
	padding-top: 2%;
}

.landing2 img{
	display: inline;
}

.IG{
	padding-top: 2%;
}

.landing2 a{
	color: #f9e0ac;
	text-decoration: none;
}

.landing2 a:hover{
	color: #fff;
}

