@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

#home {
  color: #fff;
  background-color: #ff5722
}

#privacy {
  color: #000;
  background-color: #fff
}

#privacy ol {
  counter-reset: section;
  list-style-type: none;
  padding-left: 15px
}

#privacy ol li {
  margin-top: 15px;
  margin-bottom: 15px
}

#privacy ol li:before {
  counter-increment: section;
  content: counters(section, '.') '. '
}

@media (max-width:767px) {

  #privacy li,
  #privacy p {
    font-size: 12px
  }
}

#terms {
  color: #000;
  background-color: #fff
}

#terms ol {
  counter-reset: section;
  list-style-type: none;
  padding-left: 15px
}

#terms ol li {
  margin-top: 15px;
  margin-bottom: 15px
}

#terms ol li:before {
  counter-increment: section;
  content: counters(section, '.') '. '
}

@media (max-width:767px) {

  #terms li,
  #terms p {
    font-size: 12px
  }
}

body {
  font-family: Montserrat, sans-serif;
  color: #fff;
  background-color: #000
}

h1 {
  font: 900 24px/1em Montserrat, sans-serif;
  text-transform: uppercase
}

main.content {
  background-image: url('../images/BG.jpg');
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
}

main.content img.img-logo {
}

main.content p {
  font: 400 18px/1.5em Montserrat, sans-serif
}

.bars {
  font: 400 12px/2em Montserrat, sans-serif;
  color: #fff;
  background-color: #000843;
  min-height: 50px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.bars a,
.bars a:focus,
.bars a:hover {
  font-weight: 900;
  color: #fff
}

.bars ul {
  margin-bottom: 0
}

.img-phone {
  height: calc(100vh - 286px)
}

@media (max-width:767px) {
  .bars {
    flex-direction: column
  }

  .bars img.img-logo-sm {
    margin-bottom: 15px
  }
}