/* 
Author: Donny Bonge
Created: 2022-11-12
Altered: 2023-09-24
*/


/* load fonts */
@font-face {
 font-family: SnowWhite;
 src: url('../font/SnowWhite.ttf') format('truetype');
}

@font-face {
 font-family: Sherwood;
 src: url('../font/SHERWOOD.TTF') format('truetype');
}

@font-face {
 font-family: MysteryDay;
 src: url('../font/Mystery-Day.ttf') format('truetype');
}

/* defailt font for the page */
body {
 margin: 0px;
 padding: 0px;
 font-family: Arial, sans-serif;
}


/* author icon */
img.logo {
	vertical-align:middle;
}

/* author name */
div.logo {
 font-family: SnowWhite, Serif, Arial;
 color: blue;
}

/* owl carousel img */
#owl-item img {
display: block;
width: 100%;
height: auto;
}
