body {
    padding-bottom: 3em;
}

.container {
    padding-top: 40px;

}

.work {
    font-size: 18px;
}

.work > .title {
    font-weight: bold;
    margin-right: 10px;
}

.work > .place {

}

.work > .time {
    float: right;
}

.education {
    font-size: 18px;
}

.education > .title {
    font-weight: bold;
    margin-right: 5px;
}

.education > .place {

}

.education > .time {
    float: right;
}

.subsection-title {
    margin:30px;
}
.card {
    margin-bottom:20px;
}

.projects > li {
    font-size:20px;
    margin:20px;
}

.blog-post {
    font-family: 'Open Sans', sans-serif;
}

pre {
    margin: 30px;
    text-align: center;
    font-size: 20px;
}

#idphoto {
    border-radius: 50%;
}

.highlight {
    font-weight: bold;
    color: #f16b56;
}

.attribute-name {
    font-family: monospace;
}

.code {
    font-family: monospace;
}

.not_supported {
    font-family: monospace;
    font-size:15px;
    font-weight: bold;
}

.sizes {
    text-align:center;
    font-size: 20px;
}

.date-reading {
    color: #999
}

.reading-time {
    font-size: 12px;
    color: #999
}

.prettyprint {
    font-size:15px;
    text-align: left;
    float: left;
}

.blog-post-summary {
    margin:20px;
}

.blog-post-title {
    color: #346eea;
}

a {
    color: #346eea;
}

a:before {
    display: inline-block;
}

a:visited, a:hover {
    color: #043eba;
}

.btn-blue {
    background-color: #346eea;
    color:white
}

.btn {
    transition: transform 0.2s, color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn:hover {
    color: white;
    transform: scale(1.2, 1.2);
}

.copyright {
    float: right;
    color: #999;
}

.resource-block {
    margin-top:15px;
    margin-bottom:15px;
}

.resource {
    margin:10px;
}

.shortcut-block {
    margin:20px
}

.shortcut {
    margin:15px
}

.job-block {
    margin:50px;
}

