/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
 body{
  font-family: 'Roboto', sans-serif;
 }
header {
  padding: 156px 0 100px;
}

h1{
  font-variant-caps: petite-caps;
}

.petite-caps{
  font-variant-caps: petite-caps;
}

section {
  padding: 100px 0;
}

.bg-image-pad{
  background: url(../images/office_pen.jpg) white;
  background-size: cover;

}

.bg-couch{
  background: url(../images/white-wall.jpeg) white;
  background-size: cover;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);

}

.bg-contact-phone{
  background: url(../images/contact-phone.jpg) white;
  background-size: cover;
}

.contact-logo{
  font-size: 50px;
    color: firebrick;
}

#contact .card{
  height: 230px;
}

.height-auto{
  height:auto !important;
}