@font-face {
    font-family: Helvetica83;
    src: url(/font/Helvetica83HeavyExtended/Helvetica83HeavyExtended.ttf);
}
body{
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    background: #edededed;
}
.header img{
    width: 150px;
}
.header{
    border-bottom: 1.3px solid lightgray;
    padding-bottom: 15px;
    padding-top: 15px;
    background-color: #fff;
}
.container{
    text-align: center;
    margin-top: 30px;
}
.container p{
    text-align: start;
    padding-left: 100px;
}
.col-lg-6{
    margin-bottom: 30px;
}
@media screen and (max-width: 992px){
    .container p{
        padding-left: 5px;
    }
}
.footer{
    text-align: center;
    color: #fff;
    background: #c4161c;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.font{
    font-family: Helvetica83;
}
.cover{
    text-decoration: none;
    color: black;
}
.cover:hover{
    color: black;
}
@keyframes shimmer{
    100% {-webkit-mask-position:left}
}
.cover h2{
    margin-top: 15px;
    font-size: 22px;
    font-weight: 800;
}
.cover p{
    font-size: 16px;
    max-width: 600px;
}
.cover img{
    width: 100%;
    max-width: 450px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.cover img:hover{
    -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
    background-repeat: no-repeat;
    animation: shimmer 2.5s infinite;
}
