
/* GLOBAL */
html {
scroll-behavior: smooth;
}
@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;
}
.sub-hero p {
font-size: .8rem;
}
}
.btn {
white-space: normal;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
.blog img {
max-width: 100% !important;
height: auto !important;
}
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
@media (max-width: 767px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
.btn-primary {
color: white !important;
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
.sub-hero .overlay {
opacity: 0 !important;
}
.blog-detail-page {
background: var(--light);
}
.blog-detail-page .oms-blog-detail > div {
background: white;
padding: 1rem;
}
@media(min-width: 768px){
.blog-detail-page .oms-blog-detail > div {
padding: 2rem;
}
}
/*@media (min-width: 768px) {
.stonecontainer img:hover {
-webkit-transform: scale(1.6);
-ms-transform: scale(1.6);
transform: scale(1.6);
position: absolute;
z-index: 99999;
left: 0;
overflow: hidden;
cursor: zoom-in;
border: 10px solid white;
-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6);
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6);
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}
}*/
/* PAGE SPECIFIC */
/* FOOTER */
