h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.navbar {
  border: 2px solid #000;
}

.on {
  border: 1px none #000;
}

.on:hover {
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 216, 209, .51)), to(rgba(47, 216, 209, .51)));
  background-image: linear-gradient(180deg, rgba(47, 216, 209, .51), rgba(47, 216, 209, .51));
}

.welcome {
  position: absolute;
  display: block;
  width: 100%;
  margin-top: 55px;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #000;
  background-color: #ff00f5;
  color: #56f30d;
  text-align: center;
}

.unordered-list {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: 12%;
  margin-left: 12%;
}

.section {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
}

.list-item {
  padding: 2%;
  border: 1px solid #000;
  text-align: center;
}

.paragraph {
  position: relative;
  left: -26%;
  display: block;
  width: 100vw;
  margin-right: 25%;
  margin-left: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.list-item-2 {
  padding: 2%;
  border: 1px solid #000;
  text-align: center;
}

.list-item-3 {
  margin-right: 0%;
  margin-left: 0%;
  padding: 2%;
  border: 1px solid #000;
  text-align: center;
}

.div-block {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100vw;
  margin-top: 4%;
}

.image {
  position: absolute;
  left: 0px;
  top: 7.3%;
  right: 0px;
  bottom: 0px;
  width: 50%;
  max-width: 135%;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 45%;
  margin: 14% 45% 14% 39%;
}

.image-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  max-width: 135%;
}

.paragraph-2 {
  padding-right: 40px;
  padding-left: 40px;
  background-color: rgba(84, 179, 243, .39);
  color: #fff;
  text-align: left;
}

.heading {
  text-align: center;
}

.heading-2 {
  background-color: red;
  color: #ebff00;
  text-align: center;
}

.heading-3 {
  display: block;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgba(92, 255, 0, .33);
  font-size: 25px;
  text-align: center;
}

.image-3 {
  text-align: center;
}

.container {
  text-align: center;
}

.heading-4 {
  text-align: center;
}

.heading-5 {
  position: absolute;
  top: -43%;
  z-index: 200;
  display: block;
  width: 100%;
  background-color: rgba(101, 177, 230, .75);
  color: red;
  text-align: center;
}

.paragraph-3 {
  margin-top: 10px;
  background-color: #9ca4aa;
  font-size: 9px;
  text-align: right;
}

.rich-text-block {
  background-color: #c1c8cc;
  text-align: center;
}

.rich-text-block.bottom {
  padding-right: 30px;
  padding-left: 30px;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
}

.heading-6 {
  position: relative;
  margin-top: 13px;
  padding-bottom: 34px;
  background-color: #fff;
  text-align: center;
}

.heading-7 {
  background-color: #1da4ff;
  font-size: 25px;
  text-align: center;
}

.section-2 {
  margin-bottom: 49px;
  padding-bottom: 64px;
  background-color: #1da4ff;
  text-align: center;
}

.body {
  background-color: #00ff7a;
  text-align: center;
}

.heading-8 {
  background-color: #00ff7a;
  font-size: 25px;
}

.div-block-3 {
  background-color: #327eb1;
}

.heading-9 {
  font-size: 25px;
}

.heading-10 {
  background-color: hsla(0, 0%, 73%, .79);
  font-size: 25px;
}

.div-block-4 {
  background-color: hsla(0, 0%, 73%, .79);
}

.heading-11 {
  font-size: 25px;
}

.heading-15 {
  display: inline-block;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-2 {
  height: 100px;
  border-bottom: 1px solid #000;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  width: 100vw;
}

.paragraph-5 {
  padding-right: 40px;
  padding-left: 40px;
  color: #fff;
  text-align: center;
}

.heading-16 {
  background-color: #000;
  color: #2f0;
  text-align: center;
}

.paragraph-6 {
  padding-right: 31px;
  padding-left: 31px;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
}

.heading-17 {
  margin-right: 30px;
  margin-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #363636;
  color: red;
  text-align: center;
}

.heading-18 {
  background-color: #000;
  color: #4f0;
  text-align: center;
}

.paragraph-7 {
  padding-right: 31px;
  padding-left: 31px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.paragraph-8 {
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 31px;
  padding-left: 31px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.body-2 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #000;
}

.heading-19 {
  text-align: center;
}

.paragraph-9 {
  padding-right: 40px;
  padding-left: 40px;
}

.heading-20 {
  margin-bottom: 0px;
  border-bottom: 1px solid #000;
  background-color: rgba(84, 179, 243, .39);
  color: #3867ff;
  text-align: center;
}

.bold-text {
  color: #fff;
}

@media (max-width: 991px) {
  .unordered-list {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .heading-12 {
    font-size: 25px;
  }
  .heading-13 {
    font-size: 25px;
  }
  .heading-14 {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .heading-3 {
    margin-right: 4px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
  }
  .paragraph-3 {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .rich-text-block {
    position: static;
    display: block;
    font-size: 75%;
  }
  .rich-text-block.bottom h3 {
    background-color: #a7668f;
    font-size: 100%;
  }
}

