﻿body {
    background-image: linear-gradient(black,grey);
    font-family: 'MS Gothic';
    padding: 0;
    margin: 0;
}

.wrapper {
    background: none;
    top: 0;
    margin: 0 auto;
    width: 1900px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.wrapper-2 {
    position: relative;
}

.main, .sidebar-right {
    display: inline-block;
}

.sidebar-left, .sidebar-right {
    width: 200px;
    position: absolute;
    top: 0;
}

.sidebar-left, .sidebar-right {
    width: 175px;
}

.main {
    width: 1715px;
    margin-left: 185px;
}

.sidebar-left {
    margin-left: 10px;
    margin-top: 15px;
}

.sidebar-right {
    margin-right: 10px;
    margin-left: 10px;
    font-size: medium;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.bottom {
    margin-top: 200px;
    /*width: calc(100% - 185px);*/
}

.wrapper, .links a {
    color: #4f3d46;
}

.box {
    border: 3px double #333;
    background: #fff;
    padding: 0;
    margin: 10px 0px 15px 0px;
}

.header {
    text-align: center;
    margin-top: 15px;
    top: 0;
    height: auto;
}

.links {
    margin-top: 1em;
}

.box img {
    max-width: 100%;
    height: auto;
}

.title { /*suppress title, since we're putting the title as text in the header box*/
    display: none;
}

.footer {
    height: 0;
}

.box h1, .box h2, .box h3, .box h4 {
    margin: 0;
    padding: 0.35em 0.25em 0.3em 0.25em;
    text-align: center;
}

.inner {
    padding: 0.25em 1em 0.3em 1em;
    font-size: 1.075em;
}

    .inner marquee {
        display: flex;
    }

/* For narrow screens: slightly narrows sidebars, and makes the width
   * of the main/center div flexible (sized relative to viewport width.)
   */
@media(max-width:880px) {
    .wrapper {
        width: calc(340px + 50vw);
    }

    .sidebar-left, .sidebar-right {
        width: 160px;
    }

    .main {
        width: 50vw;
        margin-left: 170px;
    }
}

/*Mobile compatibility. Just turns it all into a vertical layout.*/
/* @media(orientation:portrait) {
    .wrapper {
      width: 96vw;
      margin: 0 auto;
      padding:0;
      position: relative;
      }
    .wrapper-2 {
      width: 94vw;
      margin: 0 auto;
      padding:0;
      position: relative;
      }
    .sidebar-left, .main, .sidebar-right {
      position: relative;
      width: 92vw;
      margin: 0.25rem 1vw;
      }
    } */
