img.blog-cover-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

nav-height {
  height: 44px;
}

img.blog-content-image {
  height: auto;
  display: block;
  margin: 0 auto;
}

img.logo {
  width: 346px;
  height: 64px;
}

img.blog-preview-image {
    max-height: 200px;
}

img.about-image {
  max-height: 500px;
  max-width: 500px;
}

img.certification-image {
  max-width: 167px;  
}

div.blog-preview {
    min-height: 340px;
}

:root {
  --text-outline-color: rgba(0, 0, 0, 0.2);
}

.outlined-text {
  /* font-size: 2em; */
  text-shadow: -1px -1px 0 var(--text-outline-color),
    1px -1px 0 var(--text-outline-color), -1px 1px 0 var(--text-outline-color),
    1px 1px 0 var(--text-outline-color);
}

.nav-upper {
  height: 50px;
}

.nav-lower {
  height: 50px;
  margin-top: 50px;
}

slogan {
  font-style: italic;
  font-weight: 400;
}

limited-width {
  max-width: 800px;
}

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;
}

.pricing-header {
  background-color: #f8f9fa;
  padding: 3rem 1rem;
  text-align: center;
}

.feature {
  margin: 2rem 0;
}

.feature-icon {
  font-size: 2rem;
  color: #007bff;
}

.feature h4 {
  margin-top: 1rem;
  font-size: 1.25rem;
}

.pricing-plan {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 2rem;
  margin: 1rem;
  text-align: center;
}

.pricing-plan h2 {
  font-size: 1.5rem;
}

.pricing-plan .price {
  font-size: 2rem;
  color: #333;
  margin: 1rem 0;
}

.cta-button {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .hide-on-small {
    display: none;
  }
}

@media (max-width: 992px) {
  .hide-on-medium {
    display: none;
  }
}

@media (max-width: 1200px) {
  .hide-on-large {
    display: none;
  }
}
