html {
    /*scroll-behavior: smooth;*/
}
.delay-1 {
animation-delay: .25s;
}
.delay-2 {
animation-delay: .5s;
}
.delay-3 {
animation-delay: .75s;
}
.delay-4 {
animation-delay: 1s;
}

.bg-pnhblue {background-color: #1b2a4e!important;}
.bg-pnhgray {background-color: #f1f4f8;}
.text-pnhblue {color: #1b2a4e!important;}

.btn-primary-soft {background-color: rgba(51,94,234,.1);color: #335eea;}
.lift
{
    webkit-transition: box-shadow .25s ease,-webkit-transform .25s ease;
    transition: box-shadow .25s ease,-webkit-transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease,-webkit-transform .25s ease;
}
.lift:focus, .lift:hover 
{
    box-shadow: 0 1rem 2.5rem rgba(22,28,45,.1),0 .5rem 1rem -.75rem rgba(22,28,45,.1)!important;
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
}
.text-justify {text-align: justify;}
.font-style-1  {font-family: 'Lato', sans-serif;}
.font-style-2  {font-family: 'Lobster', cursive;}
.font-style-3  {font-family: 'Share', cursive;}
.font-style-4  {font-family: 'Squada One', cursive;}
.font-style-5  {font-family: 'Baloo Bhaina', cursive;}
.font-style-6  {font-family: 'Graduate', cursive;}
.font-style-7  {font-family: 'Happy Monkey', cursive;}
.font-style-8  {font-family: 'Baumans', cursive;}
.font-style-9  {font-family: 'Ubuntu', sans-serif;}
.font-style-10 {font-family: 'Righteous', cursive;}
.font-style-11 {font-family: 'Overpass', sans-serif;}
.font-style-12 {font-family: 'Krub', sans-serif;}
.font-style-13 {font-family: 'Rubik', sans-serif;}
.font-style-14 {font-family: 'Roboto', sans-serif;}

.font-style-15 {font-family: 'Arimo', sans-serif;}
.font-style-16 {font-family: 'Hind', sans-serif;}
.font-style-17 {font-family: 'Libre Franklin', sans-serif;}
.font-style-18 {font-family: 'Open Sans', sans-serif;}
.font-style-19 {font-family: 'Overpass', sans-serif;}
.font-style-20 {font-family: 'Oxygen', sans-serif;}
.font-style-21 {font-family: 'Roboto', sans-serif;}
.font-style-22 {font-family: 'Varela Round', sans-serif;}


.font-size-1 {font-size: 12px;}
.font-size-2 {font-size: 13px;}
.font-size-3 {font-size: 14px;}
.font-size-4 {font-size: 15px;}
.font-size-5 {font-size: 16px;}
.font-size-6 {font-size: 17px;}
.font-size-7 {font-size: 18px;}
.font-size-8 {font-size: 19px;}
.font-size-9 {font-size: 20px;}
.font-size-10 {font-size: 1.25em;}
.font-size-11 {font-size: 1.50em;}
.font-size-12 {font-size: 1.75em;}
.font-size-13 {font-size: 2.0em;}
.font-size-14 {font-size: 2.25em;}
.font-size-15 {font-size: 2.50em;}
.font-size-16 {font-size: 2.75em;}
.font-size-17 {font-size: 3.0em;}
.font-size-18 {font-size: 3.25em;}
.font-size-19 {font-size: 3.50em;}
.font-size-20 {font-size: 3.75em;}