/*!
 * 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: 50vh;
  min-height: 300px;
  background: url('/images/homepage-header2.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.business-header-ccad {
  height: 50vh;
  min-height: 300px;
  background: url('/images/penregister-header.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.business-header-legal {
  height: 50vh;
  min-height: 300px;
  background: url('/images/legal-header.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.card {
  height: 100%;
}

.btn.btn-primary {
    /*background-color: #008a8a;*/
    background-color: #ebbe00;
    border-color: #ebbe00;
}

.text-outline {
    text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

img.top-logo {
    height: 38px;
}

.bg-dark {
    /*background-color: #00008a!important;*/
    background-color: #113037!important;
}

.nav-link {
    color: #c0e5eb!important; /*#rgba(255,255,255,.75);*/
}

.active>.nav-link {
    color: #FFFFFFFF!important; /*#rgba(255,255,255,.75);*/
}

/*
#113037, #1d515d, #266777, #c0e5eb, #ebbe00
Pen Register images from https://patents.google.com/patent/US534908
*/
