.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  background-image: url("../images/bg.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

@media (max-width: 550px) {
  .background {
    opacity: 0.3;
    width: 100%;
  }
}

body {
  height: 100vh;
}

.container,
.row {
  height: 100%;
}

.one-half.column {
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.links {
  min-height: 28px;
}

.links a {
  line-height: 24px;
  font-size: 24px;
  text-decoration: none;
}

@media only screen and (max-width: 550px) {
  .links a {
    line-height: 48px;
    font-size: 48px;
  }
}

a {
  color: #487599;
}

.links a.linkedin {
  color: #4875b4;
}

.links a.twitter {
  color: #33ccff;
}

ul {
  list-style: none;
}

li {
  margin-bottom: 0px;
}

h3 {
  font-size: 16px;
  margin-bottom: 8px;
}