.toch1 {
    font-size: 400%;
    font-family: 'norseregular';
	color: #d6cec4;
	text-align:center;
}

.navigation {
    width: 100%;
    text-align: center;
	margin-bottom:25px;
}

.mainmenu, .submenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mainmenu a {
	display: block;
}

.mainmenu li.active .submenu {
	display: block;
	max-height: 100%;
}

a.TOCexpand {
    font-family: 'norseregular';
    font-weight: normal;
    font-style: normal;
    color: #e53f3f;
    font-size: 300%;
    text-shadow: 2px 4px 0px #000;
    letter-spacing: 5px;
}

.submenu {
overflow: hidden;
max-height: 0;
-webkit-transition: all 1.00s ease-out;
-moz-transition: all 1.00s ease-out;
-o-transition: all 1.00s ease-out;
-ms-transition: all 1.00s ease-out;
font-family: 'norseregular';
font-weight: normal;
font-style: normal;
}

.book {
    font-family: 'Noto Serif';
    font-size: 200%;
    margin-top: 25px;
	text-align: center;
}

.bookchapter {
    font-family: 'Noto Serif';
    font-size: 200%;
	text-align: center;
    margin-bottom: 30px;
}

a.booklink {
    font-family: 'norseregular';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 33px;
    margin-top: 5px;
    letter-spacing: 5px;
    font-size: 90%;
	text-align: center;
}

.extendedcut {
    font-size: 50%;
    font-family: 'Noto Serif';
    margin-top: -5px;
    display: block;
    letter-spacing: 3px;
}



input[type='checkbox'] {
display: none;
}

.wrap-collabsible { margin: 1.2rem 0;
}

.lbl-toggle {
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    cursor: pointer;
    border-radius: 7px;
    transition: all 1.0s ease-out;
    font-family: 'norseregular';
    font-weight: normal;
    font-style: normal;
    color: #e53f3f;
    font-size: 300%;
    text-shadow: 2px 4px 0px #000;
    letter-spacing: 5px;
}

.lbl-toggle:hover { color: #FFF;
}

.lbl-toggle::before { content: ' ';
display: inline-block;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid currentColor; 
vertical-align: middle; margin-right: .7rem;
transform: translateY(-2px);
transition: transform 1.00s ease-out;
    margin-bottom: 9px;
}

.toggle:checked+.lbl-toggle::before {
transform: rotate(90deg) translateX(-3px);
}

.lbl-toggle::after {
    content: ' ';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid currentColor;
    vertical-align: middle;
    margin-left: .7rem;
    transform: translateY(-2px);
    transition: transform 1.00s ease-out;
    margin-bottom: 9px;
}

.toggle:checked+.lbl-toggle::after {
transform: rotate(-90deg) translateX(-3px);
}

.collapsible-content {
max-height: 0px; overflow: hidden; transition: max-height 1.00s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
max-height: 40000px;
text-align: center;
}

.toggle:checked+.lbl-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }

.collapsible-content .content-inner {
background: rgba(0, 105, 255, .2);
border-bottom: 1px solid rgba(0, 105, 255, .45);
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
padding: .5rem 1rem; 
}

.collapsible-content p {
margin-bottom: 0;
}








/* TABLE OF CONTENTS */

.toc-logo img {
    height: 100px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.synemono-title {
font-family: 'Syne Mono', monospace;
font-size:150%;
}



.toc-logo {
    margin-top: 50px;
}


.cast-title {
    margin: 0;
    font-size: 250%;
    letter-spacing: 5px;
    clear: both;
    text-align: center;
}

.cast-wrapper p {
    padding: 0px;
    margin: 0px 0px 12px 0px;
}


/* CAST */

.cast {
    margin: 0px 10px 10px 0px;
    position: relative;
    top: 11px;
    float: left;
    width: 200px;
    height: 200px;
}

.cast img {
    width: 100%;
    height: 100%;
}

.cast-banner {
    margin: 0px 10px 20px 0px;
    width: 100%;
}

.cast-banner img {
    width: 100%;
    height: 100%;
}

.cast.left {
    float: left;
}

.cast.right {
	float:right;
}

p.castbreak {
    clear: both;
    height: 5px;
}


.faces-of-gorgo {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.faces-of-gorgo img {
    max-width: 100%;
}

.faces-of-gorgo-name {
    width: 100%;
    display: inline-block;
    color: #e53f3f;
    margin: 0px 0px 0px 0px !important;
    font-size: 300%;
    font-weight: 400;
    text-align: center;
}

.cast-spacer {
    height: 50px;
}


/* TABLET */
@media only screen and (min-width:700px) and (max-width:1000px) {
	


}





/* Media Screens */
@media screen and (max-width: 700px) {



.lbl-toggle {
    font-size: 200%;
}

a.booklink {
    letter-spacing: 5px;
    font-size: 75%;
}

.bookchapter {
    font-size: 150%;
}

.toc-logo img {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 250px;
}
	

h1 {
    font-size: 150%;
}




.cast {
	margin: 0px auto 20px auto;
	position: relative;
	top: 10px;
	float: none;
	width: 250px;
	height: 250px;
}

.cast-title {
    font-size: 150%;
}

.faces-of-gorgo-name {
    font-size: 116%;
}

}