html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.call-us-banner {
    font-weight: bold;
    font-size: medium;
    color: orange;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: .1px solid #777;
    background-color: #777;
    border-radius: 5px;
    display: block;
    padding: 10px;
}


/* Custom CSS */
/*.PageHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    font-weight: bold;
}


div .MainContent {
    font-size: large;
}

div .MainContent2 {
    font-size: large;
}

div .SectionContent {
}

div .SectionTitle {
    font-weight: bold;
    background-color: #ccc;
}

.contactUsLabel {
    width: 180px;
    vertical-align: top;
}

*/