
html {
    width: 100%;
}

body {
    width: 100%;
    margin: 0px;
    font-family: Geneva, Verdana, sans-serif;
    font-size: 100%;
    color: #606050;
}

.pageWhole {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-color: #e8e8e2;
}

.pageUsed {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: auto;
    background-color: #ffffff;
    /* background-color: #fbfaff; */
}

@media screen and (min-width: 980px) {
    .pageUsed {
        width: 960px;
    }
}

.pageHeader {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pageHeaderSeparator {
    height: 15px;
}

.pageMain {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.pageSVGlogo {
    width: 80px;
    height: 80px;
    margin: 10px 10px 0px 10px;
}

.pageHeaderTabs {
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pageHeaderTab {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.pageHeaderTabA:hover {
    background-color: #ebe6ff;
}

.pageHeaderTabContent {
    display: flex;
    flex-direction: column;
    width: 75px;
    font-size: 95%;
    font-variant: small-caps;
    text-align: center;
    color: #330066;
    border-style: none none none solid;
    border-color: #330066;
    border-width: 2px;    
}

.pageHeaderTabUnderline , .pageHeaderTabNoUnderline {
    width: 65px;
    height: 3px;
    margin-top: 3px;
    align-self: center;
}

.pageHeaderTabUnderline {
    background-color: #990000;
    border-radius: 1px;
}

@media screen and (min-width: 593px) {
    .pageHeaderSeparator {
    height: 30px;
    }

    .pageSVGlogo {
        width: 160px;
        height: 160px;
        margin: 20px 20px 0px 20px;
    }

    .pageHeaderTabContent {   
        width: 115px;
        font-size: 140%;
        border-width: 3px;
    }

    .pageHeaderTabUnderline , .pageHeaderTabNoUnderline {
        width: 105px;
        height: 5px;
        margin-top: 5px;
    }

    .pageHeaderTabUnderline {
        border-radius: 2px;
    }
}

.langSelectorBox {
    display: flex;
    flex-direction: column;
}

.langButton {
    border: none;
    color: #330066;
    background-color: #fbfaff;
    font-family: "Arial", sans-serif;
    font-size: 1.1em;
    padding: 0px;
    margin: 20px 20px 5px 20px;    
}

.langButtonOption {
    color: #330066;
    background-color: #fbfaff;
    font-family: "Arial", sans-serif;
    font-size: 1.1em;
    width: min-content;
    border-radius: 7px;
    padding: 5px;
    margin: 0px 15px 0px 15px;
}

.langButtonOption:hover , .langButtonOption:active {
    background-color: #ebe6ff;
    text-decoration: none;
}

.pageSelector {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.pageItem {
    flex: 3 3 100px;
    display: flex;
    flex-direction: column;
    padding: 10px 0px 0px 0px;
    margin: 0px 2px 0px 2px;
}

.pageSmallItem {
    flex: 1 1 80px;
    display: flex;
    flex-direction: column;
    padding: 10px 0px 0px 0px;
    margin: 0px 2px 0px 2px;
}

.pageOverline {
    height: 10px;
}

.pageCurrentOverline {
    height: 10px;
    border-style: solid solid none solid;
    border-color: #330066;
    border-width: 2px;
    border-radius: 10px 10px 0px 0px;
}

.pageLeftCurrentOverline {
    height: 10px;
    border-style: solid solid none none;
    border-color: #330066;
    border-width: 2px;
    border-radius: 0px 10px 0px 0px;
}

.pageRightCurrentOverline {
    height: 10px;
    border-style: solid none none solid;
    border-color: #330066;
    border-width: 2px;
    border-radius: 10px 0px 0px 0px;
}

h1 {
    font-family: "Arial", sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    margin: 0px;
}

@media screen and (max-width: 640px) {
    h1 {
        font-size: 1.0em;
    }
}

h1.pageItemText {
    border-style: none solid none solid;
    border-color: #330066;
    border-width: 2px;
}

h1.pageLeftItemText {
    border-style: none solid none none;
    border-color: #330066;
    border-width: 2px;
}

h1.pageRightItemText {
    border-style: none none none solid;
    border-color: #330066;
    border-width: 2px;
}

.pageCurrentUnderline {
    height: 10px;
}

.pageLeftUnderline {
    height: 10px;
    border-style: none solid solid none;
    border-color: #330066;
    border-width: 2px;
    border-radius: 0px 0px 10px 0px;
}

.pageRightUnderline {
    height: 10px;
    border-style: none none solid solid;
    border-color: #330066;
    border-width: 2px;
    border-radius: 0px 0px 0px 10px;
}

a:link , a:visited {
    color: #330066;
    text-decoration: none;
}
  
a.pageLeftItem:hover , a.pageLeftItem:active {
    color: #330066;
    background-color: #ebe6ff;
    border-radius: 10px 10px 10px 0px;
    text-decoration: none;
}

a.pageRightItem:hover , a.pagerightItem:active {
    color: #330066;
    background-color: #ebe6ff;
    border-radius: 10px 10px 0px 10px;
    text-decoration: none;
}

.imagesJpg {
    margin-top: 35px;
    margin-bottom: 15px;
}
.imagesName {
    font-size: 0.9em;
    font-weight: 100;
}
.imagesProps , .imagesDate {
    font-size: 0.6em;
    font-weight: 100;
}
.pageEtsyDiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0px 20px 0px;
}
.pageEtsyText {
    width: 270px;
    font-size: 90%;
    color: #330066;
}
a.pageEtsyTextA {
    text-decoration-line: underline;
}
a.pageEtsyTextA:hover , a.pageEtsyTextA:active {
    background-color: #ebe6ff;
}
.pageEtsyButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.pageEtsyLogo {
    background-color: #f45800;
    border-radius: 10px;
}
a.pageEtsyLogo:hover , a.pageEtsyLogo:active {
    background-color: #cc4b00;
}
.imageEtsylogo {
    height: 1.7em;
    margin: 10px;
}

@media screen and (min-width: 593px) {
    .imagesJpg {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .imagesName {
        font-size: 1.2em;
    }
    .imagesProps , .imagesDate {
        font-size: 0.8em;
    }
    .pageEtsyText {
    width: 440px;
    font-size: 110%;
    }
    .pageEtsyButton {
        margin-left: 20px;
    }
    .imageEtsylogo {
        height: 2.5em;
    }
}

.infoMail {
    margin-top: 50px;
    margin-bottom: 25px;
}

@media screen and (min-width: 593px) {
    .infoMail {
        margin-top: 70px;
        margin-bottom: 40px;
    }
}
