
/* -- Home Page Styles -- */

.website .content {
    text-align: left;
}

.website .intro-blurb {
    margin:  0 auto 10px;
    padding-bottom: 10px;
}

.website .welcome-bubble {
    padding: 20px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius:  6px;
    border:  1px solid #dedede;
    margin-left:  0;
}
.website .welcome-bubble .float-pic {
    float: left;
    width: 200px;
    max-width: calc(100% - 20px);
    margin-right: 20px;
}
.website .welcome-bubble .float-pic img {
    display: block;
    width: 100%;
    height:  auto;
    max-width: 796px;
    margin: 0 auto 0 0;
}
.website .welcome-bubble .intro-blurb {
    text-align: left;
    padding-top: 50px;
}
.website .welcome-bubble:after {
    content:  "";
    display:  block;
    clear:  both;
}

.website .intro-blurb.projects {
    margin-left:  0;
}

@media (min-width: 900px){

}
@media (max-width: 700px){

    .website .welcome-bubble {
        float:  left;
        margin:  0 auto 20px 0;
    }
    .website .welcome-bubble .float-pic,
    .website .welcome-bubble .intro-blurb {
        float:  none;
        clear:  both;
        margin:  0 auto 0 0;
    }
    .website .welcome-bubble .intro-blurb {
        padding-top:  20px;
    }


}