body {
  color: #FFF;
  background-color: #1c55ff;
  font-family: 'Montserrat-Light', sans-serif;
}

h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
}

p {
  font-family: 'Montserrat', sans-serif;
}

/* Sections */
.header-section {
  color: #FFF;
  background-color: #1c55ff;
  padding: 1% 5% 0% 5%;
}

.white-alpha-section {
  background-color: rgba(255, 255, 255, 0.8);
}

.white-section {
  background-color: #FFF;
}

.white-section-padding {
  background-color: #FFF;
  padding: 1% 5% 0% 5%;
}

.section-heading {
  font-family: 'Montserrat-Light', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  color: #000000;
}

/* Navigation Bar */
.navbar-brand {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}

/* Backgrounds */
.alpha-background-white {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.8);
}

.bg_image {
  position: relative;
  background: url(/images/header_bg.jpg) no-repeat center center /cover;
  height: 450px;
  background-attachment: fixed;
}

.bg_image img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* Overriding Bootstrap button https://stackoverflow.com/questions/28261287/how-to-change-btn-color-in-bootstrap */
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
  background-color: #1c55ff !important;
  margin-top: 0.5rem !important;
}

/* Header section */
.header-line {
  top: 486px;
  left: 650px;
  width: 140px;
  height: 6px;
  background: #FD5545 0% 0% no-repeat padding-box;
  border-radius: 2px;
  opacity: 1;
  margin: auto;
  margin-top: 2%;
  margin-bottom: 2%;
}

.header-top {
  padding-top: 5%;
}

.col-header {
  padding: 1% 2% 3% 2%;
}

.h2-header {
  font-size: 1.7rem;
  color: #000000;
}

.h3-header {
  font-size: 1.5rem;
  color: #000000;
}

.p-header {
  color: #8f8f8f;
}

.header-icon {
  font-size: 4rem;
  color: #1c55ff;
}

/* Overriding Bootstrap anchor tag as button https://stackoverflow.com/questions/45542773/how-to-style-an-anchor-as-a-button-in-bootstrap-4 */
a.btn {
  border-radius: .25rem;
  border: 1px solid transparent;
  padding: .5rem 1rem;
  color: #fff;
}

a.btn:hover {
  border-radius: .25rem;
}

/* What we do details */
.details-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .5);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.details-icon {
  font-size: 4rem;
  color: #8f8f8f;
}

/* Cards */
.card {
  margin-bottom: 1.5rem;
}

.p-card {
  color: #8f8f8f;
  text-align: center;
}

/* Footer */
.footer {
  background-color: #0a4275;
}

.copyright {
  background-color: rgba(0, 0, 0, 0.2);
}

.container-contact {
  padding-bottom: 5rem;
}

.contact-text {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}

.contact-row {
  margin-bottom: 2rem;
}

.contact-textarea {
   resize: none;
   height: 160px;
}

.contact-status-text {
  text-align: center;
  margin-bottom: 1rem;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
}

.contact-status-error {
  background-color: #CD8B8B;
}

.contact-status-success {
  background-color: #7FF3A2;
}
