﻿/* 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;
}

.btn-primary-white {
    color: #D4002A !important;
    background-color: white !important;
    border: 2px solid !important;
    border-color: #D4002A !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 16px;
}

.horizontal-div {
    border-right: 1px solid #ccc;
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .horizontal-div {
        border-right: none;
    }

    .horizontal-div:after {
        content: ""; /* This is necessary for the pseudo element to work. */
        display: block; /* This will put the pseudo element on its own line. */
        margin: 0 auto; /* This will center the border. */
        width: 50%; /* Change this to whatever width you want. */
        margin-bottom: 10px; /* This creates some space between the element and the border. */
        border-bottom: 1px solid #ccc; /* This creates the border. Replace black with whatever color you want. */
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

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 {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.card-deck {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: .5rem;
}



.horizontal-list {
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 0;
}

.horizontal-list-item {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}

    .horizontal-list-item:last-child {
        border-right: 0px !important;
    }

.zero-bottom-margin {
    margin-bottom: 0px !important;
}

.car-list-item {
    padding-left: 0;
    margin-bottom: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
}




standard-form__input {
    background: #fff;
    border-color: #ccc;
    color: #121212;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    border-radius: 0;
    box-shadow: inset 0 5px 0 #f7f7f7;
    appearance: none;
    border: 1px solid transparent;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    height: 45px;
    padding: 0 10px;
}

.locations {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
