html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}

.intro {
    height: 100%;
    width: 100%;
    margin: auto;
    display: table;
    top: 0;
    background: url("Images/front.jpg"), no-repeat 50% 50%;
    background-size: cover;
    font-family: Montserrat, sans-serif;
}

    .intro .inner {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        max-width: none;
    }

.content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 14%;
}

    .content h1 {
        font-size: 600%;
        font-weight: 600;
        color: red;
    }

    .content p {
        font-size: 500%;
        font-weight: 500;
        color: red;
    }

    .content .btn {
        font-size: 150%;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        color: red;
        border: solid red;
        padding: 8px 15px;
        border-radius: 12px;
    }

        .content .btn:hover {
            color: lightcoral;
            border: solid lightcoral;
        }

.bg-grey {
    background-color: #f6f6f6;
}

h1 {
    color: red;
}

.navbar {
    background-color: red;
    border: 0;
    font-family: Montserrat, sans-serif;
}

    .navbar li a, .navbar-header a {
        color: #fff !important;
    }

        .navbar-nav li a:hover, .navbar-nav li.active a, .navbar-header a:hover {
            color: red !important;
            background-color: #fff !important;
        }

.container-fluid {
    padding: 60px 50px;
}

.infoIcon {
    font-size: 200px;
    color: red;
}

.serviceIcon {
    color: red;
    font-size: 50px;
}

#firstImage {
    margin-left: 0px;
}

.delayedp1s {
    -webkit-animation-delay: .1s;
}

.delayedp2s {
    -webkit-animation-delay: .2s;
}

.slideanim {
    visibility: hidden;
}

#address {
  font-size: 200%;
}

#address i {
  color:red;
}

#facebook i{
  color: blue;
  font-size: 1200%
}

@media screen and (max-width: 1100px) {
  .content h1 {
      font-size: 450%;
  }

  .content p {
      font-size: 350%;
  }

  .content .btn {
      font-size: 130%;
  }
}

@media screen and (max-width: 900px) {
  .content h1 {
      font-size: 350%;
  }

  .content p {
      font-size: 250%;
  }

  .content .btn {
      font-size: 100%;
  }
}

@media screen and (max-width: 700px) {
  .content h1 {
      font-size: 300%;
  }

  .content p {
      font-size: 200%;
  }

  .content .btn {
      font-size: 80%;
  }
}
