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: 5px;
}


/*CSS to match HomeScan to AVI site styles*/
body {
   font: 18px 'Lato', sans-serif;
   background-color: #f4f7ff;
}

/*Nav Links*/
.navbar-nav .nav-item .nav-link {
   font-weight: 600;
   font-size: 16px;
   color: #666 !important;
}

.navbar-nav .nav-item.active,
.navbar-nav .nav-item:hover {
   background: #eee;
}

.icon-hover:hover {
   background: #eee;
}

/*Typography*/
.navbar {
   padding: 0;
}

.font-weight-bold {
   font-weight: bold;
}

#body-container.container-fluid {
   padding-left: 0;
   padding-right: 0;
}
/*
h1-area {
   background-color: #2484C6 !important;
}
*/
#body-container .h1 {
}

h1, .h1 {
   font: 700 32px 'Lato', sans-serif;
   line-height: 1.1em;
   color: white;
   text-align: center;
   text-transform: uppercase;
   text-shadow: 0.08em 0.08em 0em rgba(0,0,0,0.4);
   padding: 25px;
   background-color: #2484C6 !important;
}

h2, .h2 {
   font: 500 30px 'Lato', sans-serif;
   color: #1c1c1c;
   line-height: 1.4em;
   padding-bottom: 15px;
}

h3, .h3 {
   font: 700 26px 'Lato', sans-serif;
   line-height: 1.2em;
   color: #0a0a0a;
}

p, .p, label, .form-group {
   font: 18px 'Lato', sans-serif;
   color: #262626;
   line-height: 1.6em;
}

a {
   color: #2484C6;
   text-decoration: none;
}

/*Form Elements*/
form .form-floating .form-control {
   background-color: #fff;
   border-radius: 2px;
   color: #333;
   font-size: 16px;
   border: 1px solid #ccc;
   padding: 6px 10px;
   line-height: 1.3;
   margin-bottom: 10px;
   border: 1px solid #000;
}

.form-control {
   border: 1px solid #000;
}

.btn {
   font-size: 16px;
   font-weight: bold;
   line-height: 1.5;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
   border: 2px solid transparent;
   border-radius: 2px;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

   .btn:hover {
      background: transparent;
      color: #2484C6;
   }

.btn-primary, .btn-check:checked + .btn-primary {
   color: #fff;
   background: #2484C6;
   border-color: #2484C6;
   /*border-radius: 40px;*/
}

   .btn-primary:hover, .btn-check:checked + .btn-primary:hover {
      background: transparent;
      color: #2484C6;
   }

.btn-secondary {
   /*border-radius: 40px;*/
}

/*Pricing Page*/
.card-header {
   background-color: #2485C6;
   background-color: white;
}

   .card-header h4 {
      color: white;
      color: #2485C6;
      font-weight: 700 !important;
      text-transform: uppercase;
      font-size: 18px;
   }

.card .btn {
   color: #fff;
   background: #2484C6;
   border-color: #2484C6;
}

   .card .btn:hover {
      color: #2484C6;
      background: transparent;
      border-color: #2484C6;
   }

/*Saved Items*/
table tbody {
   border: none !important;
   background-color: white;
}

thead, tbody, tfoot, tr, td, th {
   border-color: #ddd !important;
   border-style: solid;
   border-width: 1px;
}

thead {
   background-color: #2485C6;
   color: white;
   font-weight: 700 !important;
   text-transform: uppercase;
   font-size: 18px;
}

/*Acount Page*/
.nav-link {
   color: #2485C6;
}

.nav-pills .nav-link.active {
   background-color: #2485C6;
}

img.avi-logo {
   object-fit: contain;
   float: right;
   max-width: 200px;
   max-height: 125px;
   width: auto;
   height: auto;
}

@media (max-width: 576px) {
   img.avi-logo {
      float: none;
      margin: 0 auto;
      max-width: 100%;
      display: block;
   }
}

h1, h2 {
   font-weight: bold;
}

.default-font {
   /*font-family: var(--bs-body-font-family);*/
   font-family: 'Lato', sans-serif;
   font-size: var(--bs-body-font-size);
   font-weight: var(--bs-body-font-weight);
   line-height: var(--bs-body-line-height);
}

.footer a {
   text-decoration: underline;
}

.footer-font {
   /*font-family: Open Sans,Arial,sans-serif;*/
   font-family: 'Lato', sans-serif;
   font-size: 14px;
   line-height: 1.3em;
}

.footer-font-small {
   font-size: 12px;
   line-height: 15px;
}

:root {
   --e-global-color-c47efd0: #2484c6;
   --e-global-color-4f2e19d: #ffffff;
}