body {
  background-image: url('imgs/linaspace-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
}
p {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  line-height: 36px;
}
a {
  color:#fff;
}
a:hover {
  color:#a1a1a1;
}
.container-fluid {
  padding: 40px;
}

.row {
  position:relative;
  padding-right: 40px;
}

.bottom {
  position: absolute;
  bottom: 40px;
}

.alignright {
  text-align:right;
}

.logo {
  height:110px;
}

@media only screen and (max-width: 600px) {
  .alignright {
    text-align:left;
  }

}
