/*HEADER*/

.logo-customized img {

max-width:800px;
height: auto;
margin-left: 0px
margin-top: 25px;
}

h2.logo-customized{
font-size: 1.5em !important;
}


/*Modify the header background for all catalog pages.*/
#app-header {
  padding: 0;
  height: 120px;
  background-color: #fff;
}

#app-header h2{color: #6c4b78;}

/* Modify the layout of the header contents*/
#app-header .container {
margin-right: auto;
margin-left: auto;
padding-left: 20px;
padding-right: 15px;
}



/*Modify the account logo in the header*/
/*any header logo uploaded in a catalog will override this option*/
#app-header .logo a {

}

/*HOME PAGE*/

/*Modify the home page feature area background*/
#home-page .feature-region {
  height: 400px;
  background-repeat: no-repeat;
background-image: url(https://veipd.org/main/images-content/veipd_blank_banner.png);
border-top: solid 20px #5c4064;
}





 #vcu-online-catalog-header{
    font-family: 'Roboto', sans-serif;
font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
text-shadow: 1px 1px 2px black;
}

@media only screen and (min-width: 350px) {#vcu-online-catalog-header{ 
padding-left: 10px !important;
}





/*Modify the layout for the contents of the feature area background*/
#home-page #feature div {
max-width: 1100px;
padding-top: 50px;
margin: auto;
color: #63446e;
font-weight: 900 !important;
}



/*Modify the H3 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h3 {
  text-align: left;
font-size: 2rem;
margin-top: -20px;
  line-height: 1;
}

/*Modify the H4 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h4 {
  text-align: left;
  font-size: 1.9em;




