/* Everywhere */
a {
    text-decoration: none !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

body {
    overflow-x: hidden;
}

.card:hover {
    cursor: pointer;
}

.app-options .card {
    border: none !important;
}

.fa-9x {
    color: #4A4A4A !important;
}

.op-b {
    background-color: #5C0808 !important;
    color: white;
}

.form-r {
    background-color: #b42525 !important;
    color: white;
}

.form-g {
    background-color: #24b65e !important;
    color: white;
}

.op-navbar {
    background-color: #5C0808;
    color: white;
}

.logo-small {
    width: 50px;
}

.logout {
    background-color: #5f1818 !important;
    border-color: #653030 !important;
}

.logout:hover {
    background-color: #696773 !important;
    border-color: #696773 !important;
}

.logo-form {
    height: 174px;
    width: 200px;
}

.services-badge {
    max-width: 100px;
    display: block;
}

.achetons {
    max-width: 300px;
}

.authorized-dealer {
    max-width: 100px;
}

#hero {
    max-width: 100% !important;
    padding-bottom: 15px !important;
    text-shadow: black 3px 3px;
}

h1 {
    font-weight: bold;
    font-size: 24px;
}

h3 {
    font-weight: bold;
    font-size: 16px;
}

p {
    font-size: 14px;
}

.large {
    font-size: 36px;
}

h1.huge {
    font-size: 48px;
}

#book {
    border: solid white 2px;
    padding: 5px;
    text-shadow: black 3px 3px;
}

#about {
    background-color: #5C0808;
}

#service {
    background-color: #4A4A4A;
}

#join {
    background-color: #5C0808;
}

#footer {
    background-color: #131313;
}

.not-clickable {
    cursor: default;
}

.services-badge:hover {
    cursor: pointer;
}

#modal-container .modal-header {
    background-color: #131313;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#modal-container .modal-body {
    background-color: #5C0808;
}

#modal-container .modal-footer {
    background-color: #4A4A4A;
}

#modal-container ul {
    padding-left: 50px;
}

#modal-container ul li {
    list-style: circle;
}

.book-now {
    background-color: #5C0808;
}
.close {
    color: white !important;
}

/** https://stackoverflow.com/questions/826782/how-to-disable-text-selection-highlighting **/
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/** Credit to https://codepen.io/jesuarva/pen/qowdxR for shadow **/
.cool-shadow {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.cool-shadow:hover {
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
