.underline {
  text-decoration: underline;
}

h1, h2 {
  text-align: left;
}

.times {
  font-family: "Times New Roman", Times, serif !important;
}

.page-title {
  background: linear-gradient(to right, rgb(9, 35, 93), rgb(62, 142, 210));
  color: #ffffff;
  padding: 10px;
  font-weight: 500;
  margin-bottom: 20px;
}

.display-big-screen {
  display: flex;
}

.display-small-screen {
  display: none !important;
}

.horizontal-divider {
  padding: 0px !important;
  margin: 55px -2% 35px!important;
  border-bottom: 4px solid #050426;
  height: fit-content;
}
.horizontal-divider span {
  display: block;
  height: 7px;
  margin-bottom: -3px;
  background-color: #050426a1;
}
.horizontal-divider-white {
  padding: 0px !important;
  margin: 55px -2% 35px!important;
  border-bottom: 4px solid #ffffff;
  height: fit-content;
}
.horizontal-divider-white span {
  display: block;
  height: 7px;
  margin-bottom: -3px;
  background-color: #ffffff;
}

.carousel-big-screen {
  display: block;
}
.carousel-small-screen {
  display: none;
}

@media screen and (max-width: 991px) {
  .carousel-big-screen {
    display: none !important;
  }
  .carousel-small-screen {
    display: block !important;
  }
}


#app .alternating-divs hr.styled-hr {
  border: 0;
  height: 1px;
  width: 100%;
  background-image: -moz-linear-gradient(left, white, #333, white);
  background-image: -ms-linear-gradient(left, white, #333, white);
  background-image: -o-linear-gradient(left, white, #333, white);
  background-image: -webkit-linear-gradient(left, white, #333, white);
}

#app .alternating-divs h2 {
    font-weight: 600;
    font-size: 2.2em;
    text-align: center;
    margin-bottom: 35px;
}

#app .alternating-divs .text-content {
  font-size: 1.4em;
  line-height: 1.5em;
}

/* IMPLEMENTING A CUSTOM LINE SEPARATOR*/
#app .alternating-divs .colour-block {
  background: #0a083a;
  width: 60%;
  padding: 5% 11% 8% 11%;
  color: #e6e6ff;
}

#app .alternating-divs .colour-block b {
  font-weight: 600;
}
#app .alternating-divs .white-block {
  background: #fff;
  width: 60%;
  padding: 5% 11% 8% 11%;
  color: #0a083a;
}
#app .alternating-divs .skew-cc {
  width: 100%;
  height: 90px;
  margin-top: -1px;
  position: relative;
  left: 0px;
  background: linear-gradient(to right bottom, #0a083a 49%, #fff 50%);
}
#app .alternating-divs .skew-c {
  width: 100%;
  height: 90px;
  margin-bottom: -1px;
  position: relative;
  left: 0px;
  background: linear-gradient(to left bottom, #fff 49%, #0a083a 50%);
}
  /* END OF LINE SEPARATOR SECTION*/

@media screen and (max-width: 1200px) {
  .top-page {
    margin-top: 54px;
  }
}

@media (max-width: 767px) {
  .display-big-screen {
    display: none !important;
  }

  .display-small-screen {
    display: flex !important;
  }

  #app .row {
    margin-right: -0px;
    margin-left: -0px;
  }
}

#frame hr {
  background-color: #07062d;
}

#frame b {
  font-weight: 500;
}

.flex-align-center {
   display: flex;
   align-items:center;
}

html {
  overflow: auto;
}

#root {
  height: 76%;
  width: 86%;
  position: relative;
  top: 12%;
  left: 7%;
}

body > div:not(#app) > div > div {
  height: 100%;
  /* margin-top: 10%; */
  width: 40%;
  float: right;
}

@media (max-width: 767px) {
  body > div:not(#app) > div > div {
    height: auto;
    width: auto;
  }

  body > div:not(#app) > div > div > span {
    background-color: #4fb0ae;
  }
}
