body {
  background: url("../img/bg-image.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.top-content {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4); }
  .top-content .container .row .logo {
    max-width: none;
    flex: 0 0 100%;
    text-align: center;
    margin-top: -20px; }
    .top-content .container .row .logo img {
      width: 360px; }
  .top-content .container .row.content {
    display: block; padding: 70px 0 32px 32px; }
    .top-content .container .row.content p {
      font-size: 16px;
      color: white;
      line-height: 1.4;
      display: block;
      margin-bottom: 10px;
      padding-left: 23px;
      position: relative; }
      .top-content .container .row.content p:nth-child(4) {
        margin-bottom: 0; }
      .top-content .container .row.content p i {
        width: 20px;
        position: absolute;
        top: 3px;
        left: 0; }
      .top-content .container .row.content p a {
        transition: .4s;
        color: white;
        text-decoration: none;
        font-weight: 500; }
        .top-content .container .row.content p a:hover {
          text-decoration: none; }

/*# sourceMappingURL=style.css.map */
