
/* GLOBAL */
/* GLOBAL CSS */
@media(max-width: 991px) {
body {
font-size: .9rem;
}
}
@media(min-width: 992px) {
h1, .h1 {
font-size: 3.5rem;
}
h1.mega,
.h1.mega {
font-size: 4rem;
}
h2,
.h2 {
font-size: 3rem;
}
h3,
.h3 {
font-size: 2.6rem;
}
h4,
.h4 {
font-size: 2.2rem;
}
h5,
.h5 {
font-size: 1.8rem;
}
h6,
.h6 {
font-size: 1.4rem;
}
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong {
font-weight: 400;
}
.btn {
white-space: normal;
}
a:hover img {
opacity: .9;
}
.text-muted {
color: #555555 !important;
}
.bg-light {
background: url(/userfiles/2412/images/box-texture.png) repeat;
}
#accordion .card-header {
padding: 0;
}
.accordion .card,
.accordion .card-header,
.accordion .card-header h5,
.accordion .card-header h5 button {
border: 0 !important;
color: white !important;
border-radius: 0;
}
/*#accordion .card-header:hover {
background-color: var(--primary-alt) !important;
}*/
#accordion .card-header h5 button {
font-size: 1.4rem !important;
}
#accordion h5 button {
display: block;
width: 100%;
padding: .75rem;
text-align: left;
}
#savecontent .btn {
white-space: normal;
}
#accordion .btn-link {
align-items: center;
}
#accordion .container {
padding: 0;
}
#accordion .card-body {
border-bottom: 1px solid var(--border);
}
#accordion.no-p-padding p {
margin: 0;
}
.card-header .btn:hover span,
.card-header .btn:hover i {
color: var(--primary-alt) !important;
}
.primary-hover.primary-hover:hover i,
.primary-hover.primary-hover:hover {
color: var(--primary-alt) !important;
border-color: var(--primary-alt) !important;
}
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
@media (max-width: 991px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
/* PAGE SPECIFIC */
/* FOOTER */
