
                    /* Body Content */
.smallScreen {display: none;}



#content {
    display: flex;
    flex-direction: column;
    width: 1000px;
    justify-content: center;
    margin: 0px auto 0px auto;
    color: #999;
}

.imgTextBlock {
    display: flex;
    align-items: center;
    width: auto;
    height: 365px;
    margin: 0;
}

.bodyText h1 {
    font-weight: 300;
    font-size: 25px;
    margin: 0px 30px;
}

.bodyText h2 {
    font-weight: 100;
    margin: 0px 30px;
    font-size: 19px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, .6);
}

.imgTextBlock img {
    width: 50%;
    height: 300px;
}

.leftImg {align-self: flex-start;}
.rightImg {align-self: flex-end;}

.bodyText {
    display: flex;
    flex-direction: column;
}


#viewLink {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    cursor: pointer;
    border-top: 1px solid #CCC;
}


#viewLink a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 13px;
    color: #999;
    font-weight: 300;
    text-decoration: none;
    margin-top: 5px;
}

#viewLink:hover {
    opacity: .6;
    transition: .2s;
}

.d1 {-webkit-animation: fadein .5s;}
.d2 {-webkit-animation: fadein 1.5s;}
.d3 {-webkit-animation: fadein 2.5s;}






@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {
    .imgTextBlock {
        flex-direction: column;
        height: auto;
        width: 100%;
        margin: 20px 0;

    }
    #content {margin: 0;}
    .leftImg {align-self: center;}
    .rightImg {align-self: center;}
    .largeScreen {display: none;}
    .smallScreen {display: flex;}
    #viewLink {display: none;}
    .imgTextBlock img {
        width: 90vw;
        height: 70vw;
        overflow: hidden;
        margin-bottom: 20px;
    }
	.imgTextBlock h2 {
        font-weight: 300;
        color: #999;
    }
}

@media only screen and (max-width: 768px) {

}