/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */
body {
  /* font-family: "Barlow Semi Condensed", sans-serif; */
  font-family: "Barlow", sans-serif;
  font-size: 14px;
}

.btn-primary {
  color: #212529;
}

/* .bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
} */
header {
  color: #ffffff;
  font-weight: 400;
  background-color: #303031;
  max-width: 100%;
  overflow-x: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 350px;
}

header .btn-primary {
  background-color: #303031;
  color: #beaf87;
}

.position-text {
  position: absolute;
  top: 25px;
  color: #beaf87;
}

.position-btns {
  position: absolute;
  bottom: 30px;
}

header h1 {
  font-size: 1.2rem;
  font-family: 'Muli',
    sans-serif;
  font-weight: 700 !important;
  white-space: nowrap;
}

header img {}

.text-img {
  font-size: 32px;
  color: #ffffff;
}

.circle-icon {
  background: #beaf87;
  border-radius: 50%;
  padding: 1rem;
  font-size: 1.4rem;
  width: 65px;
  height: 65px;
  text-align: center;
  padding-top: 21px;
}

.logo-img {
  width: 280px;
  max-width: 100%;
}

h2 {
  font-weight: 200;
}

.lead {
  color: #6f6f6f;
}

button {
  white-space: nowrap;
}

header .agent-img {
  margin-left: -25px;
}

@media only screen and (min-width: 375px) {
  header h1 {
    font-size: 1.8rem;
  }

  .logo-img {
    width: 350px;
    max-width: 100%;
  }

  header .agent-img {
    margin-left: -75px;
  }

}

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

  .logo-img {
    width: 400px;
  }

  header h1 {
    font-size: 3rem;
  }

  header .agent-img {
    margin-left: -30px;
    margin-top: -75px;
  }

  .btn-xs {
    font-size: 1.3rem;
    padding: 0.6rem 1rem;
  }

  header {
    min-height: 500px;

  }

  .position-btns {
    bottom: 50px;
  }
}

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

  .logo-img {
    width: 500px;
  }

  header .agent-img {
    margin-left: 100px;
    margin-top: -75px;
  }

  header {
    min-height: 700px;
  }

  .position-btns {
    bottom: 70px;
  }
}