/* 90's Dark Theme */

body {
    margin: 20px;
    background: #111;
    color: #ddd;
    font-family: Tahoma, Geneva, sans-serif;
}

#container {
    width: 900px;
    margin: auto;
}

header {
    border: 2px solid #bb2f2f;
    background: #1b1b1b;
    padding: 15px;
    margin-bottom: 2px;
}

header img {
    display: block;
    max-height: 70px;
}

#layout {
    display: flex;
}

nav {
    width: 150px;
    border: 2px solid #666;
    background: #181818;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

nav li {
    margin-bottom: 10px;
}

nav a {
    color: #7cc6ff;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}

main {
    flex: 1;
    min-height: 500px;
    border: 2px solid #666;
    border-left: none;
    background: #1e1e1e;
    padding: 15px;
}

h2 {
    margin-top: 0;
    color: #fff;
}

p {
    line-height: 1.5;
}

a:link {
    color: #a3a3f4;
}

a:visited {
    color: #ff9b49;
}

nav a {
    color: #4da6ff;
    text-decoration: none;
}

nav a:visited {
    color: #4da6ff;   /* Keep same colour */
}

nav a:hover {
    color: #ffffff;
    text-decoration: underline;
}

nav a.active {
    color: #ffffff;
    font-weight: bold;
}
.emphasis1  {
    color:#bb2f2f;
    font-weight: bold;
}

#photo-container{
    position:relative;
    overflow: hidden;
    text-align: left;

    img{
    max-height: 67%;
        max-width: 67%;
    width: auto;
    }
} 