a,
a:link,
a:visited,
a:active {
  color: #f39;
  text-decoration: none;
}

h1,
h2 {
  color: #8960a0;
}

h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

body {
  background: rgba(218, 210, 221, 0.77);
}

.wrap {
  width: 90%;
  max-width: 800px;
  margin: auto;
}

.big {
  font-size: 1.5em;
  font-weight: bold;
}

a {
  text-transform: uppercase;
  font-weight: 600;
}

a:hover {
  color: #d052f7;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap p {
  font-family: "Georgia", serif !important;
  color: rgba(10, 5, 3, 0.85);
  text-align: justify;
  padding-bottom: 1em;
  font-size: 18px;
  line-height: 1.6em;
}

img.profilepic {
  padding: 10px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.profile {
  width: 200px;
  margin-right: 20px;
}

.contact {
  margin-bottom: 20px;
}

.nav,
.nav-tabs > li,
.nav-pills > li {
  display: inline-block;
  float: none !important;
}

.nav-pills li a {
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}

.nav-pills li.active a,
.nav-pills li:hover a {
  background-color: #f39 !important;
  color: #fff;
}

.nav-pills li.active:hover a {
  background-color: #000;
  color: #f39;
}

@media screen and (max-width: 800px) {
  .big {
    font-size: 20px;
    font-size: 1.5em;
  }

  header {
    display: block;
    text-align: center;
    margin: auto;
  }

  .profile {
    margin: auto;
    text-align: center;
    width: 100px;
  }

  header p.big {
    text-align: center;
  }
}
