.bg-globe {
  filter: sepia(NaN%);
  background-image: url("../img/pattern-world-map.jpg");
  background-size: cover;
  background-position: center top;
}

.heading-blue {
  color: var(--txt-blue);
}

.center-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.center-img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

#bg-body {
  background-image: url("../../img/pattern-world-map.jpg");
}

#side-img-page4 {
  padding-bottom: 25px;
  max-width: 450px;
}

.list-unstyled {
  margin-left: 100px;
  font-size: 25px;
}

.bullet-text {
  font-size: 25px;
}

#sub-title {
  margin-top: -30px;
  font-size: 25px;
}

.panel-title {
  font-size: 22px;
}

.panel-items {
  font-size: 18px;
}

.panel-body {
  font-size: 20px;
}

#sub-title2 {
  margin-top: 10px;
  font-size: 20px;
}

#side-img-page13 {
  min-width: 250px;
  padding-bottom: 25px;
}

#side-img1-page29 {
  width: 500px;
  margin-left: 350px;
  margin-top: -200px;
}

#side-img2-page29 {
  width: 500px;
  margin-top: 200px;
  margin-left: -200px;
}

#bg-body-lastpage {
  background-color: #00578e;
}

#h1-lastpage {
  color: white;
}

#parag1-lastpage {
  color: white;
  font-size: 1.5em;
}

#img-lastpage {
  max-width: 120px;
}

#content {
  padding-top: 25px;
}

.padding-b-25 {
  padding-bottom: 25px;
}

.panel-default .panel-heading {
  padding: 10px 15px;
}

hr {
  border: 1px solid #ffffff;
}

#click-here-to-print {
  margin-bottom: 20px;
  display: block;
  text-decoration: underline;
}

.bg-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}

.content-center-element {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.chapter-page-title {
  font-size: 48px !important;
}

title-page-font-size {
  font-size: 30px;
}

