
/* GLOBAL */
/* GLOBAL CSS */
.rounded {
border-radius: 0.25rem!important;
}
.thin-title {
position: relative;
margin-bottom: 2rem;
}
.thin-title:after {
content: "";
border-bottom: 1px solid var(--secondary);
height: 7px;
display: block;
margin-top: 10px;
bottom: -1rem;
position: absolute;
width: 100%;
z-index: 1;
}
.thin-title:before {
content: "";
display: block;
float: left;
line-height: 0;
padding-right: inherit;
position: absolute;
width: 4.5rem;
bottom: -1rem;
z-index: 2;
margin-bottom: 0;
height: 1px;
background-color: var(--primary);
}
.btn {
padding: 0.5rem 1.25rem;
border: 0;
font-weight: bold;
font-size: 0.9rem;
}
.btn-lg {
padding: 1rem 1.5rem!important;
font-size: 1.3rem!important;
}
footer {
font-size: 0.85rem!important;
}
@media(min-width:992px) {
footer .copyright {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
.footerLinks,
.footerCopy,
.footerDWD {
display: inline;
padding: 0 3px;
font-size: 12px;
}
.footerLinks {
order: 3;
width: 33%;
text-align: right;
}
.footerCopy {
order: 2;
width: 33%;
text-align: center;
}
.footerDWD {
order: 1;
width: 33%;
text-align: left;
}
}
.glassy {
background: rgba(0, 0, 0, 0.45);
box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, 0.2);
backdrop-filter: blur(4.5px);
-webkit-backdrop-filter: blur(4.5px);
border-radius: 10px;
border: 1px solid #121212;
}
/* PAGE SPECIFIC */
/* FOOTER */
