/*
Theme Name: Main Theme Veterinary Medicine Library Child
Description: Child theme for Veterinary Medicine Library
Template: main-theme
Version: 1.0.1
Author: Library Web Team
Text Domain: main-theme-vex-child
*/

.uofi-lib-banner__container{
    background-image: url('https://wordpress.library.illinois.edu/vex/wp-content/uploads/sites/40/2021/09/VetMedbanner.jpg') ! important;
    min-height: 200px;
}


/* main content */

.panel.palette-blue {
  background-color:white;
  box-shadow: 0 1px 1px rgb(0 0 0 / 0%) !important ; 
}

.panel.palette-blue a{
    color: #13294B;
    font-size: 13pt;
    font-weight: bold;
}

/* Need Assistance */

.assistance_continer{
    margin: 0px 10px 0px 10px;
    display: flex;
    align-items: stretch;
}

.assistance_orange {
    background-color: #E84A27;
    width: 100%;
    border-style: solid;
    border-color: #13294B;
    border-width: 1px 0px 1px 1px;
}

.assistance_blue {
    background-color: #13294B;
    color: white;
    font-size: 13pt;
    font-weight: 600;
    line-height: 1.1em; 
    border-style: solid;
    border-color: white;
    border-width: 1px ;
}
.assistance_blue_text {
    margin: 20px 0px 20px 0px;
}

.assistance_orange_continer {
    padding: 30px 0px 30px 0px;
    display: flex;
}

/* Sidebar */

.sidebar_subtitle{
    background-color: #13294B;   
    color: white;
    text-align: center;
    padding: 5px 0px 5px 0px;
    margin: 15px 0px 15px 0px;
    font-size: 16pt;
    font-weight: 400;
}
.sidebar_subtitle span{
    font-size: 16pt;
    font-weight: 400;
}

.need_assistance_sidebar{
    background-color: #3F5773;
    color: white;
    font-size: 13pt;
    font-weight: 600;
    margin-top: 15px;
    padding: 15px;
}

/* footer */

.vex-footer {
	margin: 15px -15px 0px -15px;
}

.footer-site-name {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	line-height: 18pt;
	width:100%;
	background-color:#ADA7A5;
}

.footer-site-name p {
	margin: 0 auto 0 auto;
	padding-top: .25em;
	padding-bottom: .25em;
	text-align: center;
}

.footer-site-name a {
	color:black;
}

.UofI_Library_Info_Email > a {
    text-decoration: underline;
}