/*!
 * esi.css
 *
 */

@media (max-width: 560px) {
    .barr {
      display:none;
    }
}

a{text-decoration: none; color:#1e6a8d;}

.aboutme img {
    border-radius: 100px;
    float: left;
    height: 200px;
    width: 200px;
}

.reveal .aboutme h1{
    font-size: 2.77em;
}
.barr > .title {
    padding-left: 15px !important;
}

.barr{
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #f1f0ec 100%) repeat scroll 0 0;
border-bottom: 1px solid #fff;
    height: 40px;
    top:0;
    position: fixed;
    width: 100%;
    z-index: 999;
    font-family: Roboto,sans-serif;
box-shadow: 0 1px 1px rgba(50, 50, 50, 0.5);}


.barr .title{
    color: #000000;
    line-height: 40px;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-style: oblique;
    font-weight: 700;
    padding: 5px;
display:inline;}

.bottom{bottom:0; top:auto;}

.cause{
    border-left: 1px outset #323232;

    float:right;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-style: oblique;
    padding: 5px;
    color: #000000;
    line-height:30px;
    padding-right: 15px;
    text-transform: uppercase;}

a .fa {
    color: grey;
}
a .fa:hover{
    color:#1e6a8d;
}

.fa {
    border-right: 1px solid #ccc;
    padding-left: 30px;
    padding-right: 30px;
}

.t-left {
    padding-left: 86px !important;
    text-align: left;

}
#logo {
    border-right: 1px outset #ccc;
    color: #000000;
    display: inline-flex;
    float: left;
    overflow: hidden;
    padding: 5px 10px 5px 5px;
    text-transform: uppercase;
    top: 0;
    width: 75px;
}

.box-text-shadow {
    background-color: #fff !important;
    color: #1e6a8d !important;
    margin-top: 10px !important;
    opacity: 0.63 !important;
    padding-top: 7px !important;
    text-align: center;
    padding-bottom: 7px !important;
}
.box-text-shadow >h2 {color:#000 !important;}
.box-text-shadow >h3 {color:#000 !important;}
.box-text-shadow > ol {
    margin-left: 64px !important;
}



