@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    margin: 0;
}

#mainMenu {
    position: fixed;
    z-index: 10000;
    top: 0;
    width: 100%;
    height: 110px;
}

#menuBackground {
    position: relative;
    background: white;
    box-shadow: 0 0 10px 2px black;
    width: 100%;
    height: 30px;
}

#menuContents {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}

#cornerCircle {
    position: absolute;
    top: 20px;
    left: 2px;
    width: 50px;
    height: 50px;
    border: 2px solid white;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    background-color: black;
    z-index: 100;
}

#menuTitle {
    position: absolute;
    top: 5px;
    left: 60px;
    font-family: "Adobe Garamond Pro";
    font-size: 17pt;
    font-weight: bold;
    color: black;
    z-index: 100;
}

#mainMenuLine {
    position: absolute;
    left: 10px;
}

#menuItemContainer {
    position: absolute;
    top: 30px;
    left: 55px;
}

.menuItem {
    text-align: center;
    vertical-align: top;
    display: inline-block;
    font-family: "Courier New";
    font-weight: bold;
    font-size: 11pt;
    width: 77px;
    margin: 0 5px;
}

.menuItem a {
    color: black;
    text-decoration: none;
}

.activeMenuItem {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin: 7px;
    background: white;
}

#menuRight {
    position: absolute;
    top: 5px;
    right: 0px;
    font-family: "Courier New";
    font-size: 12pt;
}

#menuRight a {
    color: black;
}

.timeCircle {
    width: 30px;
    height: 30px;
    border: 2px solid white;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    background: black;
    display: inline-block;
}

.centered {
    margin: 0 auto;
}

#maincontent {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}

.mainEntry {
    width: 1440px;
    height: auto;
    position: relative;
}

.contentPadding {
    margin-top: 50px;
}

.contentPaddingSmall {
    margin-top: 20px;
}

.entryDate {
    position: absolute;
    z-index: 101;
    left: 12px;
    top: -2px;
    height: 34px;
    display:flex;
    align-items: center;
}

.dateText {
    font-family: "Courier New";
    font-weight: bold;
    font-size: 16pt;
    margin-left: 5px;
}

#bottomArrow a{
    color: black;
}

.entryTextFull {
    width: 1000px;
    padding: 0 10px 0 220px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: top;
}

.entryTextLeft {
    width: 500px;
    padding: 0 30px 0 220px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: top;
}

.entryTextRight {
    width: 600px;
    padding: 0 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: top;
}

p {
    margin: 5px 0 0 0;
}

.entryTitle {
    font-weight: bold;
    font-size: 16pt;
}

.entryImageRight {
    width: 580px;
    display: inline-block;
    vertical-align: top;
    border: 5px solid white;
    box-shadow: 0px 0px 4px 0px black;
    margin-top: 43px;
}

.entryImageLeft {
    width: 580px;
    display: inline-block;
    vertical-align: top;
    border: 5px solid white;
    box-shadow: 0px 0px 4px 0px black;
    margin: 43px 10px 0 220px;
}

.entryImageHalf {
    width: 290px;
    display: inline-block;
    vertical-align: top;
    border: 5px solid white;
    box-shadow: 0px 0px 4px 0px black;
    margin-top: 43px;
}

.entryImage {
    width: 100%;
    height: auto;
}

.entryImageCaption {
    font-family: "Courier New";
    text-align: center;
    font-size: 10pt;
    padding-top: 5px;
}

#bottomArrow {
    position: absolute;
    z-index: 101;
    bottom: -4px;
    left: 24px;
    height: 36px;
    display: flex;
    align-items: center;
}

.bottomArrowPadding {
    height: 100px;
}

#footer {
    height: 150px;
    width: 1440px;
    margin:0 auto;
}

.fullimage {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 10px 2px black;
    border: 10px solid white;
}

.fullimageCaption {
    position: absolute;
    bottom: 30px;
    right: 20px;
    padding: 5px 10px;
    font-family: "Courier New";
    background: rgba(0,0,0,0.7);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.white {
    color: white;
}

.black {
    color: black;
}

#line {
    position: absolute;
    top: 0px;
    left: 22px;
    width: 10px;
    height: 100%;
    background-color: black;
    border: 2px solid white;
    z-index: 75;
}

#titleTextBox {
    position: absolute;
    right: 60px;
    top: 49px;
    width: 475px;
    padding: 15px;
    background-color: rgba(0,0,0,0.6);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#titleText {
    font-family: "Adobe Garamond Pro";
    font-weight: bold;
    font-size: 72pt;
    color: white;
    text-shadow:
        /* Outline */
            -1px -1px 0 #000000,
            1px -1px 0 #000000,
            -1px 1px 0 #000000,
            1px 1px 0 #000000,
            -2px 0 0 #000000,
            2px 0 0 #000000,
            0 2px 0 #000000,
            0 -2px 0 #000000,
            4px 4px 4px #000000;
}

#titleLine {
    font-family: "Adobe Garamond Pro";
    font-size: 16pt;

    color: white;
    text-shadow:
        /* Outline */
            -1px -1px 0 #000000,
            1px -1px 0 #000000,
            -1px 1px 0 #000000,
            1px 1px 0 #000000;
}

.firstEntry {
}

.firstEntryImage {

}

.titleImage {
    height: 50%;
    object-fit: cover;
}



@media only screen and (max-width: 1440px) {

    #maincontent {
        width: 100%;
        margin: 0 0;
    }

    .mainEntry {
        width: 100%;
    }

    .entryTextLeft {
        width: 45%;
        padding: 0px 30px 0 80px;
    }

    .entryTextFull {
        width: 85%;
        padding: 0px 10px 0 80px;
    }

    .entryImageLeft {
        width: 40%;
        margin: 0px 20px 0 80px;
    }

    .entryImageRight {
        width: 40%;
    }

    #menuContents {
        width: 95%;
        margin: 0px 0px 0px 20px;
    }

    #line {
        left: 42px;
    }

    .fullimage {
        width: 95%;
        margin: 20px;
    }

    .entryDate
    {
        left: 32px;
    }

    #bottomArrow
    {
        left: 44px;
    }

    .firstEntry {
        padding-top: 40px;
    }

    .firstEntryImage {
        margin-top: 43px;
    }

    .fullimageCaption {
        bottom: 40px;
        right: 40px;
    }

    #titleTextBox {
        top: 110px;
        width: 375px;
        right: 60px;
    }

    #titleText {
        font-size: 56pt;
    }

    #titleLine {
        font-size: 13pt;
    }
}


@media only screen and (max-width: 1100px) {


}