/*@font-face {
    font-family: theano_didot;
    src: url("../font/TheanoDidot-Regular.ttf");
}

@font-face {
    font-family: mutlu;
    src: url("../font/Mutlu__Ornamental.ttf");
}*/

body {
    /*font-family: theano_didot;*/
    font-family: 'EB Garamond', serif;
    background-image: url("../resources/background.jpg");
    margin-left: 0;
    margin-right: 0;
}

input {
    font-family: 'EB Garamond', serif;
}

a:link {
    text-decoration: none;
    color: rgb(192, 80, 77);
}

a:visited {
    text-decoration: none;
    color: rgb(192, 80, 77);
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

hr {
    color: rgb(192, 80, 77);
}

ul {
    text-align: left;
}

p {
    line-height: 1em;
    text-align: left;
}

p.smallLine {
    line-height: 0.5em;
}

p.label {
    text-align: right;
    line-height: 1.9em;
}

p.input {
    text-align: left;
    line-height: 1.9em;
}

.capital {
    /*font-family: mutlu;*/
    font-family: 'Great Vibes', cursive;
    color: rgb(192, 80, 77);
    font-size: 28pt;
}

.opacity {
    opacity: 0.3;
}

#header {
    border-bottom: 1px solid black;
    background: url("../resources/oldFont.png") no-repeat center center;
    height: 130px;
}

#logo {
    height: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

#menu {
    padding-top: 10px;
}

.menuEntry {
    float: left;
    text-align: center;
    cursor: pointer;
}

.linkDiv {    
    cursor: pointer;
}

#body {
    text-align: center;
    clear: left;
    overflow: auto;
    padding-bottom: 20px;
    width: 65%;
    margin: 0 auto;
}

.row {
    overflow: auto;
}

.galeryPlaceholder {
    -webkit-column-count: 3;
    margin-right: 2%;
    margin-left: 2%;
    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
}

.rowContent {
    position: relative;
    left: 1.5%;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
}

.rowContent:last-child {
    margin-right: 0;
}

.antiquePic {
    background-image: url("../resources/frame_cut.png");  
    background-size: 100% 100%;
    border: 1px solid transparent;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    position: relative;
}

.picContent {
    background-size: 100% 100%;
    height: 94%;
    width: 94%;
    top: 3%;
    left: 3%;
    position: relative;
}

.picContent .whiteCol {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: rgb(255,250,229);
}

#footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    background-color: rgb(255,250,229);
    width: 100%;
}

#footer span, .smallFont {
    font-size: 10pt;
}

#button_x {
    right: 0;
    top: 0;
}

#button_back {
    left: 15px;
}

#button_next {
    right: 15px;
}

.button {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; 
    border: 1px solid black;
    background-color: rgb(255,250,229);
    position: absolute;
    z-index: 16;    
}

/*.button span {
    color: rgb(192, 80, 77);
    font-weight: bold;
    display: block;
    width: 10px;
    height: 100%;
    margin: 0 auto;
}*/

#outPopUpBackground {
    background-color: rgb(224, 203, 158);
    border-radius: 15px;
    opacity: 1;
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 65%;
    height: 100%;
    margin: auto;
}

#outPopUp {
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    opacity: 1;
}

.dont-copy {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    --x-background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,0,0,0.5));
    transition: background 0.3s;
}
.clickable {
    cursor: pointer;
}
.dont-copy.clickable:hover {
    background: rgba(255,255,255,0.1);
}
