@import url(https://fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps:400,700&display=swap);

/* -----------------------------------------------------------------------------------------------------------------

    Structure

--------------------------------------------------------------------------------------------------------------------*/


html {
	height: 100%;
}


/* -----------------------------------------------------------------------------------------------------------------

    Links 1

--------------------------------------------------------------------------------------------------------------------*/

a.link1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #ccc;
	text-decoration: none;
}
a.link1:link {
	text-decoration: none;
	
}
a.link1:visited {
	text-decoration: none;
}
a.link1:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #bed74f;
}
a.link1:active {
	text-decoration: none;

}


/* -----------------------------------------------------------------------------------------------------------------

    Styles

--------------------------------------------------------------------------------------------------------------------*/

.style1  {
	font-family: 'Oleo Script Swash Caps', cursive;
	font-size: 170px;
	color: #f9f9f9;
}
