body {
  font-family: 'Droid Sans', sans-serif;
}

.newsletter {
  background-color: #232525;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.new {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main {
  padding-top: 40px;
  padding-bottom: 50px;
}

.header-big {
  min-height: 45vh;
  background: url(bons_edited.JPG) top center no-repeat;
  background-size: cover;
}

.law-big {
  min-height: 40vh;
  background: url(hero-background.jpg) top center no-repeat;
  background-size: cover;
}

.cash-big {
  min-height: 40vh;
  background: url(cash.jpg) top center no-repeat;
  background-size: cover;
}


.f-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.modal-content {
  border-radius: 0;
}

h1,h2,h3,h4,h5 {
  font-family: 'Francois One', sans-serif;
}

h2 {
  font-size: 45px;
}
h1 {
  font-size: 60px;
}
h3 {
  font-size: 30px;
}
.bigger {
  font-size: 20px;
}

small {
  font-size: 14px;
}

.btn{
  color: #fff;
  background-color: #3498db;
}

.btn-lg, .input-lg {
    border-radius: 0;
}

.semi {
  font-size: 17px;
}
.jumbotron {
  margin: 0;
}
