﻿html {
    position:relative;
}
body {
    margin-bottom:48px;
    font-size:1.7em;
    flex-direction: column;
    min-height: 100px;
}

.table-responsive {
	font-size: 85%;
}

.page-header .container img {
    max-height: 115px;
}


.page-header {
    border-bottom: 1px solid #49494b;
}

.img-circle {
    border-radius: 7%;
}

/* control image height */
.card-img-top-250 {
    max-height: 250px;
    overflow: hidden;
}

/* smoother transitions */
.carousel-inner > .carousel-item.next.left,
.carousel-inner > .carousel-item.prev.right,
{
    transition: all 1s ease;
}

.multiple-pricing-table .pricing-item {
    padding-bottom: 0px;
}

.display-4 {
    font-size: 1.85em;
    line-height: 1.2;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}


.CreditCardContainerSubmit {
    width: 100%;
    /* background: linear-gradient(45deg, blueviolet, deeppink); */
    background: linear-gradient(45deg, #013E70, #013E70);
    margin-top: 20px;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    border-radius: 45px !important;
    cursor: pointer;
    transition: .2s linear;
}

.containersmall {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width:800px;
}

.containersmall label{
    margin-bottom:0px;
}

.paymentbutton {
    background-color: #343399 !important; 
    border-radius: 7px; 
}

.field-validation-error {
    color: #b94a48;
    box-sizing: border-box;
    color: red;
    font-family: 'futura-pt', sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.form-group label
{
    margin-bottom:2px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 3.75rem;
    clear: both;
    font-weight: 400;
    color: white;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar-default.navbar-dark {
    background-color: #343399 !important;
    border-bottom: none !important;
    font-size: 14px;
}

.navbar-nav {
    width: 100%;
    text-align: center;
}



.mapImg {
    padding-left: 5%;
    padding-top: 1%;
    width: 80%;
    height: auto;
}



.navbar-default.navbar-dark .navbar-nav > li > a {
    color: #fff;
    font-weight: 500;
    font-size:1.15em;
    padding-right: 50px;
}

footerheader {
    background-color: #7b7b7b;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 48px;
  background-color: #f5f5f5;
}


footerheader .footer {
    background-color: #7b7b7b;
 
}

footer .container {
    padding-bottom: 0px !important;
}

.container
{
    flex: 1 1 auto; /*grow vertically*/
}

.contactInfo{
    font-weight:500px;
    font-size: 1em;
}

.callout-info {
    color: #1b809e;
}

.img-responsive{
    padding-top: 45px;
}

address {
    color:white;
}