
/* GLOBAL */
/* GLOBAL CSS */
@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 {
text-transform: uppercase;
}
.oms-wrapper .btn {
font-weight: 300;
}
@media(min-width: 992px) {
.fixy {
background-attachment: fixed !important;
}
}
.float-right {
float: none;
margin: 0 0 1rem 0;
width: 100%;
max-width: 100%;
}
.float-left {
float: none;
margin: 0 0 1rem 0;
width: 100%;
max-width: 100%;
}
@media(min-width: 576px) {
.float-right {
float: right;
margin: 0 0 .5rem 1rem;
width: 400px;
max-width: 40%;
}
.float-left {
float: left;
margin: 0 1rem .5rem 0;
width: 400px;
max-width: 40%;
}
}
.blog-item-feature h5 {
font-size: 20px !important;
text-transform: capitalize !important;
}
.blog-detail-page {
background: var(--light);
}
.blog-detail-page .blog {
background: white;
padding: 1.5rem;
border: 1px solid var(--border);
}
.blog-desc .blog-item-image img {
border: 1px solid var(--border);
}
.accordion .card-header {
padding: 0;
}
.accordion .btn-link:hover {
background: var(--light);
}
.accordion .card-header button {
flex-wrap: nowrap !important;
white-space: break-spaces;
align-items: center;
text-align: left;
}
@media(min-width: 992px) {
.subtle-bg {
background-image: url(/userfiles/2321/images/subtle-bg.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
}
.accordion .card-body {
background-color: var(--dark);
opacity: 1;
background-size: 6px 6px;
background-image: repeating-linear-gradient(45deg, #000000 0, #000000 0.4px, var(--dark) 0, var(--dark) 50%);
color: white;
box-shadow: inset 0px 0px 20px 0 black!important;
}
a.bg-white:hover {
background: white !important;
opacity: .85;
}
.certs .dropdown-toggle::after {
display: none;
}
#savecontent {
margin-top: -2px;
}
/* PAGE SPECIFIC */
/* FOOTER */
