@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

.navbar-brand {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
/*    padding-top: 9px;*/
}

.navbar-brand-title {
    font-size: 2em;
    font-weight: 700;
}

.navbar-brand-subtitle {
    font-size: 1em;
}

.schedule-event {
    padding-bottom: 10px;  
}

body {
    padding-top: 70px;
}

.alt-schedule-event {
    background: #f5f5f5;
}

.underline {
    border-bottom: 1px solid #18bc9c;
}

.footer {
    padding-top: 10px;
    border-top: 1px solid #18bc9c;
    margin-top: 20px;
}

.event-details {
    padding-top: 20px;
}

#map-canvas {
    height: 700px;
}
.logo-google {
    max-height: 80px;
}
.logo {
    max-height: 70px;
    margin: 10px 10px;
}
.logo-sponsor {
    max-width: 100%;
    margin: 10px 10px;
}

.line-right {
    border-right: 1px solid #18BC9C;
}

.profile-image {
    margin-top: 20px;
    max-width: 130px;
    border: 1px solid #2c3e50;
}
.container-fluid {
    margin: 0px 40px;
}
