.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.column {
  float: left;
  padding: 5px;
}

.right {
  float: right;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.w05 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w30 {
  width: 30%;
}

.w32 {
  width: 32%;
}

.w55 {
  width: 55%;
}

.w66 {
  width: 66%;
}

.w80 {
  width: 80%;
}

.center {
  text-align: center;
}

.line {
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: 2px solid #1c244b;
  border-bottom: 2px solid #1c244b;
}

.flexcenter{
  display: flex;
  align-items: center;
}

body {
  color: #324a60;
}

h1 {
  color: #1c244b;
  font-size: 450%;
  padding-top: 5px;
  padding-bottom: 65px;
  border-top: 5px solid #1c244b;
  border-bottom: 5px solid #1c244b;
  background-image: url("../visual/gitc.png");
  width: 100%;
  background-position: center;
  background-size: contain;
  text-shadow: -2px 2px 0 #fff,
                2px 2px 0 #fff,
                2px -2px 0 #fff,
               -2px -2px 0 #fff;
}

h2 {
  color: #1c244b;
  font-size: 200%;
  padding-bottom: 3px;
  border-bottom: 2px solid #1c244b;
}

h2 img {
  width: auto;
  height: 25px;
  vertical-align: middle;
}

img {
  width: 15%;
  height: auto;
  vertical-align: middle;
}

ul li {
  margin-bottom: 10px;
}

ol li {
  margin-bottom: 20px;
}
