html {
    font-family: 'Open Sans';
    font-style: normal;
}

h1 {
    margin-left: 20px;
    margin-top: 20px;
}

h2 {
    margin-left: 20px;

}

h3 {
    color: rgb(231, 105, 2);
    margin-left: 20px;
    margin-bottom: 0px;
}

h4 {
    color: rgb(231, 105, 2);
    margin-left: 20px;
    margin-bottom: 0px;
}

p {
    margin-left: 20px;
}

ol {
    margin-left: 5px;
}
a {
    color: rgb(255, 252, 252);
}
/* visited link */
a:visited {
    color: rgb(227, 201, 180);
}
/* mouse over link */
a:hover {
    color: rgb(231, 105, 2);
}

a:active { 
    color: rgb(231, 105, 2);
}

  

  
iframe {
    width:100%; 
    height:100%;
    border-left: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-top: 0px;
    border-right-style: solid;
    border-color: rgb(189, 189, 189);
    overflow-x: hidden;
}

html, body {
    margin:0px;
    height:100%;
    /*background-color: rgb(180, 90, 40); */
    /*background-color: rgb(110, 56, 24); */
    color: rgb(255, 252, 252);
  }
.menu-item {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right:8px;
    border: 1px;
    border-color: black;
    border-radius: 3px;
}
.image-title {
    color: rgb(231, 105, 2);
    font-size: 12pt;
    margin-top: 6px;
    margin-bottom: 0px;
}
.comment {
    color: rgb(231, 105, 2);
    font-size: 16pt;
    margin-top: 6px;
}
.overlay-comment {
    width:892px;
    color: rgb(255, 255, 255);
    font-size: 14pt;
    font-weight: lighter;
    text-align: center;
}
.exposure-comment {
    width:892px;
    color: rgb(255, 255, 255);
    font-size: 14pt;
    font-weight: lighter;
    font-style: italic;
    text-align: left;
    margin-left: 0px;
}
.titlebar {
    height:75px;

    border-left: 0px;
    border-bottom: 1px;
    border-right: 0px;
    border-top: 0px;
    border-bottom-style: solid;
    border-color: rgb(189, 189, 189);
}

.container {
    display: flex;
    height:100%;
    max-height: 90vh;
    overflow-x: hidden;
}
.overlay-container {
    position:relative;
    margin-left: 20px;
    margin-right: 0px;
}
.overlay-left {
    position:absolute;
    left: 10px;
    z-index: 10;
}
.overlay-right {
    position:absolute;
    right: 10px;
    z-index: 10;
}
.overlay-bottom-left {
    position:absolute;
    width: 892px;
    bottom: 0px;
    z-index: 10;
}
.overlay-bottom-center {
    position:absolute;
    width: 892px;
    bottom: 0px;
    z-index: 10;
}
.img-container {
    display: flex; 
}
.img-container-hscroll {
    display: flex;
    overflow-x: auto;
    margin-top: 5px;
    width:892px;
}
.details{
    width:70%;
    max-width: 925px;
    margin-left: 1px;
    float:left; 
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 20px;
    background-color: rgba(40, 20, 10, 0.8);
}
.details-container{
    width:100%;
    height:100%;
    opacity: 1.0;
}
.menu{
    width:30%;
    height:100%;
    float:left; 
    margin-bottom: 20px;
    border-right: 1px;
    border-right-style: solid;
    border-color: rgb(189, 189, 189);
}
.img-container {
    width:892px;
    margin-left: 0px;
    margin-right: 0px;
}
.img-center {
    width:892px;
    margin-left: 20px;
    margin-right: 0px;
}
.img-left {
    width:441px;
    margin-left: 20px;
    margin-right: 5px;
    
}
.img-right {
    width:441px;
    margin-left: 5px;
    margin-right: 0px;
}

