html,
body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

/* Move down content because navbar is fixed with 50px height */
body {
    font-family: 'Chivo', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 14px;
    color: #202020;
    padding-top: 50px;
    padding-bottom: 20px;
}

section {
    padding: 25px 0;
}

#content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background-color: #222;
    background: url(../img/bg.png) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h3 {
    font-size: 21px;	
}

.dropdown-menu > li > a:hover {
    background-color: #AFAFAF;
    background-image: none;
}

.icon {
    background-position: center center;
}

.navbar-default {
    padding-right: 2em;
}
.navbar-brand{
    padding: 0 0;
}

.logo {
    max-height:1%;
    width:auto;
}

.jumbotron {
    height: 50%;
    background: url(../img/edeiacom.png) no-repeat center center;
    -webkit-background-size: 35%;
    -moz-background-size: 35%;
    -o-background-size: 35%;
    background-size: 35%;
}

.center-container {
    padding-top: 40px;	
}

.row {
    margin-right: 5px;
    margin-left: 5px;
}

@media (min-height: 768px) {
    .jumbotron {
        height: 55%;
        -webkit-background-size: 40%;
        -moz-background-size: 40%;
        -o-background-size: 40%;
        background-size: 40%;
    }	
    .center-container {
        padding-top: 55px;
    }
}

.caption {
    text-transform: uppercase;
}

.thumbnail {
    border: 0px;
    background-color: transparent;
    text-align: center;
}

.img-logo {
    display: inline;
}

.lead {
    text-align: right;
    font-size: 16px;
}

.pull-right {
    padding-right: 10px;}

/* Set the fixed height of the footer here */
#contact {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: #222;
    z-index: -999;
}

.divider{
    border-top: 1px solid #777777;
}

.copyright
{
    color:white;
}

section#contact a {
    color: #777;
}

section#contact a.light {
    color: white;
}

.widget-contact img{
    padding-bottom: 10px !important;
    display: block;
    margin: auto;
}

.text-muted.light{
    color:white;
}

section#contact .bigicon {
    color: #777;
}
