body{
font-family: 'Roboto', sans-serif;
min-height: 100vh;
height: 100vh;
scroll-behavior: smooth;
}
#section-1{
    filter: grayscale(0.5);
}
.underline{
    width: 18rem;
    height: 0.4rem;
    background-color: #d43b3b !important ;
}
.height-80{
    min-height:80vh;
}
#section-background{
    background-image: url(./assets/images/wallpaper-group-edited.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    filter: grayscale(0.6);
}
/* #progrress-bg{
    background-image: url(/assets/images/BG-Fury\ header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
} */
i{
    font-size: 2rem !important;
}
header a{
    border-bottom: none;
    
}
header a:hover{
    /* line-height: 10px !important; */
    border-bottom: 2px #d43b3b solid !important;
    padding: 2px;

}
header .h1:hover{
    border-bottom: none !important;
}
#attribbution{
    opacity: 0.8;
}
#header-title{
    text-decoration: none !important;
}
#cards a{
    text-decoration: none !important;
}