body {
    font-family: 'Inter',arial,sans-serif;
    font-weight: 300;
    font-size: 1rem!important;
    color: rgba(0,0,0,1);
    line-height: 1.7rem;
    letter-spacing: 0;
    word-break: break-word;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(255,255,255,1);
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
@media (max-width: 992px) { 

}
a,
a:hover {
    color: rgba(0,0,0,0.75);
}
h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
}
h1 {
    font-size: 2.5rem;
    line-height: 3rem;
}
h1 span.rot {
    color: rgba(255,0,0,1) !important;
}
h2 {
    font-size: 1.8rem;
    line-height: 2.5rem;
}

p {
    padding: 0;
    margin: 0;
}
strong {
    font-weight: 500;
}

.transition-ease {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.logo {
    width: 15rem;
    max-width: 80%;
}

.btn {
    border: none;
    font-size: 1.5rem;
    font-weight: 600;
}
.btn.btn-rot {
    background-color: rgba(255,0,0,1);
}
.btn.btn-rot:hover {
    background-color: rgba(255,0,0,0.75);
}

.portrait {
    width: 200px;
    height: 200px;
    padding: 3px;
    border-radius: 50%;
    background-image: linear-gradient(to right, rgba(255,0,0,1) , rgba(255,0,0,0.75));
}
.portrait img {
    width: 100%;
    height: 100%;
    filter: grayscale(100%) contrast(150%);
}
