/* Original index */
html,
body {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

.hover-padleft {
	transition: padding-left .2s;
}
.hover-padleft:hover {
	padding-left:.5em;
}

.parallax-window {
    min-height: 500px;
    background: transparent;

}

.certify-logo {
    transform: scale(1.0);
    transition: transform .2s;
}

.certify-logo:hover {
    transform: scale(1.1);
}

/* Jobs */
body{
    background-color: #eee; 
}

.profile-card {
    cursor: pointer;
}

.line {
    height: .2em;
    width: 5em;
    margin: auto;
    background-color: #0D5195;
}
