@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);
@import url(https://use.fontawesome.com/releases/v5.15.2/css/all.css);


.feature-region {
    text-align: center;
    padding-top: 2rem;
    border-top: 10px solid #F8B300;
}

#vcu-online-catalog-header{
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: white;
}

#vcu-online-catalog-subheader{
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: white;
}


#search-form.callout-region {
    background-color: #333333;
}


.vcu-online-card {
    padding: 1rem;
    border-top: 2px solid rgba(0,0,0,0.125);
    border-right: 2px solid rgba(0,0,0,0.125);
    border-bottom: 2px solid rgba(0,0,0,0.125);
    border-left: 5px solid #F8B300;
    background-color: #fff;
    margin-bottom: 1rem;
}

a{
  cursor: pointer;
  color: inherit; 
}

a:link{
    text-decoration: none;
    color: inherit; 
}

a:hover{
    color: inherit; 
}

/*hiding the image links to the catalogs*/
.header-branding {
     display:none;
}
/*hiding the image links to the catalogs*/
.product-account-logo {
     display:none;
}