﻿html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

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

body {
  margin-bottom: 60px;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.flex-center {
  display: flex;
  align-items: center;
}

.no-padding {
  padding: 0 0;
}

.no-margin {
  margin: 0 0;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section.primary {
  background: url("../images/background-blue.svg") no-repeat;
  background-size: cover;
  color: #ffffff;
}
.section.primary .btn {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.section.primary .btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.section.secondary {
  background: url("../images/background-gray.svg") no-repeat;
  background-size: cover;
}

.btn {
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  color: #0083d9;
  border: 1px solid #0083d9;
}
.btn:hover {
  background: rgba(0, 131, 217, 0.1);
  color: #0083d9;
  border: 1px solid #0083d9;
}
.btn.major {
  font-size: 24px;
}

.pricing-table {
  font-size: 18px;
}
.pricing-table tr td:last-child {
  border-right: 0;
}
.pricing-table td {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #efeee8;
  border-right: 1px solid #efeee8;
}
.pricing-table td .fa-regular {
  font-size: 24px;
  color: #6d6e71;
}
.pricing-table td .fa-regular.fa-circle-check {
  color: #0083d9;
}
.pricing-table h2 {
  text-transform: uppercase;
  text-align: center;
}

.tag-line {
  font-size: 1.4rem;
  text-align: left;
}

footer {
  background: #1a1f20;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
