.map {
	position: absolute;
	width: 100%;
	height: 100%;
    z-index: -1;
}

#content {
    left: 0;
    margin: 130px auto;
    width: 40%;
    left: 30%;
    color: #fff;
    background-image: url('../img/map__bg-main.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}

#content h1 {
    text-align: center;
}

#text a:link, #text a:hover, #text a:visited, #text a:active {
    color: #dd3929;
    text-decoration: underline;
}

#text {
    font-size: 2em;
}

.progress {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    height: 20px;
}
.progress-bar {
    background: #dd3929;
}

.modal {
    color: #000;
}
