@font-face {
    font-family: migra;
    src: url(font/Migra\ Extrabold\ 800.otf);
}
@font-face {
    font-family: neue;
    src: url(font/NeueMontreal-Regular.otf);
}
@font-face {
    font-family: migra200;
    src: url(font/Migra\ Extralight\ 200.otf);
}
#intro{
    background: url(images/rizal-painting2.jpg) ;
    min-height: 100vh; 
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
  
}
#intro::before{
    background-color: rgba(0,0,0,0.80) ;
    
}
#navr{
    background: transparent !important;
    color: black;



    
}
section{
    padding: 60px 0;
}

#navz:after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
#navz:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
#navz{
    color: white !important;
    display: inline-block;
    position: relative;
}

#ref{
    display: inline-block;
    position: relative; 
}
#ref:after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: black;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
#ref:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
