﻿.navbar-brand {   
    font-size: 1rem;
}

.LogoSvg {
    max-width: 250px;
    max-height: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.sliderCalc {
    max-width:800px;
    margin-left:auto; 
    margin-right:auto;
    margin-bottom: 20px;
}

#olivin-carousel {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:25px;
}

.carousel-caption {
    background-color: rgba(0,0,0,0.5);
    bottom: 0px;
    padding-bottom: 30px;
    left: 0%;
    right: 0%;
}

    .carousel-caption h4 {
        color:yellow;
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
    }

.blur-box {
    
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

a {
    color: #66b0ff;
  }

    a:hover {
        color: #4c90d8;
        text-decoration:none;
    }

.extended-brand-name {
    display: none;
}

@media (min-width: 768px) {
    .extended-brand-name {
        display: inline;
    }

}
    

.modal-footer {
    margin-left: auto;
    margin-right: auto;
}

.modal-title {
    margin-left: auto;
    margin-right: auto;
}
.phone-number {
    margin-bottom: 0.5rem;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 2rem;
    display:block;
}

.socicon {
    display:inline;
}