﻿body {
  font-size: 14px;
  font-family: "Lato", sans-serif !important;
}

@media (min-width: 768px) {
  body {
    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%;
}

.content-width {
    width: 100%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
}

ul.check-list {
    list-style: none;
}

    ul.check-list li:before {
        content: '✓';
        margin-right: 10px;
    }

ul.plus-list {
    list-style: none;
    list-style-position: outside;
}

    ul.plus-list li:before {
        content: '+';
        margin-left: -20px;
        margin-right: 10px;
    }

.fw-600 {
    font-weight: 600;
}

.bg-netk {
    background: #dd4c47;
    color: white;
}

.fg-netk {
    color: #d91f32;
}