@font-face {
    font-family: 'Charmonman';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/charmonman/v18/MjQDmiR3vP_nuxDv47jiaJaivZVi-OA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/librebaskerville/v14/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxMaC82U.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    background: repeating-linear-gradient(
        to right,
        #c4c3bf,
        #c4c3bf 110px,
        #fefdf0 110px,
        #fefdf0 220px
      );
}

h1 {
    margin-bottom: 0;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.5cm;
    justify-content: center;
    color:black;
    text-align: center;
    font-family: 'Charmonman';
}

.subtitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.5cm;
    justify-content: center;
    color:black;
    text-align: center;
    font-family: 'Libre Baskerville';
    padding: 20px;
}

.subtitle-menu {
    flex: 0 0 35px;
}

.subtitle-text {
    flex: 1;
}

.subtitle2 {
    text-decoration: underline;
    display: flex;
    flex-direction: column;
    font-size: 1.3cm;
    color:black;
    font-family: 'Libre Baskerville';
    padding-top: 20px;
}

.subtitle3 {
    display: flex;
    flex-direction: column;
    font-size: 1.0cm;
    text-decoration: underline;
    color:black;
    font-family: 'Libre Baskerville';
    padding-top: 10px;
}

body {
    font-family: 'Libre Baskerville', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.flexcontainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.darkbutton {
    border-color: white;
    border: 3px;
    border-style: solid;
    font-size: 2cm;
    padding: 30px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
    background-color: rgba(0,0,0,0.5);
    text-decoration: none;
    margin:30px;
    text-align: center;
}

a:link { text-decoration: none;  }
a:visited { text-decoration: none; color:black;  }
a:active  { text-decoration: none; color:white; }

a:link .darkbutton { color:white; }
a:link .darkbuttonsmall { color:white; }
a:visited .darkbutton { color:white; }
a:visited .darkbuttonsmall { color:white; }
a:hover .darkbutton  { background-color: #c4c3bf; }
a:hover .darkbuttonsmall  { background-color: #c4c3bf; }

.darkbuttonsmall {
    border-color: white;
    border: 2px;
    border-style: solid;
    font-size: 0.5cm;
    padding: 15px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
    background-color: rgba(0,0,0,0.5);
    text-decoration: none;
}

a:hover .darkbuttonsmall  {
    background-color: #c4c3bf;
}

.centrecolumn {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content {
    padding: 10 30 10 30;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 1cm;
    background-color: rgba(255,255,255,0.8);
}


img {
    max-width:100%;
    align-self: center;
}

@media screen and (min-width: 1000px) {
    .darkbutton {
        font-size: 0.5cm;
        border: 2px;
    }
    .centrecolumn {
        width: 768px;
    }
    .content {
        font-size: 0.5cm;
    }
    .title {
        font-size: 1cm;
    }
    .subtitle {
        font-size: 1cm;
    }
    .subtitle2 {
        font-size: 0.7cm;
    }
    .subtitle3 {
        font-size: 0.5cm;
    }
    .darkbutton {
        font-size: 0.8cm;
        padding: 10px;
        margin:10px;
    }
}

.address {
    white-space: pre;
}

.footer {
    padding-top: 200px;
    text-align: center;
}

div.footer a:link { text-decoration: underline; color:black; }
div.footer a:visited { color:black; }
div.footer a:hover { color:black;}
div.footer a:active { color:black; }

div.underline-link a:link { text-decoration: underline; color:black; }
div.underline-link a:visited { color:black; }
div.underline-link a:hover { color:black;}
div.underline-link a:active { color:black; }


.polaroid a {
    background: #ffffff;
    display: inline-block;
    margin: 15px;
    padding: 15px 15px 30px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;
    z-index: 0;
    position: relative;
}
  
.polaroid a:after {
    color: #333;
    font-size: 25px;
    content: attr(title);
    position: relative;
    top: 15px;
}
  
.polaroid img {
    display: block;
    width: 400px;
}
  
.polaroid a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
}

.polaroid-caption {
    padding-top: 10px;
    color: black;
    max-width: 400px;
}

.menubar {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}

.inline-link {
    text-decoration: underline;
}

/* Dialog styling */
dialog {
    border: none;
    padding: 0;
    width: 90%;
    height: 90%;
    background: rgba(0, 0, 0, 0.8);
}
.dialog-content {
    width: 100%;
    height: 100%;
}
.centered-dialog-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.dialog-content img {
    max-width: 100%;
    max-height: 100%;
    align-self: center;
}