@charset "utf-8";
/* CSS Document */
body {
	background-color: #F0EFEB;
}

header p {
	color: #000000;
	
  font-family: 'Oleo Script', system-ui;
  font-weight: 700;
  font-style: normal;
	
}
header img {
	display: block;
	margin: auto;
}
#copyright {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: normal;
	}

#contact {
	color: #337439;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	}
p {
	color: #744ea0;
	font-family: 'Oleo Script', system-ui;
	font-style: normal;
	font-weight: normal;
	}

h1 {
	color: #337439; 
	font-family: 'Oleo Script', system-ui;
	font-style: bold;
	font-weight: 700;
	}

h2 {
	color: #337439;
	font-family: 'Oleo Script', system-ui;
	font-style: normal;
	font-weight:400;
	}
h3 {
	color: #b4949f;
	font-family: 'Oleo Script', system-ui;
	font-style: normal;
	font-weight: 300;
}

ul {
	color: #744ea0;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight:normal;
	
}
		
li {
	color: #744ea0;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight:normal;
	
}
nav {
	color: #744ea;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight:normal;
	
}
#contact {
	color: #337439;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}