@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600&display=swap');
body {
    margin: 0px;
    background-color: #666666;
}

#header {
    position: absolute;
    background-color: black;
    width: 100%;
    min-width: 850px;
    margin: 0px;
    height: 100px;
    padding: 0px;
    font-size: 0pt;
}

#title {
    position: absolute;
    border: solid 1px black;
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0px;
}

#watermark {
    border: solid 0px white;
    width: 200px;
    position: relative;
    left: 20%;
    margin-top: -7px;
    font-size: 16pt;
    color: #4c4c4c;
    letter-spacing: 3px;
}

#titletext {
    position: relative;
    border: solid 0px white;
    margin-top: -25px;
    left: 15%;
    font-size: 24pt;
    color: white;
    letter-spacing: 1px;
    font-weight: 500;
}

#titledate {
    display: inline-block;
    margin-left: 20px;
    font-size: 16pt;
    font-weight: normal;
}

.title-font {
    font-family: 'Outfit', sans-serif;
}

.nav-font {
    font-family: 'Outfit', sans-serif;
    color: #999999;
    font-size: 11pt;
}

.nav-font a:link,
a:visited,
a:active {
    color: white;
    text-decoration: none;
}

.nav-font a:hover {
    color: white;
    text-decoration: underline;
}

#navigation {
    border: solid 0px white;
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0px;
}

#navbar {
    position: absolute;
    right: 0px;
    top: 70px;
    border: solid 0px white;
    box-sizing: border-box;
    height: 30px;
    background-color: black;
    width: 220px;
    text-align: center;
    z-index: 10;
}

#navbar p {
    margin-top: 3px;
}

#fbicon {
    border: solid 0px red;
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 25px;
    top: 20px;
    height: 30px;
    width: 30px;
    z-index: 10;
}

#main {
    position: absolute;
    top: 100px;
    width: 100%;
    min-width: 850px;
    margin: 0px;
    padding: 0px;
    font-size: 0pt;
}

#photobox {
    display: inline-block;
    position: absolute;
    border: solid 0px black;
    box-sizing: border-box;
    width: calc(100% - 220px);
    min-height: calc(100vh - 100px);
}

#photo {
    border: solid 0px green;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 20px;
    left: 40px;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 60px);
    height: 100%;
    /* width: calc(100% - 220px); */
    /* min-height: calc(100vh - 100px); */
    /* top: calc(50% + 50px); */
    /*     left: calc(50% - 110px); */
    /* -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
}

#foto {
    display: block;
    border: solid 2px black;
    box-sizing: border-box;
    margin: auto;
    max-width: 100%;
    max-height: calc(100% + 100px);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
}

#filmstrip {
    display: inline-block;
    position: absolute;
    right: 0px;
    border: solid 0px black;
    background-color: #333333;
    width: 220px;
    min-height: calc(100vh - 100px);
    text-align: center;
    padding-bottom: 20px;
}

.thumbnail {
    margin-top: 20px;
}

.thumbnail img {
    max-width: 180px;
    max-height: 180px;
    border: solid 1px #333333;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    /* -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3); */
}

#bgcbar {
    left: 10px;
    bottom: 50px;
    position: fixed
}