/*!
 * Start Bootstrap - Business Frontpage (https://startbootstrap.com/template/business-frontpage)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

body {
  font-family: Roboto,Helvetica Neue,sans-serif;
  padding-top: 15px;
  margin: auto;
}

.bg-primary {
  background-color: #304989 !important;
}

a {
  color: #304989;
}

a:hover {
  color: #5169b6;
}

.btn-primary {
  color: #fff;
  background-color: #304989;
  border-color: #304989;
}

.btn-primary:hover {
  color: #fff;
  background-color: #5169b6;
  border-color: #304989;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #5169b6;
  border-color: #304989;
  box-shadow: 0 0 0 0.2rem rgba(81, 105, 182, 0.2);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #304989;
  border-color: #304989;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #304989;
  border-color: #304989;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}


.appassist-header {
  margin-bottom: 0.5em;
}

.appassist-header-logo {
  max-width: 96px;
}

.appassist-header-language {
  width: 32px;
  margin-right: 1em;
}

.appassist-flag {
  margin: auto auto auto 0.5em;
  text-align: right;
}

.appassist-flag:hover {
  text-decoration: none;
  max-width: 32px;
}

.appassist-header-title {
  padding-top: 1.8em;
}

.appassist-ul-list {
  padding-left: 1em;
}

.appassist-ul-list > li {
  line-height: 1.5em;
}

.appassist-ul-list ul {
  padding-left: 1.2em;
}

.appassist-header-image {
  margin: auto;
}

.appassist-btn-image {
  text-align: center;
}

.appassist-link-image {
  border-radius: 30px;
}

.appassist-link-image:hover {
  border: 5px solid #4086ba;
}

.appassist-horz-spacer {
  flex: 0.9 1;
}

.appassist-footer {
  padding-bottom: 2.5em;
  padding-top: 2.5em;
  margin-bottom: 2.5em;
}

.appassist-content {
  padding: 1.5em 1em 1em;
  margin-bottom: 0.4em;
}

.appassist-text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

@media screen and (max-width: 399px) {
  .appassist-header-title {
    display: none;
  }
  .appassist-header-language {
    margin-right: 2em;
  }
}
@media screen and (min-width: 400px) {
  .appassist-horz-spacer {
    display: none;
  }
}
