﻿body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, label, select, .fusion-button, #comment-submit {
    font-family: "ff-scala-sans-pro",sans-serif !important;
}

body {
    background: none;
}

a {
    color: #4671d5;
}

.container {
    max-width: 1024px;
}

.banner {
    background: url(../images/glassPanelsFinal-toptexture3c.png) no-repeat center center;
    background-size: cover;
    height: 100px;
}

@media only screen and (max-width:768px) {
    .banner {
        background: url(../images/glassPanelsFinal-mobile2x.jpg) no-repeat center center;
        background-size: cover;
        height: 50px;
    }
}

header h1 {
    color: #009999;
    font-weight: bold;
}

h4 a svg {
    vertical-align: top;
}

.btn {
    border: none;
    border-radius: 8px !important;
    padding-top: 10px;
    padding-left: 14px;
    padding-bottom: 8px;
    font-family: 'ff-scala-sans-pro', Arial, Helvetica;
    font-size: 17px;
    line-height: 18px;
    font-weight: 600;
    box-shadow: 0px 0px 0px #FFFFFF;
    transition: 0.4s;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: max-content;
    -webkit-appearance: none;
}

.btn-primary {
    color: #555555;
    background: linear-gradient(to bottom,#ceb552 0,#f0df94 3%,#eee0a9 22%,#d0ad21 100%) !important;
    background-color: #0b5ed7;
    border: none;
    text-shadow: 1px 1px 1px #e6e6e6;
    transition: all 0.3s ease 0s;
}

    .btn-primary:focus, .btn-primary:visited, .btn-primary:hover, .btn-primary:active {
        color: #222222;
        background: linear-gradient(to bottom,#d0ad21 0,#eee0a9 3%,#f0df94 22%,#ceb552 100%) !important;
        background-color: #d0ad21;
        border: none;
        text-decoration: none;
    }

    .btn-primary svg:hover {
        color: #222222;
    }

.btn-dashboard {
    color: #ffffff;
    background: none;
    background-color: #ff3300;
    text-shadow: 1px 1px 1px #666666;
    transition: all 0.3s ease 0s;
}

    .btn-dashboard:hover, .btn-dashboard:active {
        color: #ffffff;
        background: none;
        background-color: #E52E00;
        text-decoration: none;
    }

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #555555;
}

.popover {
    font-family: 'ff-scala-sans-pro', Arial, Helvetica;
    background-color: #d9cd9a;
    border-color: #d9cd9a;
    font-size: 1.2rem;
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
    border-bottom-color: #d9cd9a !important;
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
    border-bottom-color: #d9cd9a !important;
}
