﻿/**
 * custom
 * place custom style in this file
 * add !important to the end if no effect
 * e.g. color: #fff !important;
 * --------------------------------------------------
 *
 */

body {
    font-family: HelveticaNeue !important;
}

.courses {
    /*color: #34eb4c;
            font-size: 30px !important;
            font-weight: bold;
            font-style: italic;*/
    /*font-family: HelveticaNeue;*/
    font-size: 15px;
    line-height: 1.50;
    /*color: #666666;*/
    color: ‎#FFFFFF;
    /*background-color: #ffffff;*/
}

.color {
    /*font-family: 'HelveticaNeue';*/
    font-weight: bold;
    font-style: normal;
}

.projects {
    font-weight: bold;
    /*font-family: HelveticaNeue;*/
    color: #000000;
    font-size: 30px;
}

.languages {
    font-weight: bold;
    /*font-family: HelveticaNeue;*/
    color: #000000;
    font-size: 30px;
    text-align: left;
    padding-left: 20px;
}

.input-group-addon:first-child {
    border-right: 0;
    color: #d4911e;
    /*background-color: #00344c;*/
    border: 0px;
    background-color: #0c699400;
}

.groups {
    font-family: 'HelveticaNeue';
    font-weight: bold;
    font-style: normal;
    color: #000000;
}
/*body, html {
    height: 100%;
    margin: 0;
    font-family: 'HelveticaNeue';
}*/
.panel-heading {
    background-image: url('../img/25318.jpg');
}

    .panel-heading a {
        color: #fe8a71;
    }

.bg {
    /* The image used */
    background-image: url('../img/25318.jpg');
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueBlackCond.woff2') format('woff2'), url('../fonts/HelveticaNeueBlackCond.woff') format('woff'), url('../fontsHelveticaNeueBlackCond.ttf') format('truetype'), url('../fontsHelveticaNeueBlackCond.svg#HelveticaNeueBlackCond') format('svg');
    font-weight: 900;
    font-style: normal;
}*/

/*@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueBlackCond.woff2') format('woff2'), url('../fonts/HelveticaNeueBlackCond.woff') format('woff'), url('../fonts/HelveticaNeueBlackCond.ttf') format('truetype'), url('../fonts/HelveticaNeueBlackCond.svg#HelveticaNeueBlackCond') format('svg');
    font-weight: 900;
    font-style: normal;
}*/
.site-loader {
    background-image: url('../img/25318.jpg');
}

.site-nav {
    background-image: url('../img/25318.jpg');
}

@media only screen and (max-width: 600px) {
    .site-footer {
        display: block;
        /*padding-left: 20px;*/
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        color: white;
        text-align: center;
    }

    #home {
        position: relative;
    }

    #intro {
        margin-top: 78px;
    }

    /*.site-footer__inner {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 800;
        height: 80px;
    }*/

    .site-nav__social {
        display: none;
    }
    /*.contactus {
        height: 600px !important;
        width: 100% !important;
        border: none;
    }*/
}

.contactus {
    height: 548px !important;
    width: 100% !important;
    border: none;
}

</style >
<style >
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #fe8a71;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fe8a71;
    background-color: #fe8a71;
    border-color: #fe8a71;
}

.panel-title {
    font-size: 14px;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.more-less {
    float: right;
    color: #fe8a71;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fe8a71;
}

.d_inline-block {
    display: inline-block !important;
}

.pl_20 {
    padding-left: 20px !important;
}
