body{
    background: url('../../img/background.jpg') no-repeat center center fixed;
    background-size: cover;
    margin-top:  20px;
    margin-bottom: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}



.header, .footer, .menu {
    height: 130px;
    background-color: white;
    position: relative;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.menu{
    margin-left: 10px;
}
.header {
    border-radius: 0px 0px 4px 4px;
    background-image: url('../img/logo-event.png');
    background-size: auto 100px;
    background-repeat: no-repeat;
    margin-top: -20px;
    margin-bottom: 15px;
}
.header h1 {
    margin: 0;
    height: 70px;
    padding-top: 5px;
}
.header h2 {
    color: #777;
    margin: 0;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    padding-right: 5px;
}
.footer {
    margin-bottom: -20px;
    margin-top: 15px;
    border-radius: 4px 4px 0px 0px;
    line-height: 110px;
    padding: 5px;
}

.footer a img {
    max-width: 100%;
    width: 350px;
}

.angular-google-map, .angular-google-map-container {
    height: 600px;
}

.custom-info-window {
    background: white;
    color: black;
    padding: 5px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    border-radius: 5px;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    margin-left: -25px;
    text-align: center;
}
.custom-info-window > a {
    height: 40px;
    width: 40px;
    overflow: hidden;
    display: block;
}
.custom-info-window img {
    width: 100%;
}
.custom-info-window:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: white transparent;
    display: block;
    width: 0;
    z-index: 1;
    left: 10px;
    top: 45px;
}

.followlogin {
    text-align: center;
    min-height: 200px;
}
.followlogin .form-control {
    border-radius: 4px;
}

.dotless{
  list-style-type: none;
}

@media (max-width: 768px) {
    body {
        background-image: none;
        background-color: #3c8dbc;
    }
    .header {
        background-image: none;
    }
    .header h1 {
        font-size: 25px;
    }
    .header h2 {
        font-size: 20px;
    }
    .header, .footer, .thumbnail, .panel {
        border-radius: 0;
    }
    .angular-google-map, .angular-google-map-container {
        height: 300px;
    }
}

.header-link {
    position: absolute;
    bottom: 0;
    padding: 5px;
}
