/*!
 * helpcity.css
 *
 */

@media (max-width: 560px) {
.logo img{display:none;}
.title{float:none !important;margin-top:40px !important;margin-right:0px !important;text-align: center;}
}

li, p{color:#6a6c6b !important;}
.reveal.center .slides section{}

.reveal h1, .reveal h2{display: inline;}
.barr {
    background-color: #ffffff;
    height: 110px;
    position: fixed;
    width: 100%;
    display: flex;
    flex-flow: column;
    margin-bottom: 122px;
}

hr {
    border-top: 1px solid #g6g6g6;
    width: 50%;
}
.first.present {
    margin-top: 40px;
}
.title {
    float: right;
    margin-top: 20px;
    margin-right: 30px;
    text-transform: uppercase;
font-family: "Quicksand", sans-serif;}

.logo img {
    height: 110px;
    float: left;
    margin-left: 30px;
}

.reveal small{
	float: right;
}

