body {
    background-image: url(/img/bgb.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}

#map .amcharts-chart-div a{
    display: none !important;
}

.section {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    text-shadow: 2px 4px 30px #fff;
    padding: 2rem;
}

h5{
    line-height: 2rem;
    font-weight: 400 !important;
    color: #333;
    text-align: justify;
}
path {
    stroke: #666;
    cursor: pointer;
}

.article {
    text-align: left !important;
}

.article-title {
    color: #37B4CD;
    font-size: 1.3em;
    font-weight: 800;
}

.article-link {
    color: #37B4CD;
    font-size: 1em;
    font-weight: 500;
}

.ammapDescriptionWindow {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    overflow: auto;
}

.ammapDescriptionTitle {
    font-weight: bold;
    margin-bottom: 10px;
}

#content-spacer h3 {
    color: #6034bf;
    font-weight: 700;
}

@media screen and (max-width: 30em) {
    #map{
        height: 800px !important;
    }
    .ammapDescriptionWindow{
        left: 1em !important;
    }
}

.custom_map_style {
    width: 100%; 
    height: 1200px;
}

.textjustify{
    text-align: justify !important;
}