html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Index */
.contact-button {
    display: inline-block;
    padding: 1em;
    margin-top: .5em;
    background-color: #e6e6e6;
    color: #fff;
    border-radius: 50px;
    transition: .5s ease-in-out;
}

.project-bottom .contact-button {
    background-color: bisque;
    color: black;
}

.contact-button:hover {
    background-color: azure;
}

.project-bottom .contact-button:hover {
    background-color: darkgoldenrod;
    color: black;
}

.review-bg {
    background: url(../images/team.jpg) no-repeat;
    background-size: cover;
}

.review-img {
    max-height: 90px;
    width: auto;
}

.review-container {
    padding: 1em 0;
    border-bottom: 1px solid #efefef;
}

/* Examples */
.example-img {
    width: 275px;
    height: 200px;
    margin-top: 5px;
}

/* googlemap iframe */
iframe {
    width: 100%;
}

/* Custom Css*/
.ser-h4 {
    font-size: 1.5em;
    color: #000;
    font-family: 'Fjalla One', sans-serif;
}

.proj-li {
    font-size: 1em;
    color: #585858;
    background: url(../images/tick.png) no-repeat;
    padding: 0em 0em 0em 2em;
}