body {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 300;
    font-size: 13pt;
    color: #333;
}

.ajalogo {
    text-align:center;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

#intro { 
    background: url(../../../images/home5.jpg) 50% 0 fixed;
    background-size:cover;
    height: auto;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 300px 0 500px 0;
    color:#66584f;
}

#home { 
    height: auto;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 150px 0;
    color:#66584f;
}
#about { 
    background: #cbc7b3;
    background-size: cover;
    height: auto;
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    padding: 20px 0;
    color:#66584f;
}

.hero-unit {
    padding: 20px 20px;
    border-radius: 5px;
    background-color: rgba(215,190,158,0.9);
    border: 2px solid rgba(255,255,255,0.5);
    color:#4c4134;
}

.bold-font {
    font-weight:600;
}

.media-object { 
    width: 64px; 
    height: 64px; 
    padding-bottom: 30px;
}

.hiddenselect {
    visibility:hidden;
}