﻿.w-content {
    background-position: center top !important;
 background-size: contain;
}

.scaling-svg-container {
    position: relative;
    height: 0;
    width: 100%;
    padding: 0;
    padding-bottom: 100%;
}

.scaling-svg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


.highlight-country:hover {
    fill: #9B9B9B;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.highlight-country:active {
    fill: #18E497;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}

#jordan:hover {
    fill: #005696;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

#jordan:active {
    fill: #006696;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#dese {
    fill: #bbb;
}

.map-on {
  fill: #18E497;
  /*stroke: #1D1940;*/
    stroke: #7A0B2B;
  stroke-width: 1;
}

/*.my-svg-alternate {
  display: none;
}

.no-svg .my-svg-alternate {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(image.png);
}*/
