
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 14px;
    line-height: 1.6;
}

body {
    background: #a6c5c4;
    font-family: "Source Sans Pro", "Helvetica Neue", Segoe UI, trebuchet MS, Helvetica, Arial, sans-serif;
}

.clearfix {
    overflow: hidden;
}

h1,
.heading {
    font-weight: 100;
}

ul {
    list-style: none;
}

li:hover {
	background: #eee;
}

.hidden {
    display: none;
}

a {
    text-decoration: none;
    color: #644B66;
}

.main {
    padding: 20px 0;
    background: url(images/bg_lines6.png);
}

.wrap {
    xdisplay: none;
    margin: 0 auto;
    width: 8.1in;
    padding: 0.2in;
    min-height: 400px;
    background: #f5f5f5;
    color: #644B66;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.main-site {
    background: #292C31;
    padding: 5px 10px;
    display: none;
}

.main-site a {
    color: #888;
    font-size: 120%;
}

header {
    position: relative;
    padding: 35px 40px 20px 130px;
}

.name {
    color: #DE4140; /* #45705D;  #62B2C7; */
    text-transform: uppercase;
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
}

.tagline {
    padding-left: 15px;
    color: #747b77;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 200;
}

.icon-profile {
    position: absolute;
    font-size: 100px;
    /* color: #888; #62B2C7; */
    opacity: 1;
    top: 10px;
    left: 24px;
    line-height: 1;
    color: #f5f5f5;
    text-shadow: 0 0 1px #069;

}
.icon-terminal {
    position: absolute;
    font-size: 80px;
    color: #A1A1A1; /* #62B2C7; */
    opacity: 1;
    top: 22px;
    left: 40px;
    line-height: 1;
    /* color: #f5f5f5; */
    text-shadow: 0 0 1px #069;

}

.vcard {
    margin-left: -100px;
    margin-top: 20px;
    font-style: normal;
    font-size: 85%;
    font-weight: 400;
    text-transform: uppercase;
    color: #888;
}

.vcard a {
    color: #888;
}

.vcard .tel,
.vcard .emailh,
.vcard .website,
.vcard .pdf-doc {
    display: block;
    display: inline-block;
    margin-right: 15px;
}

.vcard .icon {
    display: inline-block;
    width: 15px;
    padding-top: 1px;
    /* font-size: 15px; */
    vertical-align: middle;
}

.vcard .text {
    vertical-align: middle;
}

.social {
    font-size: 12px;
    position: absolute;
    top: 40px;
    right: 100px
}

.social .icon,
.social .text {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}

.icon-twitter,
.icon-twitter~.text {
    color: #25baf0;
}

.icon-linkedin,
.icon-linkedin~.text {
    color: #3492c2;
}

.other-items {
    float: left;
    padding: 0px 0 0 40px;
    width: 215px;
}

.main-content {
    float: left;
    padding: 0px 40px 0 20px;

    max-width: 460px;
}

.experience,
.education,
.skills,
.interest,
.awards {
    position: relative;
    border-left: 1px dotted #45705D;
    margin-bottom: 10px;
    padding: 0 0 10px 30px;
    xfont-weight: 400;
}


.experience h2,
.education h2,
.skills h2,
.awards h2,
.interest h2 {
    font-size: 128%;
    color: #000; /*#45705D;*/
    font-weight: 400;
}

.experience .icon,
.education .icon,
.skills .icon,
.awards .icon,
.interest .icon {
    color: #000;
    margin: 0px 10px 0 -50px;
    display: inline-block;
    width: 40px;
    font-size: 25px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 30px;
    height: 40px;
    line-height: 1.8;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.experience .text,
.education .text,
.skills .text,
.awards .text,
.interest .text {
    vertical-align: middle;
}

.personal-projects .text small {
    opacity: 0.9;
    font-weight: 100;
    font-size: 85%;
}

.education li {
    margin-top: 10px;
    margin-bottom: 20px;
}

.education li:last-child {
    margin-bottom: 0;
}

.education .degree {
    font-weight: 400;
    color: #4B4C4D;
}

.education .school {
    display: block;
}

/* .education li:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background: #fff;
    border-radius: 8px;
    left: -5px;
    margin-top: 7px;
    border: 2px solid #888; /#6BB5D0;/
} */

.experience h3 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 150%;
    color: #4B4C4D;
}

.experience h3:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background: #fff;
    border-radius: 8px;
    left: -5px;
    margin-top: 7px;
    border: 2px solid #888;/* #6BB5D0; */
}

.experience  a {
    font-weight: 400;
    color: #DE4140;
}

.experience .location {
    display: none;
}

.experience time {
    display: inline-block;
    font-style: italic;
    margin-left: 10px;
}

.experience li {
    padding: 5px 0 5px 15px;
}

#blur_1 {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

@media (max-width: 30em) {
    #blur_1 {
        display: none;
    }
    .main {
        padding: 0;
    }
    .wrap {
        width: auto;
        padding: 0 10px;
        background: #f5f5f5 url(images/bg_lines6.png);
        box-shadow: none;
    }
    header {
        padding: 25px 0 20px 6px;
    }
    .icon-terminal {
        display: none;
    }
    .vcard {
        margin-left: 0;
        margin-top: 15px;
    }
    .vcard .tel,
    .vcard .emailh,
    .vcard .website,
    .vcard .pdf_doc {
        display: block;
        margin: 0;
    }
    .social {
        position: static;
    }
    .other-items {
        float: none;
        width: auto;
        padding-left: 12px;
    }
    .main-content {
        float: none;
        width: auto;
        padding-left: 12px;
    }
    .experience time {
        margin: 0;
        display: block;
    }
    .experience, .education, .skills, .interest, .awards {
        padding-left: 20px;
    }
    .experience .icon,
    .education .icon,
    .skills .icon,
    .awards .icon,
    .interest .icon {
        margin: 0 0 0 -40px;
    }

}