html, body {
  height: 100%;
  background-image: url(../img/bg.jpg);
  background-size: cover;
}

h1 {font-size: 2rem;}
h2 {font-size: 1.5rem;}

.text-primary {color: #224263 !important;}

.font-weight-medium {font-weight: 400;}

.bg-primary {background: #224263 !important;}
.bg-light {background: #f2f2f2 !important;}
.bg-yellow {background: #ffeda6 !important;}
.bg-red {background: #d71315 !important;}

a {
  color: #224263 !important;
}

a:hover {
  color: #d71315 !important;
  text-decoration: none;
}

.btn-lg {
  font-size: 1.5rem;
}

.btn-primary {
  background: #224263 !important;
  border: none;
}

.btn-primary:hover, 
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background: #d71315 !important;
}

.btn-secondary {
  background: #224263 !important;
  border: 2px solid #ffffff !important;
}

.btn-secondary:hover, 
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  background: #ffffff !important;
  color: #224263 !important;
}

.btn-primary.focus, 
.btn-primary:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,
.btn-secondary.focus, 
.btn-secondary:focus, 
.btn-secondary:not(:disabled):not(.disabled).active:focus, 
.btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,0,0,.25);
}

.progress {
  height: 30px;
}

.progress .bg-red {
  width: 40%;
  height: 30px;
}

.progress .bg-light {
  width: 60%;
  height: 30px;
}

.trustpilot {
  max-height: 60px;
}

footer a {color: #000000 !important;}
footer a:hover { 
  color: #000000 !important;
  text-decoration: underline;
}

@media (min-width: 768px) { 
  h1 {font-size: 2.5rem;}
  h2 {font-size: 1.75rem;}

  .progress .bg-red {
    width: 20%;
  }

  .progress .bg-light {
    width: 80%;
  }
}