@import url('https://fonts.googleapis.com/css2?family=Arimo&family=Cormorant+Garamond:ital,wght@0,600;1,300;1,700&family=Emilys+Candy&family=Limelight&family=Original+Surfer&display=swap');

body {
    background: url(images/background-image_index.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
#wrapper {
    background-color: white;
    width: 1000px;
    margin: 30px auto;
    border: 5px solid black;
}
header, nav, main, article, aside, footer {
    padding: 1px 30px;
}
header, main {
    background-color: white;
}
h1 {
    font-family: 'Emilys Candy', cursive;
    font-size: 54pt;
    text-align: center;
    margin: 10px 0px 20px 0px;
}
h1 a {
    color: black;
    -webkit-text-stroke: 1px rgb(255,20,147);
    text-decoration: none;
} 
nav {
    background-color: white;
    margin-top: -15px;
    width: 940px;
    height: 65px;
}
nav ul {
    text-align: center;
    margin: auto 0px auto -30px;
    position: absolute;
    padding: 0px;
}
nav ul li {
    list-style-type: none;
    font-family: 'Original Surfer', cursive;
    font-size: 32px;
    background-color: black;
    height: 53px;
    min-width: 333.3px;
    
}
nav ul li:hover {
    background-color: gray;
}
nav ul li a {
    padding-top: 4px;
    display: block;
    text-decoration: none;
    color: rgb(255,20,147);
    -webkit-text-stroke: 0.6px white;
}
.group {
    float: left;
    margin: 0px;
}
.group .drop {
    display: none;
}
.group:hover .drop {
    display: block;
}
.banner {
    margin-top: -17px;
    margin-left: -30px;
}
main {
    position: relative;
}
h2 {
    font-family: 'Limelight', cursive;
    font-size: 30pt;
    margin: 20px auto 20px auto;
}
.clearance {
    clear: both;
}
p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14pt;
    margin: 10px;
    line-height: 1.3em;
}
.index-righty {
    float: right;
    clear: both;
    margin: 10px -3px 10px 25px;
}
.thumbnail {
    width: 180px;
    height: 540px;
    margin-top: 75px;
    margin-left: 170px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-right: solid black 2.5px;
}
.thumbnail img {
    width: 150px;
    padding-left: 20px;
}
#display {
    width: 390px;
    height: 520px;
    position: absolute;
    top: 1080px;
    right: 200px;
    border: solid black 2.5px;
    background-size: 390px 520px;
}
.default {
    background-image: url(images/large/cosme01.jpeg);
}
.cosme01 {
    background-image: url(images/large/cosme01.jpeg);
}
.cosme02 {
    background-image: url(images/large/cosme02.jpeg);
}
.cosme03 {
    background-image: url(images/large/cosme03.jpeg);
}
.cosme04 {
    background-image: url(images/large/cosme04.jpeg);
}
.cosme05 {
    background-image: url(images/large/cosme05.jpeg);
}
.cosme06 {
    background-image: url(images/large/cosme06.jpeg);
}
.cosme07 {
    background-image: url(images/large/cosme07.jpeg);
}
.cosme08 {
    background-image: url(images/large/cosme08.jpeg);
}
.cosme09 {
    background-image: url(images/large/cosme09.jpeg);
}
.cosme10 {
    background-image: url(images/large/cosme10.jpeg);
}
.cosme11 {
    background-image: url(images/large/cosme11.jpeg);
}
.cosme12 {
    background-image: url(images/large/cosme12.jpeg);
}
.cosme13 {
    background-image: url(images/large/cosme13.jpeg);
}
.cosme14 {
    background-image: url(images/large/cosme14.jpeg);
}
.cosme15 {
    background-image: url(images/large/cosme15.jpeg);
}
.cosme16 {
    background-image: url(images/large/cosme16.jpeg);
}
.cosme17 {
    background-image: url(images/large/cosme17.jpeg);
}
table {
    width: 900px;
    margin: auto;
    margin-top: 40px;
    border-spacing: 0px;
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
}
td, th{
    border: solid black 2.5px;
}
.thead {
    background-color: rgb(245,109,153);
    padding: 7px;
    font-size: 25pt;
}
#title {
}
thead:first-of-type {
    background-color: rgb(250,219,218);
    font-family: 'Original Surfer', cursive;    
}
tbody {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15pt;
}
tbody tr:nth-child(2n) {
    background-color: rgb(250,219,218);
}
form {
    margin-top: -30px;
    margin-left: 30px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20pt;
}
input {
    width: 250px;
    padding: 4px;
    margin-bottom: 10px;
}
.red {
    color: red;
}
input[type=submit],input[type=reset] {
    width: 400px;
    height: 30px;
    font-size: 15pt;
}
footer {
    background-color: black;
    font-family: 'Cormorant Garamond', serif;
    color: white;
    text-align: right;
    margin-top: 12px;
    margin-bottom: -3px;
    clear: both;
}
footer a {
    color: rgb(203,126,135);
    text-decoration: none;
}

/* 2nd-Level Page Special Style */
#second-cite {
    background: url(images/background-image_second.jpeg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;   
}
.second-color-header {
    color: black;
    -webkit-text-stroke: 1px rgb(87,8,97);
}
.second-color-nav {
    color: rgb(87,8,97);
    -webkit-text-stroke: 1px white;    
}
#second-color-footer {
    color: white;
}
#second-color-footer a {
    color: rgb(176,143,188);	
}
.second-righty {
    float: right;
    clear: both;
    margin: 10px 3px 12px 25px;
}  


/* 3nd-level Page Special Styles */
#third-cite {
    background: url(images/background-image_third.jpeg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;   
}
.third-color-header {
    color: black;
    -webkit-text-stroke: 1px rgb(0,204,255);
}
.third-color-nav {
    color: rgb(0,204,255);
    -webkit-text-stroke: 1px white;    
}
#three main {
    padding: 0px;
}
#three h2 {
    margin-left: 30px;
}
article {
    width: 588px;
    float: left;
    margin-left: -30px;
}
.third-righty {
    float: right;
    clear: both;
    margin: 10px 3px 12px 25px;
}
aside {
    width: 288px;
    float: right;
    border-left: dashed black 2px;
    border-bottom: dashed black 2px;
    margin-right: -30px;
}
.magic {
    clear: both;    
}
#third-color-footer {
    color: white;
}
#third-color-footer a {
    color: rgb(106,150,181);
}











