
/* GLOBAL */
::-webkit-scrollbar-thumb {
background: var(--primary-alt);
}
::-webkit-scrollbar-thumb:hover {
background: var(--primary);
}
html {
scroll-behavior: smooth;
}
h1,
.h1 {
font-size: 3.5rem;
}
h2,
.h2 {
font-size: 3rem;
}
@media(min-width: 992px) {
h1.mega, .h1.mega {
font-size: 4rem;
}
}
@media(max-width: 767px) {
h1, .h1 {
font-size: 2.5rem;
}
h2,
.h2 {
font-size: 2rem;
}
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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
text-transform: uppercase;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
#savecontent img {
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;
}
}
.dark-top-gradient {
height: 30%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
}
.dark-top-gradient-extra {
height: 100%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
}
.light-top-gradient {
height: 30%;
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
}
.dark-bottom-gradient {
height: 30%;
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
}
.light-bottom-gradient {
height: 30%;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
}
.rounded {
border-radius: 16px !important;
}
@media(min-width: 992px) {
.columns {
columns: 1
}
}
@media(min-width: 768px) {
.columns {
columns: 2;
}
}
@media(min-width: 992px) {
.columns {
columns: 3;
}
}
@media(min-width: 1200px) {
.columns {
columns: 4;
}
}
.columns div {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
padding-bottom: .5rem;
}
/* PAGE SPECIFIC */
/* FOOTER */
