* {
    outline: none !important;
}

/* ANIMATION ARTIFACTS */
body {
    /* backface-visibility:hidden !important;
    -webkit-backface-visibility:hidden !important;
    -moz-backface-visibility:hidden !important;
    -webkit-perspective: 1000 !important;
    -webkit-transform:translate3d(0,0,0) !important; */
}
a {
    text-decoration: none !important;
}

/* BOOTSTRAP 5 */
a:hover {
    text-decoration: underline !important;
}
a.nav-link:hover {
    text-decoration: none !important;
}

.animated-element {
    backface-visibility:hidden !important;
    -webkit-backface-visibility:hidden !important;
    -moz-backface-visibility:hidden !important;
    -webkit-perspective: 1000 !important;
    -webkit-transform:translate3d(0,0,0) !important;
}


.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}
.display-5 {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2
}
.display-6 {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2
}

h1, h2, h3, h4, h5, h6 {
  font-family: Lato, 'Open Sans', 'Helvetica Neue', sans-serif
}

.h1,
h1 {
    font-size: 2.5rem !important
}

.h2,
h2 {
    font-size: 2rem !important
}

.h3,
h3 {
    font-size: 1.75rem !important
}

.h4,
h4 {
    font-size: 1.5rem !important
}

.h5,
h5 {
    font-size: 1.25rem !important
}

.h6,
h6 {
    font-size: 1rem !important
}

/* XS WIDTHS */
.w-95 {
    width: 95%;
}
.w-90 {
    width: 90%;
}
.w-85 {
    width: 85%;
}
.w-80 {
    width: 80%;
}
.w-70 {
    width: 70%;
}
.w-65 {
    width: 65%;
}
.w-60 {
    width: 60%;
}
.w-55 {
    width: 55%;
}
.w-45 {
    width: 45%;
}
.w-40 {
    width: 40%;
}
.w-35 {
    width: 35%;
}
.w-30 {
    width: 30%;
}
.w-20 {
    width: 20%;
}
.w-15 {
    width: 15%;
}
.w-10 {
    width: 10%;
}
.w-5 {
    width: 5%;
}

/* SM WIDTHS */

.w-sm-100 {
    width: 100%;
}
.w-sm-95 {
    width: 95%;
}
.w-sm-90 {
    width: 90%;
}
.w-sm-85 {
    width: 85%;
}
.w-sm-80 {
    width: 80%;
}
.w-sm-75 {
    width: 75%;
}
.w-sm-70 {
    width: 70%;
}
.w-sm-65 {
    width: 65%;
}
.w-sm-60 {
    width: 60%;
}
.w-sm-55 {
    width: 55%;
}
.w-sm-50 {
    width: 50%;
}
.w-sm-45 {
    width: 45%;
}
.w-sm-40 {
    width: 40%;
}
.w-sm-35 {
    width: 35%;
}
.w-sm-30 {
    width: 30%;
}
.w-sm-25 {
    width: 25%;
}
.w-sm-20 {
    width: 20%;
}
.w-sm-15 {
    width: 15%;
}
.w-sm-10 {
    width: 10%;
}
.w-sm-5 {
    width: 5%;
}

/* MD WIDTHS */

.w-md-100 {
    width: 100%;
}
.w-md-95 {
    width: 95%;
}
.w-md-90 {
    width: 90%;
}
.w-md-85 {
    width: 85%;
}
.w-md-80 {
    width: 80%;
}
.w-md-75 {
    width: 75%;
}
.w-md-70 {
    width: 70%;
}
.w-md-65 {
    width: 65%;
}
.w-md-60 {
    width: 60%;
}
.w-md-55 {
    width: 55%;
}
.w-md-50 {
    width: 50%;
}
.w-md-45 {
    width: 45%;
}
.w-md-40 {
    width: 40%;
}
.w-md-35 {
    width: 35%;
}
.w-md-30 {
    width: 30%;
}
.w-md-25 {
    width: 25%;
}
.w-md-20 {
    width: 20%;
}
.w-md-15 {
    width: 15%;
}
.w-md-10 {
    width: 10%;
}
.w-md-5 {
    width: 5%;
}

/* LG WIDTHS */

.w-lg-100 {
    width: 100%;
}
.w-lg-95 {
    width: 95%;
}
.w-lg-90 {
    width: 90%;
}
.w-lg-85 {
    width: 85%;
}
.w-lg-80 {
    width: 80%;
}
.w-lg-75 {
    width: 75%;
}
.w-lg-70 {
    width: 70%;
}
.w-lg-65 {
    width: 65%;
}
.w-lg-60 {
    width: 60%;
}
.w-lg-55 {
    width: 55%;
}
.w-lg-50 {
    width: 50%;
}
.w-lg-45 {
    width: 45%;
}
.w-lg-40 {
    width: 40%;
}
.w-lg-35 {
    width: 35%;
}
.w-lg-30 {
    width: 30%;
}
.w-lg-25 {
    width: 25%;
}
.w-lg-20 {
    width: 20%;
}
.w-lg-15 {
    width: 15%;
}
.w-lg-10 {
    width: 10%;
}
.w-lg-5 {
    width: 5%;
}