/* 
Theme Name:		 Chausie
Description:	 Chausie is a child theme of Wildcat
Author:			 eTech
Author URI:		 https://etech.as.ua.edu
Template:		 as-wildcat
Version:		 1.0.1
Text Domain:	 chausie
*/


/*
    Add your custom styles here
*/

.side-nav {
    background-color:#edf0f3;
    background-image: url("img/bsc_logo_small.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size:initial;
    padding-bottom:5rem}
    
.side-nav .widget-title{background:rgba(0,0,0,0) !important}

.side-nav ul li{background:rgba(0,0,0,0)}

.side-nav ul li:hover,.side-nav ul li:active,.side-nav ul li:focus{
    background:rgba(0,0,0,.08)
}

.message-hero .row {
    position: relative;
}

.message-hero .row:after {
    content: '';
    display: block;
    background: url('img/bsc_hero.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 10;
}

@media (min-width: 768px) {
    .message-hero .row:after {
        width: 66%;
    }
}

@media (min-width: 992px) {
    .message-hero .row:after {
        width: 50%;
    }
}

.message-hero .col-10 {
    z-index: 20;
}