@import url(http://fonts.googleapis.com/css?family=Raleway:500,600,700,100,800,900,400,200,300);
@import url(http://fonts.googleapis.com/css?family=Playball);

body, html {
    font-family: 'Raleway', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.name {
    padding: 15% 0 18% 0;
    background-size: cover;
    background: url(../img/java_logo.jpg) no-repeat fixed center;
}

.name .overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(17%, rgba(0, 0, 0, 0.73)), color-stop(35%, rgba(0, 0, 0, 0.66)), color-stop(62%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#66000000', GradientType=0); /* IE6-9 */
    height: auto;
    background-attachment: fixed;
}

.name .title {
    text-align: center;
    color: #ffffff;
}

.expertise {
    padding: 7% 0;
}

.expertise hr {
    border-color: rgb(47, 147, 123);
    width: 60px;
}

.expertise .blank {
    display: none !important;
}

@media (min-width: 768px) {
    .expertise .blank {
        padding: 1% 0;
        display: block !important;
    }
}

.expertise .media {
    padding: 5% 0;
}

@media (min-width: 768px) {
    .expertise .media {
        padding: 0;
    }
}

.expertise .media-left {
    padding: 20px 30px 20px 0;
    font-size: 30px;
    color: rgb(47, 147, 123);
}

.expertise .media-heading {
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: rgb(47, 147, 123);
}

.expertise .media-body {
    text-align: justify;
}

.portfolio {
    padding: 7% 0;
    background: #f1f1f1;
}

.portfolio hr {
    border-color: rgb(47, 147, 123);
    width: 60px;
}

.portfolio a {
    color: #333;
}

.portfolio .media {
    padding: 5% 0;
}

@media (min-width: 768px) {
    .portfolio .media {
        padding: 0;
    }
}

.portfolio .media-left {
    padding: 20px 30px 20px 0;
    font-size: 30px;
}

.portfolio .media-heading {
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
}

.portfolio .media-body {
    text-align: justify;
}

.about-me {
    padding: 7% 0;
    background-size: cover;
    background: url(../img/mac_gradient_1.jpg) no-repeat scroll center;
}

@media (min-width: 1280px) {
    .about-me {
        background: url(../img/mac_gradient_2.jpg) no-repeat scroll left;
    }
}

.about-me p {
    text-align: justify;
}

.why-hire-me {
    padding: 7% 0;
    background-size: cover;
    background: url(../img/code.png) no-repeat scroll center;
}

.why-hire-me .fa-heart {
    color: red;
}

.why-hire-me .fa-coffee {
    color: brown;
}

.why-hire-me .fa-microchip {
    color: silver;
}

.contact {
    padding: 7% 0;
    background: #f1f1f1;
}

.contact p {
    font-size: 16px;
    font-weight: 700;
}