#home,
body,
html {
    height: 100%;
    width: 100%
}

.navbar-default .nav li a,
form .btn {
    text-transform: uppercase;
    letter-spacing: 1px
}

body,
html {
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .21)
}

.btn-circle:hover,
.colorproject {
    color: #fff
}

a {
    cursor: pointer
}

.text-vcenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.pad-section {
    padding: 50px 0
}

.colorproject {
    background: url(../img/backgroundprojects.jpg) no-repeat center center;
    padding: 20px 0
}

.language,
.technology {
    border-radius: 5px;
    padding: 0 3px 1px;
    line-height: 2em;
    font-weight: 700;
    background-color: #9a4242;
    color: #fff;
}


@media (min-width:768px) {
    .pdf {
        background: url(../img/pdf.png) center no-repeat;
        display: table;
        font-size: 20px;
        height: 256px;
        width: 256px
    }
}

@media (max-width:768px) {
    .pdf {
        background: url(../img/min-pdf.png) center no-repeat;
        display: table;
        font-size: 20px;
        height: 128px;
        width: 128px
    }
}

.accordion,
.accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.accordion {
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    border-radius: 3px;
    background: #2a4191
}

.accordion-section-title {
    width: 100%;
    padding: 15px;
    display: inline-block;
    border-bottom: 1px solid #1a1a1a;
    background: #333;
    transition: all linear .15s;
    font-size: 1.2em;
    text-shadow: 0 1px 0 #1a1a1a;
    color: #fff
}

.accordion-section-title.active,
.accordion-section-title:hover {
    background: #4c4c4c;
    text-decoration: none;
    color: #1955da
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: bone
}

.accordion-section-content {
    color: #ffffff;
    padding: 15px;
    display: none
}

.status-ok,
.status-progress {
    border-radius: 5px;
    padding: 0 3px 1px;
    line-height: 2em;
    font-weight: 700;
    background-color: #1372d5
}

.status-progress {
    color: #ffffff
}

.status-ok {
    color: #ffffff
}

.report {
    text-align: right
}



form .btn {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    border-radius: 0;
    padding: 12px
}

.btn-default:focus,
form .btn-default:hover {
    background-color: #0085a1;
    border: 1px solid #0085a1;
    color: #fff
}

footer {
    padding: 20px 0
}

footer .copyright {
    font-size: 14px;
    text-align: center;
    margin-bottom: 2px
}
