.resume-item {
    padding: 30px;
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border: 1px solid #dcdcdc;
    border-radius: 7px;
    font-family: "Karla", Arial, sans-serif;
}

.resume-item .date {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #222;
}

.resume-item .sub-date {
    display: inline-block;
        margin-left: 10px;
        font-size: 12px;
        font-weight: 700;
        color: #222;
}

.resume-item .school {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.resume-item h3 {
    color: #bac964;
    font-size: 20px;
    font-family: "Karla",
        Arial,
        sans-serif;
        margin-top: 10px;
            margin-bottom: 10px;
}

.school img {
    width: 48px;
    height: auto;
}

.school a {
    margin-left: 10px;
}

.resume-item .school {
    color: #444;
}

.resume-item *:last-child {
    margin-bottom: 0;
}

.blog-entry {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
    top: 0;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
    background: #333;
}

.blog-entry:hover,
.blog-entry:active,
.blog-entry:focus {
    -webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.1);
    top: -2px;
}

.blog-entry .blog-entry-text {
    border-top: none;
    padding: 30px;
}

.blog-entry .blog-entry-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.blog-entry .blog-entry-text h3 a {
    color: #fff;
}

.blog-entry .blog-entry-text h3 a:hover {
    color: #bac964;
}

.blog-entry .meta {
    font-size: 14px;
}

.blog-entry .meta a {
    display: inline-block;
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.4);
}

.blog-entry .meta a:hover {
    color: #bac964;
}

.site-service-item {
    background: #fff;
    padding: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}

.site-service-item .icon {
    display: block;
    margin-bottom: 50px;
    background: #edf0f2;
    background: #bac964;
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto 30px auto;
}

.site-service-item .icon span {
    font-size: 40px;
    color: #080b0e;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.site-service-item h3 {
    font-size: 18px;
    font-weight: 200;
    font-family: "Karla", Arial, sans-serif;
}

.site-service-item p {
    margin-bottom: 0.2rem;
}

.site-link {
    position: relative;
}

.site-link i {
    position: relative;
    top: 2px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-link:hover i {
    position: relative;
    margin-left: 20px;
}

.site-list {
    padding: 0;
    margin: 0;
}

.site-list li {
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    list-style: none;
}

.site-list li:before {
    font-family: 'icomoon';
    position: absolute;
    top: .1em;
    left: 0;
}

.site-list li.site-check {
    padding-left: 30px;
}

.site-list li.site-check:before {
    color: #bac964;
    font-size: 16px;
    content: "\ebd3";
}

section-heading.h2 {
    font-family: "Karla",
        Arial,
        sans-serif;
}

footer{
    border-top: 1px solid #dcdcdc;
}