
/* 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;
}
}
@media(min-width: 1200px) {
h1, .h1 {
font-size: 3rem;
}
h2,
.h2 {
font-size: 2.4rem;
}
h3,
.h3 {
font-size: 2.1rem;
}
h4,
.h4 {
font-size: 1.9rem;
}
h5,
.h5 {
font-size: 1.6rem;
}
h6,
.h6 {
font-size: 1.3rem;
}
}
.btn {
white-space: normal;
}
.oms-wrapper .btn {
border-radius: 100px;
padding: 6px 20px;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
#savecontent 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%;
}
}
.rounded {
border-radius: 10px !important;
}
.btn-primary {
color: white !important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
background-color: rgba(0, 0, 0, 0.9);
padding: 1rem;
background-size: 20px;
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
.columns {
columns: 1;
}
@media(min-width: 768px) {
.columns {
columns: 2;
}
}
@media(min-width: 992px) {
.columns {
columns: 3;
}
.fa-5x {
font-size: 8em !important;
}
}
@media(min-width: 1200px) {
.columns {
columns: 4;
}
}
@media(max-width: 575px) {
.fa-5x {
font-size: 3em !important;
}
}
.job-wrapper .blog-desc .img-responsive {
display: none !important;
}
.job-image a {
background-size: contain !important;
}
.list-unstyled li {
padding-left: 15px;
}
/* PAGE SPECIFIC */
/* FOOTER */
