html {
    background-color: whitesmoke;
}

header {
    height: 60px;
    background-color: #3265A5;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    -webkit-box-shadow: 0px 3px 21px -4px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 3px 21px -4px rgba(0, 0, 0, 1);
    box-shadow: 0px 3px 21px -4px rgba(0, 0, 0, 1);
    z-index: 999;
}

.header-logo {
    height: 25px;
    margin-right: auto;
}

.header-item {
    flex: 1;
    display: flex;
    justify-content: center;
}

.right-item {
    flex: 1;
    display: flex;
    justify-content: right;
}

.header-message {
    color: white;
    font-size: 25px;
    font-weight: 200;
}

.header-right {
    margin-left: auto;
    margin-right: 10px;
}

.visualizations-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.card-column-container {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin: 20px 10px 20px 10px;
    border-radius: 10px;
    padding: 10px 10px 0 10px;
}

#landing-search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 10px 20px 10px;
    border-radius: 10px;
    padding: 30px 10px 0 10px;
}

#vin-search {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 150px;
    background-color: #3265A5;
    border-radius: 0 10px 0 0;
    cursor: pointer;
    z-index: 0;
}

.button-text {
    color: white;
    font-weight: bold;
}

.card-half-screen {
    width: 40vw!important;
}

.card-fourth-screen {
    width: 25vw!important;
}

@media (max-width: 1125px) {
    .small-card-container {
        width: 100% !important;
    }

    .visualizations-container {
        padding: 0 8vw 0 8vw;
    }

    .o-projektu {
        width: calc(100% - 16vw) !important;
        margin: 10px 8vw 10px 8vw !important;
    }
}

.o-projektu {
    margin: 10px auto 60px auto !important;
    height: auto !important;
    padding: 20px;
}

@media (min-width: 1125px) {
    .o-projektu {
        width: 1000px !important;
    }
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary:hover {
    color: #3265A5;
    background-color: #FFF;
    border-color: #FFF;
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.btn-primary {
    color: #fff;
    background-color: #3265A5;
    border-color: #3265A5;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border-radius: 0;
}

*, ::after, ::before {
    box-sizing: border-box;
}
