/* #Title
================================================== */

#title {
    float: left;
    width: 100%;
    margin: 100px 0 10px 0;
}

#profile {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

#profile img {
    width: 200px;
    height: 200px;
    border-radius: 40%;
}

#title h1.site-tagline {
    font-size: 27px;
    line-height: 30px;
    color: rgb(68, 68, 68);
    text-align: center;
}

/* #Information block
================================================== */


.block-top {
    float: left;
    width: 100%;
}

.block-top .title {
    float: left;
}

.block-top .title span {
    float: left;
    color: rgb(153, 153, 153);
}

.block-top .title h5 {
    color: rgb(102, 102, 102);
    font-weight: bold;
}

.block-content {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.block-body-part {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.block-property {
    float: left;
    width: 30%;
}

.block-information {
    float: left;
    width: 70%;
    color: rgb(136, 136, 136);
}


.block-information #employment-title {
    color: rgb(68, 68, 68);
    font-weight: normal;
    font-size: large;
}

/* #Page objects
================================================== */

.container .page-title {
    float: left;
    font-size: 30px;
    color: rgb(68, 68, 68);
    margin-left: 10px;
}

/* #Overall styles
================================================== */

div.title {
    width: 100%;
}

h5 {
    width: 100%;
    border-bottom: dotted 2px;
    border-color: #dbdbdb;
    line-height: 100px;
}

.container.small {
    width: 870px;
}

.container .four.small.columns {
    width: 210px;
}

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container.small {
        width: 678px;
    }

    .container .four.small.columns {
        width: 162px;
    }

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 767px) {
    .container.small {
        width: 400px;
    }

    #title h1.site-tagline strong {
        display: block;
    }

    .block-property {
        width: 100%;
        margin-bottom: 10px;
    }

    .block-information {
        width: 100%;
    }

    #title h6 {
        padding: 0 20px 0 20px;
    }

    .container .four.blog-post.columns {
        width: 100%;
        margin: 8px 0 8px 0;
    }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .container.small {
        width: 300px;
    }

    #title h6 {
        padding: 0 10px 0 10px;
    }
}
