.hero {
  margin-top: 100px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero .heroText ul {
  padding-left: 0;
  line-height: 200%;
  list-style-type: none;
}

.hero .heroImg {
  margin-left: 3em;
  vertical-align: middle;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

.info div {
  width: 49%;
  background: #bac3f5;
  text-align: center;
}

.info div:first-child {
  background: #8c97c9;
}

.personal {
  margin: 50px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  color: lightgrey;
  background-color: #273446;
}

.bonus {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Gbody {
  background: #00a3a7;
  background: -webkit-gradient(linear, left top, right top, from(#00a3a7), color-stop(50%, #000085), to(#aa00af));
  background: linear-gradient(90deg, #00a3a7 0%, #000085 50%, #aa00af 100%);
}

.Ghero {
  margin-top: 100px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.Ghero .GheroText ul {
  padding-left: 0;
  line-height: 200%;
  list-style-type: none;
}

.Ghero .GheroImg {
  margin-left: 3em;
  vertical-align: middle;
}

.Ginfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

.Ginfo div {
  width: 49%;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  color: white;
}

.Ginfo div:first-child {
  background: rgba(255, 255, 255, 0.1);
}

.Gpersonal {
  margin: 50px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.Gbonus {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Gbonus a p {
  color: white;
}

a {
  text-decoration: none;
}

a:link {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  color: darkgray;
}

a:active {
  color: black;
}

h1, h2, h3 {
  font-weight: 500;
}

h2, h3 {
  font-weight: 300;
}

p, li {
  font-weight: 300;
}

.box {
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.2);
}

html {
  height: 100%;
}

html body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html .sectionContainer {
  height: 100%;
  width: 1400px;
  margin: 0 auto 0 auto;
  background-color: transparent;
}

html footer {
  background-color: black;
  color: white;
  height: auto;
  text-align: center;
  padding: 20px;
  margin-top: auto;
}

html footer i {
  padding: 10px;
  cursor: pointer;
  color: white;
}

html footer i:hover {
  color: lightgray;
}

html footer i:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
/*# sourceMappingURL=style.css.map */