* {
    font-family: 'Montserrat', sans-serif;
}
/**************************/
/* Link Styling & Effects */
/**************************/
.animate:hover {
    transform: scale(1.03) ;
    transition: all .2s ease-in-out; 
}
.pointer {
    cursor: pointer !important;
}
hr {
    color: rgb(0 0 0 / 77%);
}
.cover-media {
    width: 100%;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 17%);
    cursor: pointer !important;
}
.matie-brand {
    color: #4e85c1 !important;
    font-weight: 700 !important;
}
a.nav-link {
    color: #4e85c1 !important;
}
.navbar-nav {
    margin-left: auto;
}
a.navbar-brand img {
    margin-top: -3px;
    margin-right: 5px;
}
a:hover {
    cursor: pointer !important;
    color: red;
}
a {
    color: #4e86c1 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
footer p a {
    color: #444444;
    text-decoration: none;
}
footer p a:hover {
    color: #444444;
    text-decoration: none;
}
.padding-32px {
    height: 32px;
}
.padding-96px {
	height: 96px;
}
.line {
    height: 1px;
    background-color: rgb(0 0 0 / 9%);
}
p.small-text {
    font-weight: 300 !important;
    font-size: 12px;
    font-style: italic;
}
h1, h2, h3, h4, h5, h6, a {
    font-weight: 700 !important;
    color: #4e85c1;
}
p, ul, li {
    font-weight: 400 !important;
    color: #808080;
}

