﻿/*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;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}*/
html, body
{
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    background-image: url('../images/hero-image.png');
    background-size: cover;
    background-position: center;
}

.phone-number
{
    font-size: 4.0rem;
    font-weight: bold;
    color: orange;
    text-align: center;
    margin-top: 20px;
}

.hero-image
{
/*    background-image: url('../images/hero-image.png');
    background-size: cover;
    background-position: center;*/
/*    height: 400px;*/
    position: relative;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text
{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}
.darkbg
{
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.footer
{
    background-color: #f8f9fa;
    text-align: center;
    padding: 10px 0;
}