:root {
  --padding: 0.5vw;
}

body {
  margin: 0;
  padding: 0;
  /* font-size: 0; */
  text-align: center;
  font-family: 'Arsenal', sans-serif;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #1C1C1C;
  color: white;
}

.header {
  display: block;
  width: 100%;
  background-image: url(../images/background.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 200px;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 25px;
}

h4 {
  color: #FFBA00;
  text-align: left;
  font-size: 12px;
}

h5 {
  color: #fff;
  text-decoration: none;
}

.profileHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.profileHeader img {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  margin: auto 0;
  margin-right: 20px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.profileHeader .headerText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.profileHeader .headerText h1 {
  margin: 0;
}

.profileHeader .headerText h4 {
  margin: 0;
}

.iconsArea {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.iconsArea .icon {
  padding: 10px;
  width: 80px;
}

.iconsArea .icon img {
  height: 30px;
}

.iconsArea .icon h4 {
  padding: 0;
  margin: 0;
  font-size: 11px;
  color: #FF8900;
  text-align: center;
}

.bottom {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 300px;
  margin-top: 30px;
}

.bottom .left {
  text-align: left;
  margin-bottom: 30px;
  font-size: 11px;
  padding: 10px;
}

.bottom .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10px;
}

.bottom .right h5 {
  margin: 5px 0;
  padding: 0;
}

.bottomBlack {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  margin-top: 30px;
  background-color: black;
}

.addContactBtn {
  padding: 10px 40px;
  color: white;
  border: white solid 1px;
  border-radius: 10px;
  margin-top: 20px;
}
/*# sourceMappingURL=style.css.map */