﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Bootstrap Override ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a {
    color: rgb(255, 152, 0) !important;
}

.bg-primary {
    background-color: rgb(255, 152, 0) !important;
}
.bg-primary a, .bg-primary p {
    color: #ffffff !important;
}
.box-shadow {
    box-shadow: 0 0.25rem 0.75rem #787878!important;
}
.carousel {
    border-bottom: 4px solid #3a3a3a !important;
}
.carousel-caption {
    right: 0%;
    left: 0%;
    bottom: 0px;
    text-align: left;
    background: rgba(255, 152, 0, 0.9);
    padding: 0px;
}
.carousel-item {
    max-height: 450px;
}
.navbar {
    padding: 0rem 1rem !important;
}
.nav-link {
    font-weight: bold;
    text-transform: uppercase;
}
.btn-primary {
    color: #fff;
    background-color: rgb(255, 152, 0) !important;
    border-color: rgb(255, 152, 0) !important;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Custom Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.strap-line {
    margin-top: 106px;
}
.contact-details {
    right: 20px;
}
.section-link {
    display: block;
    background: white;
    border: solid 10px #ff9800;
    width: 150px;
    height: 150px;
    margin: auto;
}
.section-link:hover {
    text-decoration: none;
}
.section-link-text {
    font-size: 70px;
    color: rgb(255, 152, 0);
    font-weight: bold;
    display: block;
    text-align: center;
}
.at-section-link-text {
    margin-top: 5px;
}
.phone-section-link-text {
    margin-top: 28px;
}
.contact-form-section-link {
    background-image: url('../img/form-icon.png');
    background-repeat: no-repeat;
    background-position: center;
}

.top-bar-container {
    height: 40px;
    position: relative;
}
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.site-navbar {
    padding-bottom: 0px;
    border-bottom: 4px solid #3a3a3a !important;
}
.site-brand {
    padding-bottom: 0px;
    margin-bottom: -3px;
}
.site-logo {
    max-height: 100px;
}

.home-map {
    height: 450px;
    border-top: solid 3px rgb(255, 152, 0);
}
.map-header-row {
    background-color: rgb(255, 152, 0);
    color: #fff;
}

.badge-primary {
    color: #fff;
}

.contact-form-message-textarea {
    min-height: 146px;
}

.cisrs-footer-image {
    height: 20px;
}
.citb-footer-image {
    height: 20px;
    clear: right
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Defaults ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
