@media screen and (max-width: 600px) {
  .jumbotron h1, h2, h3 {
    font-size: 180%;
  }
  .features h4, .features i {
    font-size: 90%;
  }
  .topbar{
      visibility: hidden;
      display: none;
  }

  body { padding-bottom: 55px; 
    padding-top: 0}
}



@media screen and (min-width: 600px) {

 .fixed-bottom {
     visibility: hidden;
     display: none;
 }
}

body {
  font-family: 'Catamaran', sans-serif;
  font-size: 110%;
}

.bg-dark {
  background-color: #0e1111 !important;
  color: #fff;
}

a, .navbar-dark .navbar-nav .nav-link {
  color: #1f5478;
}
.botbar .navbar-dark .navbar-nav .nav-link {
  color: #ccc;
}

dl, ol, ul {
  margin-bottom: 0px;
}

.jumbotron {
  background-image: url('/img/dispute-credit-bg.jpg');
  background-size: cover;
  background-position: center;
  background-color: rgba(0,0,0,0.9);
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  margin-bottom: 0px;
  border-radius: 0px;
  max-width: 1115px;
}

.layer {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.jumbotron h1, h2, h3 {
  color: #fff;
}

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

.btn-primary:hover {
  background-color: #1f5478;
  border-color: #fff;
  color: #fff;
}

.features {
  background-color: #1f5478;
  padding-top: 40px;
  padding-bottom: 40px;
}

.features h4 {
  color: #fff;
}

.features i {
  margin-top: 20px;
  color: #ccc;
}

i {
  color: grey;
  margin-right: 10px;
}

h1, h2, h3, h4 {
  color: #1f5478;
}

.btn-secondary {
  border-radius: 0px;
  background-color: #0e1111;
}

.list-features li {
  position: relative;
  margin-left: 25px;
}

.list-features i {
  position: absolute;
  left: -25px;
  top: 3px;
}

.navbar p {
  font-size: 70%;
}

.navbar-brand img {
  width: 300px;
}

.fixed-bottom .btn {
  height: 55px;
  font-size: 140%;
}
