body {
	font-family: Annie Use Your Telescope;
	font-size: 16pt;
}

#title_div {
	background: linear-gradient( 90deg, #05EEE7 , #0C1A47 ); 
	height: 120px; 
	padding: 20px; 
	margin: -8px;
}

#logo {
	float: left; 
	border-radius: 15px; 
	height: 120px;
}

#header_text {
	float: right;
	height: 110px;
	width: 480px;
	text-align: right;
	color: white;
	font-size: 20pt;
	margin-top: 5pt;
}

h1 {
	/*font-family: Segoe Print;*/
	font-size: 3.3em; 
	margin-top: 28px;
	display: inline-block;
}

.bubble {
	position: absolute;
	border-radius: 300px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.content {
	display: none;
	position: relative;
	left: 220px;
	top: 30px;
	width: 80%;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 5px;
	margin-right: 20px;
	border-radius: 20px;
	margin-bottom: 70px;
}

#about_content p {
	margin-top: 30px;
}

#back_to_main_menu {
	display: none;
	background-color: lightgray;
	position: absolute;
	left: 45px;
	top: 335px;
	width: 130px;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

p {
	font-size: 16pt;
	margin-right: 20px;
}

#email_link {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}

.story_ref_da {
	text-decoration: none;
	color: #05CC47;
	font-weight: bold;
}

.story_ref_ff {
	text-decoration: none;
	color: #2D899F;
	font-weight: bold;
}

.story_ref_br {
	text-decoration: none;
	color: #e0fff7;
	font-weight: bold;
}

.story_description {
	display: none;
	font-size: 15pt;
	margin-right: 40px;
}

.story_title {
	cursor: pointer;
	list-style-type: "-> ";
	color: default;
}



#stories_poems_page {
	cursor: pointer;
	margin-top: 30px;
}


#stories_poems_page_link {
	display: none;
	font-size: 15pt;
}


.cute_description {
	display: none;
	font-size: 15pt;
	margin-right: 40px;
}

.cute_title {
	cursor: pointer;
	list-style-type: "-> ";
	color: default;
}

.cute_image_container {
	display: block;
}

.cute_image {
	margin-right: 10px;
	border-radius: 20px;
	margin-top: 5px;
}

.img-30 { width: 30%; }
.img-35 { width: 35%; }
.img-40 { width: 40%; }
.img-45 { width: 45%; }
.img-50 { width: 50%; }
.img-55 { width: 55%; }
.img-60 { width: 60%; }
.img-65 { width: 65%; }

.cute_ref {
	text-decoration: none;
	color: #C205CC;
	font-weight: bold;
}

.four_colours_description {
	display: none;
	font-size: 15pt;
	margin-right: 40px;
}

.four_colours_title {
	cursor: pointer;
	list-style-type: "-> ";
	color: default;
}
}
.ref_four_colours {
	text-decoration: none;
	color: #5C64D4; /* #4BBDEF */
	font-weight: bold;
}

#anima_logo {
	float: left; 
	height: 135px;
	margin-right: 10px;
	border-radius: 20px;
	margin-top: 5px;
}

#fdn_logo {
	float: left; 
	height: 135px;
	margin-right: 10px;
	border-radius: 20px;
	margin-top: 5px;
}

#pnm_logo {
	float: left; 
	height: 160px;
	margin-right: 10px;
	border-radius: 20px;
	margin-top: 5px;
}

#lumen_logo {
	float: left; 
	height: 160px;
	margin-right: 10px;
	border-radius: 20px;
	margin-top: 5px;
}

#fdn_table_click {
	font-weight: bold;
	cursor: pointer;
}

#fdn_table {
	display: none;
}

#fdn_table td, th {
	border: 3px solid; 
	border-radius: 10px;
	border-color: white; /*#189A18;*/
	text-align: center;
	vertical-align: center;
	padding: 20px;
}

ul {
	margin-top: 25px;
}

.smaller {
	font-size: 15pt;
}


#four_colours_page {
	cursor: pointer;
	margin-top: 30px;
}


#four_colours_page_link {
	display: none;
	font-size: 15pt;
}

.checkbox_container {
	cursor: pointer;
	display: block;
	position: relative;
	padding-left: 30px;
}

.checkbox_container input {
	opacity: 0;
	position: absolute;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	border-radius: 5px;
	top: 3px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #e01fe0;
}

.checkbox_container:hover input ~ .checkmark {
	background-color: #f3a5f3;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox_container input:checked ~ .checkmark:after {
	display: block;
}

.checkbox_container .checkmark:after {
	left: 8px;
	top: 3px;
	width: 3px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}