@font-face {
	font-family: 'Merienda';
	src: url('../fonts/Merienda-Bold.eot');
	src: url('../fonts/Merienda-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Merienda-Bold.woff') format('woff'),
		url('../fonts/Merienda-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Allura';
	src: url('../fonts/Allura-Regular.eot');
	src: url('../fonts/Allura-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Allura-Regular.woff') format('woff'),
		url('../fonts/Allura-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



body {
	background-color: #00F6ED;
	margin-left: 15%;
	margin-right: 15%;
}

h1,h2{
	color:#3D2645;
	margin-bottom: 0;

}

h1 {
font-family: 'Allura';
font-size: 5em;
}

h2{
font-family: 'Allura';
font-size: 3em;	
}

p, li {
font-family: 'Merienda';

}

p{
	color:#682876;
}
li{
	color:#042A2B;
}

.wiki-link{
	color: #BA141D;
}

.mal-photo {
	
}

.maleficent-photo{
	border-radius: 30%;
}

.friends-photo{

}

img {
	border-color: #BA1B1D;
	border-width: 10px;
    border-style: solid;
    border-radius: 25%;
    max-width: 80%;
  }

}

/* Font code
font-family: 'Allura', monospace;
			font-weight: normal;
			font-style: normal; 
			*/