/*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;
}*/

.bg-darkish, .bg-primary {
    background-color: #545e6a !important;
}

.bg-greenish {
    background-color: #82b792 !important;
}

.bg-orangish {
    background-color: #eb895f !important;
}

.service-item, .price-item, .php-email-form {
    height: 100%;
    border-radius:20px !important;
    box-shadow: 0 4px 12px rgb(226, 226, 226, 0.75);
    transition: transform 0.3s ease !important;
}

    .service-item:hover, .price-item:hover, .php-email-form:hover {
        transform: scale(1.02);
    }


.service-item, .price-item, .php-email-form {
    height: 100%;
    border-radius: 20px !important;
    box-shadow: 0 4px 12px rgb(226, 226, 226, 0.75);
    transition: transform 0.3s ease !important;
}

    .service-item:hover, .price-item:hover, .php-email-form:hover {
        transform: scale(1.02);
    }

.php-email-form .error-message {
    display: none;
    background: #df1529;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #ffffff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}