@import url('https://fonts.googleapis.com/css2?family=Joan&family=Teko:wght@400;700&family=Tienne:wght@700&family=Work+Sans:wght@500;900&display=swap');

h2 {
    font-family: 'Tienne', serif;
    text-transform: uppercase;
}

p {
    font-family: 'Joan', serif;
}

.navbar-brand img {
    width: 50%;
}


.button {
    border: 2px solid;
    padding: 0.75rem 1.5rem;
    max-width: 250px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: white;
}

.topbar {
    display: flex;
    flex-wrap: wrap;
    min-height: 50px;
    align-items: center;
    text-align: center;
}

.topbar a {
    margin: 0 1.2rem;
    white-space: nowrap;
}

.topbar a:hover {
    text-decoration: underline;
}

.topbar .phoneNumbers {
    flex: 1;
}

.topbar .emailAddress {
    flex-basis: 100%;
}

@media only screen and (min-width: 768px) {
    .navbar .container-fluid {
        padding: 0 2rem;
    }

    .topbar .emailAddress {
        flex-basis: 33%;
    }
}

.topbar a {
    font-weight: 700;
    color: black;
    text-decoration: none;
}

.navbar-nav .nav-link {
    font-size: 1.35rem;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
}

.navbar-nav .nav-item .nav-link {
    margin: 0 0.5rem;
}

/*slider */
.mainSlider #carouselExampleIndicators,
.mainSlider .carousel-inner {
    height: 80vh;
    padding: 0;
}

.mainSlider .carousel-item {
    height: 100%;
}

.mainSlider .carousel-item img {
    height: 80vh;
    object-fit: cover;
}


.mainSlider .carousel-caption,
.mainSlider .carousel-caption-inner {
    height: 100%;
    padding: 0;
    margin-top: 1rem;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel-caption h5 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.carousel-caption p {
    font-size: 1.25rem;
}

.mainSlider .carousel-caption img {
    height: auto;
    object-fit: contain;
    width: 100%;
}

.carousel-caption-inner .button {
    margin-top: 1rem;
    margin-bottom: 4rem;
}

.carousel-caption-inner .button:hover {
    color: white;
    background-color: #edaf11;
    transition: background-color .4s ease;
}

.headingSection p {
    line-height: 2.5;
}

.headingSection .button {
    display: inline-block;
    margin: 0 auto;
    color: white;
    background-color: #ff2a13;
    border-radius: 10px;
    border: solid 1px #515151;
}

.headingSection .button:hover {
    color: #ff2a13;
    background-color: white;
    border-color: #ff2a13;
}

/* guarantee Section */
.no-webp .guaranteeSection {
    background-image: url("/images/guaranteeBackground.jpg");
}

.webp .guaranteeSection {
    background-image: url("/images/guaranteeBackground.webp");
}

.guaranteeSection {
    padding: 3rem 0;
    background-size: cover;
}

.guaranteeSection ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2rem;
}

.guaranteeSection li {
    line-height: 2.5rem;
}

.guaranteeSection i {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: 2.5rem;
}

.guaranteeSection p {
    line-height: 2;
}

@media only screen and (min-width: 768px) {
    .guaranteeSection {
        padding: 7rem 0;
    }

    .guaranteeSection ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .guaranteeSection p {
        line-height: 3;
    }
}

.ourWorkSlider .carousel-item {
    height: 50vh;
}

.ourWorkSlider .carousel-item img {
    height: 50vh;
    object-fit: contain;
}

/*-------contact form */
.no-webp .contactSection {
    background-image: url('/images/contactBackground.jpg');
}

.webp .contactSection {
    background-image: url('/images/contactBackground.webp');
}

.contactSection {
    background-size: cover;
    padding: 3rem 0;
}

.contactSection iframe {
    width: 100%;
    height: 100%;
}

.form-group {
    margin-bottom: 1rem;
}


