@font-face {
|
|
font-family: 'Lato', sans-serif;
|
|
src: url('fonts/Lato-Thin.ttf') format('truetype');
|
|
font-style: normal;
|
|
font-weight: 100;
|
|
}
|
|
|
|
|
|
footer .footer_container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background-color: #000;
|
|
font-family: 'Lato', sans-serif;
|
|
padding: 1rem 0;
|
|
}
|
|
|
|
.footer_container .column {
|
|
font-family: 'Lato', sans-serif;
|
|
letter-spacing: .15rem;
|
|
}
|
|
|
|
.footer_container h6 {
|
|
font-weight: 400;
|
|
font-size: .95rem;
|
|
letter-spacing: .075em;
|
|
padding: 2vh 0;
|
|
text-transform: uppercase;
|
|
color:#fff;
|
|
}
|
|
|
|
.footer_container h6 a {
|
|
cursor: pointer;
|
|
text-decoration: none;
|
|
color: #fff;
|
|
transition: .6s ease;
|
|
}
|
|
|
|
.footer_container p {
|
|
color: #fff;
|
|
font-size: .85rem;
|
|
letter-spacing: .075em;
|
|
}
|
|
|
|
.footer_container h6:active {
|
|
opacity: 50%;
|
|
}
|