@font-face {
    font-family: sofachrome;
    src: url("fonts/sofachrome-it.woff") format('woff');
}

#header-bg {
    width: 100%;
    background: linear-gradient(ghostwhite, #E6F7FF);
    border-bottom: 1px solid #99DDFF;
    box-sizing: border-box;
    height: 150px;
}

#header {
    padding: 25px;
    height: 150px;
    display: table;
}

#logo-text {
    height: 100%;
    width: 1200px;
    font-family: sofachrome;
    text-decoration: none;
    font-size: 45px;
    word-spacing: 45px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #2299DD;
}

#nav-menu {
    height: 50px;
}

#nav-button {
    float: right;
    margin-left: 10px;
    background: linear-gradient(45deg, #E6F7FF 0%, ghostwhite 100%);
    border: 1px solid #99DDFF;
    text-decoration: none;
    color: inherit;
}

#background {
    background-color: white;
}

#content {
    background-color: ghostwhite;
}

#left-column {
    flex: 0 1 250px;
    border-width: 0 1px 0 0; 
    border-style: solid;
    border-image: linear-gradient(transparent 25%, #99DDFF 100%) 1%;
    padding: 0 30px;
}

#box {
    background: linear-gradient(45deg, #E6F7FF 0%, ghostwhite 100%);
    border: 1px solid #99DDFF;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
}

#box-header {
    font-weight: bold;
    font-size: 20px;
    color: #2299DD;
    display: inline;
}

#box ul {
    padding-left: 15px;
}

#box a {
    text-decoration: none;
    color: #2299DD;
}
#right-column {
    flex: 1;  
    padding: 0 30px;
    border-width: 1px 0 0 0; 
    border-style: solid;
    border-image: linear-gradient(to right, transparent 50%, #99DDFF 100%) 1%;
}

#right-column h1 {
    display: inline;
    font-size: 1.5em;
    color: #2299DD;
}

#right-column h2 {
    display: inline;
    fontsize: 1.25em;
    color: #2299DD;
}

#right-column hr {
    height: 1px;
    border-width: 0;
    background-color: #99DDFF;
}

#right-column td, #right-column th {
    border: 1px solid #2299DD;
    padding: 3px;
}

#right-column img {
    max-height: 300px;
    max-width: 300px;
    height: auto;
    width: auto;
}

#footer-bg {
    border-top: 1px solid #99DDFF;
    background: linear-gradient(#E6F7FF, white);
    height: 100px;
}

#footer {
    color: #2299DD;
    text-align: center;
}

.container {
    padding: 10px;
    box-sizing: border-box;
}

.centered-container {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 720px;
}

.flex-container {
    width: 100%;
    display: flex;
}

.button {
    display: inline-block;
    padding: 3px 5px;
    height: 30px;
    box-sizing: border-box;
}

.side-shadow {
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
    clip-path: inset(0px -15px 0px -15px);
}
