@media screen and (max-width:750px) {
    div.blogpost {
        width: 310px;
        height: 650px;
    }

    div.thumbnail {
        height: 149px;
        ;
        width: 296px;
    }

    div.thumbwrapper {
        height: 150px;
        width: 250px;
    }

    div.calendar {
        margin-top: 65px;
        margin-bottom: 100px;
        background-color: lightblue;
    }

    div.headline {
        margin-top: -95px;
        margin-right: -90px;
    }

    div.byline {
        margin-right: -70px;
    }


    div.circle {
        margin-top: 490px;
    }

    img.fbbutton {
        margin-top: -108px;
        margin-left: 13px;
    }

    img.instabutton {
        margin-top: -74px;
        margin-left: -33px;
    }

    img.linkedinbutton {
        margin-top: -40px;
        margin-left: -34px;
    }

    img.emailbutton {
        margin-top: -6px;
        margin-left: -34px;
    }

    div.tophalf {
        width: 65%;
    }

    div.bottomhalf {
        width: 65%;
    }
}

h1 {
    font-family: 'Lucida Grande', Verdana, Arial;
    background-color: transparent;
    color: #af662f;
    font-size: 20px;
}

h2 {
    font-family: 'Lucida Grande', Verdana, Arial;
    color: #000000c5;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
    text-align: left;
}

.nowrap {
    white-space: nowrap;
}

.wrap {
    max-width: 50em;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.wrap>div {
    box-sizing: border-box;
    margin: 1em;
    flex: 1 1 20em;
}

article {
    font-size: 16px;
    -webkit-columns: 1 200px;
    -moz-columns: 1 200px;
    columns: 1 200px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-rule: 1px dotted #ddd;
    -moz-column-rule: 1px dotted #ddd;
    column-rule: 1px dotted #ddd;
}

p {
    margin-bottom: 1.0em;
}
section .newscontainer {
    max-width: 1152px;
    margin: auto;
    padding: 0 1.5rem;
}





.blogpost {
    position: relative;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    height: 350px;
    width: 750px;
    background-color: #FFF;
    -webkit-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
}
.blogpost:hover {
    cursor: pointer;
}
.blogpost .article {
    display: flex;
    flex-flow: wrap;
    height: 350px;
    width: 100%;
    text-decoration: none;
}

.tophalf {
    width: 54%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.bottomhalf {
    width: 46%;
    height: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.thumbnail {
    float: left;
    position: relative;
    left: 30px;
    top: -30px;
    border-radius: 4px;
    height: 224px;
    width: 371px;
    -webkit-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
    overflow: hidden;
}

.thumbwrapper {
    display: flex;
    height: 56%;
    width: 100%;
}
.calendar-holder {
    display: flex;
    height: 44%;
}
.calendar {
    display: flex;
    margin-top: 100px;
}
.month {
    margin-top: 43px;
    margin-left: 30px;
    height: 0px;
    width: 1px;
    font-size: 1.8rem;
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto, san-serif;
    transform: rotate(-90deg);
}
.day {
    margin-top: -50px;
    margin-left: 30px;
    height: 150px;
    width: 160px;
    font-size: 140px;
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto, san-serif;
}
.year {
    margin-top: 13px;
    margin-left: -137px;
    margin-right: 0px;
    width: 0px;
    height: 1px;
    font-size: 2.0rem;
    text-align: justify;
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto, san-serif;
    letter-spacing: 21px;
}
.social {
    display: flex;
    margin-top: 83px;
    margin-left: 150px;
    margin-right: 20px;
    font-size: 1.0rem;
    text-align: justify;
}
.headline {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 15px;
    font-size: 1.2rem;
    font-family: Roboto, san-serif;
}

.headline b strong h2 {
    font-weight: bold;
}

.byline {
    background-color: var(--sky-blue);
    color: #ffebc1;
    margin: 3px 75px 5px 20px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 22px;
}
.byline img {
    position: relative;
    top: 3px;
    margin-left: 3px;
    float: left;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}
.content {
    position: absolute;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.0rem;
    text-align: justify;
    color: rgba(17, 17, 17, 0.8);
    font-family: Roboto, san-serif;
}

.imginset {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.circle {
    position: absolute;
    top: 130px;
    width: 70px;
    height: 70px;
    background: var(--sky-blue);
    border-radius: 50%;
    -webkit-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.55);
    margin-left: 200px;
    margin-top: 190px;
    color: rgba(17, 17, 17, 0.4);
}
.circle img {
    margin-top: 17px;
    margin-left: 15px;
}
