/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/

/* FONTS */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src:  url('../../includes/fonts/Roboto/Roboto-Regular.ttf')  format('truetype'), 
          url('../../includes/fonts/Roboto/Roboto.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Roboto-Light';
    font-style: normal;
    font-weight: 300;
    src:  url('../../includes/fonts/Roboto/Roboto-Light.ttf')  format('truetype'), 
          url('../../includes/fonts/Roboto/Roboto.woff2') format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* GLYPHICON */

.glyphicon {
    top:1px;
}

.glyphicon-file:before,
.glyphicon-print:before,
.glyphicon-envelope:before,
.glyphicon-picture:before{
    margin-right: 9px;
    font-size: 14px;
    color: #6ecadc;
}


/* PRINT */

@media print {

    html, body {
        font-family: 'Roboto', sans-serif;
    }

    a[href]:after {
        content: none !important;
    }

    .skills h4 {
        margin: 0 0 0.750rem 0 !important;
    }

    .skills ul li {
        padding: 0 !important;
        margin: 0 !important;
    }

    table tbody td {
        font-size: 0.700rem;
    }

    /* COLORS */

    .color-summary {
        background-color:#3598db !important;
        -webkit-print-color-adjust: exact;
    }
    
    .color-history {
        background-color:#6ecadc !important;
        -webkit-print-color-adjust: exact;
    }
    
    .color-skills {
        background-color:#e9a820 !important;
        -webkit-print-color-adjust: exact;
    }
    
    .color-education {
        background-color:#3eb991 !important;
        -webkit-print-color-adjust: exact;
    }

    .summary h3,
    .company h3,
    .skills h3,
    .education h3,
    h3 i.fa:before {
        color: #ffffff !important;
        -webkit-print-color-adjust: exact;
    }

    .details h3 i.fa:before {
        color: #010101 !important;
        -webkit-print-color-adjust: exact;
    }

    .summary {
        margin: 0.5rem 0 1rem 0;
    }

    .skills ul li:last-of-type {
        margin-bottom: 1rem;
    }

    /* COPYRIGHT */

    #copyright {
        display: none !important;
    }

}

/* DISPLAY */

/* GENERAL ELEMENTS */
html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    background: #ffffff;
}

body {
    padding-top:0px;
}

h1, h2, h3, 
h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

a {
    transition:0.25s all;
    -webkit-transition:0.25s all;
    -moz-transition:0.25s all;
    -o-transition:0.25s all;
    -ms-transition:0.25s all;
}

a:hover {
    text-decoration: none;
}

/* HEADER */

#header {
    margin-top: 16px;
    padding-bottom: 12px;
}

    #header h1 {
        font-size: 3.150rem;
    }

    #header h2 {
        font-size: 18px;
    }

/* BANNERS */

.banner h3 {
    color: #ffffff;
    width: 100%;
    padding: 5px 30px;
    display: inline-block;
}

    .banner h3 i {
        padding-right: 12px;
    }

    /* COLORS */

    .color-summary {
        background-color:#3598db;
        border: 1px solid #3598db;
    }
    
    .color-history {
        background-color:#6ecadc;
        border: 1px solid #6ecadc;
    }
    
    .color-skills {
        background-color:#e9a820;
        border: 1px solid #e9a820;
    }
    
    .color-education {
        background-color:#3eb991;
        border: 1px solid #3eb991;
    }


/* DETAILS */

.details {
    padding: 1.5rem 2rem 0rem 2rem;
    width: 100%;
}

    .details h4 {
        color: #333333;
        font-weight: 600;
        margin-bottom: 12px;
    }

        .details h4 span {
            vertical-align: middle;
            font-size: 1.125rem;
            margin-left: 12px;
            color: #5D5D5D;
            font-weight: 400;
        }

    .details h5 {
        font-weight: 400;
        font-size: 1.250rem;
        margin-bottom: 1.000rem;
    }

        .details h5 span {
            font-style: italic;
        }

    .details ul {
        color: #5d5d5d;
    }

    .details p {
        color: #5D5D5D;
        font-weight: 300;
        padding: 0.5rem 0 0.5rem 1.5rem;
    }


/* SKILLS */

.skills ul {
    padding: 0 0 0 1.125rem;
}

.skills ul li {
	color: #5D5D5D;
    list-style-type: square;
}

    .skills ul li a {
        color: #5D5D5D;
        text-decoration: none;
    }


/* EMPLOYMENT HISTORY */

.employment-history h4 {
    margin-bottom: 0;
}

.employment-history ul {
    margin-left: 1.250rem;
}

    .employment-history table {
        margin-top: 1.250rem;
    }

/* EDUCATION */

.education h4 {
    margin-bottom: 0;
}

/* COPYRIGHT */

#copyright {
    margin-top:1rem;
}

    #copyright p {
        color: #C4C4C4;
        font-size: 0.9rem;
        text-align: center;
    }

        #copyright p a {
            color: #C4C4C4;
        }

            #copyright p a:hover {
                color:#A1A1A1;
                text-decoration: none;
            }