.contactSubmit {
    width: 100%;
    font-weight: bold;
    padding: 0.5rem;
    font-size: 1.25rem;
    margin: 0 auto;
    color: white;
    background-color: #ff2a13;
    border-radius: 10px;
    border: solid 1px #515151;
}

.contactSubmit:hover {
    background-color: #e31a03;
    color: white;
}

.contactMessage {
    display: none;
}

.contactFormSuccess {
    display: block;
    padding: 0.25em;
    border: 1px solid green;
    border-radius: 10px;
    color: green;
    margin-top: 1rem;
    background: white;
}

.contactFormFail {
    display: block;
    padding: 0.25em;
    border: 1px solid red;
    border-radius: 10px;
    color: red;
    margin-top: 1rem;
    background-color: white;
}

.importantNotice {
    background-color: #EFEAE1;
}

.importantNotice p {
    font-weight: 700;
    line-height: 2.5;
}

.footer ul {
    list-style-type: none;
    margin: 1rem 0;
}

.footer li {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Tienne', serif;
    font-weight: 400;
    line-height: 2.5;
}

.footer a {
    color: #515151;
}

.footer p {
    font-family: 'Tienne', serif;
    font-size: 10px;
}

/* mainImage */
.no-webp .mainImage {
    background-image: url('/images/mainImage.jpg');
}

.webp .mainImage {
    background-image: url('/images/mainImage.webp');
}

.mainImage {
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 10rem 0;
    border-bottom: 3px red solid;
}

.mainImage h1 {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.5em;
}

.mainImage h2 {
    font-size: 1.1rem;
}

.waxFinishes ul {
    list-style-position: inside;
    list-style-type: '- ';
}

.waxFinishes span {
    font-size: 1.25rem;
}

/* gallery page */
.galleryImages img {
    width: 100%;
}

.galleryImages .btn {
    background-color: transparent;
    border: none;
}

.modal button {
    position: absolute;
    right: 25px;
    top: 25px;
}

.carousel-item img {
    width: 100%;
}

.modal-backdrop {
    opacity: 0.8 !important;
}

.galleryImage .card:hover {
    background-color: #f5f5f5;
}

/* price list page */
#getInTouchPricelist {
    line-height: 175%;
    font-size: 2rem;
}

.priceListItem .card-header,
.priceListItem .card-header h5 {
    padding: 1.25rem 0;
    text-transform: uppercase;
    font-family: 'Tienne', serif;
    font-weight: 700;
    font-size: 1.25rem;
}

.priceListItem .card-header h6 {
    margin-top: -1.5rem;
}

.priceListItem .card-body .card-subtitle {
    font-size: 3rem;
}

.priceListItem .card-text {
    font-family: 'Tienne', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
}

.priceListItem .btn {
    padding: .5rem 5rem;
    font-family: 'Tienne', serif;
    text-transform: uppercase;
}

.otherPrices {
    text-align: center;
    line-height: 2.5;
    font-size: 1.25rem;
}

.reclaimedDoorsParagraph {
    font-size: 1.15rem;
    line-height: 2.5;
}

#contactPageP {
    font-size: 1.15rem;
    line-height: 2;
}

/* online quote page */

.quoteTable .serviceDiv {
    display: flex;
    align-items: center;
    min-height: 70px;
    margin: 4rem 0;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

.serviceDiv input {
    width: 100%;
    max-width: 100px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

.serviceDiv div {
    margin: 1rem 0;
}

@media only screen and (min-width: 768px) {
    .quoteTable .serviceDiv {
        margin: 1rem 0;
    }
}

.infoDiv {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

.infoDiv .row {
    margin: 1rem 0;
}

.infoDiv input {
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

.serviceDiv input:focus,
.infoDiv input:focus {
    border-color: #d2d2d2;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 20%);
    outline: none;
}

.totalServicePrice input,
#totalCostDisplay {
    background-color: #e9e9e9;
}

.totalServicePrice input:hover,
.totalServicePrice input:focus,
#totalCostDisplay:hover,
#totalCostDisplay:focus {
    cursor: default;
    box-shadow: none;

}