body{
    font-family: "Manrope", sans-serif;;
}
a{
    color: inherit;
}
a,a:hover{
    text-decoration: none;
}
img{
    user-select: none;
}
.hero-section{
    background-color: #000;
    background-image: url(../images/main-bg.jpg);
    background-size: cover;
    background-position: center;
    
}
.mvh-100{
    min-height: 100vh;
}
.main-title{
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: 28px;
    line-height: .8;
}
.hov > img{transition: 1s ease;}
.hov a{letter-spacing: 2px; text-transform: uppercase;font-size: .75rem;font-weight: 600;}
.hov:hover > img{
    transform: scale(1.3);
}

@media(min-width:768px){
    .col-md-75{
        max-width: 62.5%;
    }
}