/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.business-header {
  height: 40vh;
  min-height: 400px;
  border-bottom: 4px solid rgba(227, 111, 30, 1);
  background: url('../images/office_lobby.png') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.card {
  height: 100%;
}

.large-heading{
  color: #004b8e;
  font-size: 60px;
  line-height: 72px;
}
.para-top{
  font-size: 24px;
}
.bg-blue {
  background: #004b8d;
}
.button-circle{
  border: 2px solid rgba(227, 111, 30, 1);
  background-color: transparent;
  color: #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 25px;
}

.pull-right{
  float: right;
  padding: 20px;
}
.pull-left{
  float: left;
}