#map svg {
  position: absolute;
  top: 0;
  left: 0;
}

#map img {
  position: absolute;
  top: 0;
  left: 0;   
}

.map1 {
  box-shadow: 0 10px 10px 10px #030303;
  width: 500px;
  height: 500px;
}

.map2 {
  box-shadow: 0 10px 10px 10px #030303;
  width: 500px;
  height: 500px;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding-left: 80px;
}

.main > section:first-of-type > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.main > section:nth-of-type(2) {
  display: flex;
  margin-top: 260px;
  position: relative;
}

.main > section:nth-of-type(3) {
  padding-right: 40px;
}

.main > section:nth-of-type(3) > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.background {
  position: fixed;
  display: flex;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.title {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
  left:115px;
  top: -260px;
}

.title > img {
  width: 300px;
  height: auto;
}

.title > h3 {
  color: #ffdb9c;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 100px;
  margin-left: 10px;
}

header {
  color: #ffdb9c;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 25px;
  text-shadow: 0 0 5px black;
}

.barGraph rect {
  fill: #18a3b4;
}

.barGraph text {
  fill: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.barGraph line {
  stroke: none;
}

.barGraph path {
  stroke: none;
}

.barGraph2 rect {
  fill: #ec2540;
}

.barGraph2 text {
  fill: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.barGraph2 line {
  stroke: none;
}

.barGraph2 path {
  stroke: none;
}

.barGraph-labels {
  color: #c6a874;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 300px;
  width: 100px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.barGraph-labels li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bset1, .bset2 {
  position: relative;
}

.button {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #e9e7e2;
  border: 3px solid rgb(43, 43, 43);
  border-radius: 50px;
  transition: .1s;
}

.button:hover, .active {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  /* background: rgba(255, 255, 255, 0.13); */
  transition: .1;
  transition-timing-function: ease;
  border: 3px solid #18a3b4;
 }

.button2 {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #e9e7e2;
    border: 3px solid rgb(43, 43, 43);
    border-radius: 50px;
    transition: .1s;
}

.button2:hover, .active2 {
  transform: scale(1.2, 1.2);
  cursor: pointer;
  /* background: rgba(255, 255, 255, 0.13); */
  transition: .1s;
  transition-timing-function: ease;
  border: 3px solid #ec2540;
 }


 /* The Modal */
.info-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #dedede;
  margin: 15% auto;
  width: 70%;
  max-width: 1024px;
  font-family: Arial, Helvetica, sans-serif;
}

.modal-body {
  padding: 20px;
  display: flex;
}

.modal-body > div {
  margin-left: 20px
}

.modal-body > div > p:first-of-type {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 19px;
}

.modal-body > div > p:nth-of-type(2) {
  margin-top: 20px;
  font-size: 13px;
  line-height: 19px;
}

.modal-body > img {
  height: 200px;
  width: auto;
}

strong {
  font-weight: bold;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url('../images/lol-textures.png');
  color: white;
  height: 60px;
  padding: 0 20px;
}

.modal-body-alt {
  padding: 20px;
  font-size: 13px;
  line-height: 19px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close2:hover {
  cursor: pointer;
}

.close1:hover {
  cursor: pointer;
}

.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.btn1 {
  position: absolute;
  top: -70px;
  left: 50px;
  color: #c2c4c5;
  background-image: url("../images/btn_background.png");
  font-size: 14px;
  z-index: 15;
  height: 40px;
  border: 1px solid black;
  border-radius: 3px;
  transition: .4s;
}

.btn1:hover {
  transition: .4s;
  color: white;
  border: 1px solid rgba(193, 190, 228);
  box-shadow: 0 0 12px 0 rgba(193, 190, 228, 0.803);
}

.btn2 {
  position: absolute;
  top: -70px;
  right: 60px;
  color: #c2c4c5;
  background-image: url("../images/btn_background.png");
  font-size: 14px;
  z-index: 15;
  height: 40px;
  border: 1px solid black;
  border-radius: 3px;
}

.btn2:hover {
  transition: .4s;
  color: white;
  border: 1px solid rgba(193, 190, 228);
  box-shadow: 0 0 12px 0 rgba(193, 190, 228, 0.803);
}

.divider {
  background-color: #d1d3d4;
  border: 0;
  border-top: 1px solid #d1d3d4;
  border-bottom: 1px solid #f9f9fa;
  color: #d1d3d4;
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 2px;
}

.divider::before {
  left: 0;
  background-position: 0 -4px;
  position: absolute;
  top: -1px;
  right: 0;
}

.divider::after {
  content: "";
  display: block;
  height: 2px;
  width: 33px;
}

.links {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.profile-icon-li {
  width: 50px;
  height: 50px;
  margin-top: 2px;
  opacity: .7;
  transition: .2s;
}

.profile-icon-li:hover {
  opacity: 1;
  transition: .2s;
}

.profile-icon-li:focus {
  opacity: 1;
}

 .profile-icon-gh {
  width: 45px;
  height: 45px;
  opacity: .7;
  transition: .2s;
}

.profile-icon-gh:hover {
  opacity: 1;
  transition: .2s;
}

.profile-icon-gh:focus {
  opacity: 1;
}

 .profile-icon-al {
  width: 43px;
  height: 43px;
  margin-left: 4px;
  opacity: .7;
  transition: .2s;
}

.profile-icon-al:hover {
  opacity: 1;
  transition: .2s;
}

.profile-icon-al:focus {
  opacity: 1;
}

.contact {
  position: absolute;
  left: 42px;
  bottom: 95px;
  color: #c6a874;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.btn-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 20px;
  padding: 0 6px;
  transition: .2s;
  position: absolute;
  top: -35px;
  border-radius: 2px;
}

.m1-1, .m2-1 {
  left: 4px;
}

.m1-2, .m2-2 {
  left: 50px;
}

.m1-3, .m2-3 {
  left: 110px;
}

.m1-4, .m2-4 {
  left: 170px;
}

.m1-5, .m2-5 {
  left: 216px;
}

.m1-6, .m2-6 {
  left: 271px;
}

.m1-7, .m2-7 {
  left: 335px;
}

.m1-8, .m2-8 {
  left: 373px;
}

.m1-9, .m2-9 {
  left: 437px;
}