
/* GLOBAL */
html {
scroll-behavior: smooth;
}
body {
background-image: url(/userfiles/2509/images/bodybg2.jpg);
background-attachment: fixed;
background-size: cover;
background-position: center bottom;
background-repeat: no-repeat;
position: relative;
display: block;
}
@media(min-width: 992px) {
h1.mega, .h1.mega {
font-size: 4rem;
}
}
@media(max-width: 767px) {
h1, .h1 {
font-size: 2rem;
}
h2,
.h2 {
font-size: 1.75rem;
}
h3,
.h3 {
font-size: 1.6rem;
}
h4,
.h4 {
font-size: 1.45rem;
}
h5,
.h5 {
font-size: 1.3rem;
}
h6,
.h6 {
font-size: 1.15rem;
}
}
.btn {
white-space: normal;
}
.btn-primary-alt {
color: black !important;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
#savecontent img {
max-width: 100% !important;
height: auto !important;
}
#savecontent img.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 25%;
max-width: 150px !important;
}
@media (max-width: 767px) {
#savecontent img.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
max-width: 100% !important;
}
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
.bg-1 {
background-color: rgba(26, 66, 149, .75);
}
.bg-2 {
background-color: rgba(19, 79, 99, .75);
}
.bg-3 {
background-color: rgba(79, 45, 111, .75);
}
.rounded {
border-radius: 12px !important;
}
.media-body.blog-content {
background: white;
}
.oms-blog-detail .container {
padding: 1.25rem;
background: white;
}
/* PAGE SPECIFIC */
/* FOOTER */
