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


/*
    Add your custom styles here
*/

.bg-img .card {
    background: rgba(255,255,255, .8);
}

.bg-img .card-footer {
    background: none!important;
} 
@media(min-width: 768px) {
    .static-window {
        min-height:350px
    }
}

@media(min-width: 1200px) {
    .static-window {
        min-height:350px
    }
}

.full-quote {
    position: relative;
    padding: 1rem;
}

.full-quote:before {
        
    content: '\201C';
    position: absolute;
    left: 0;
    top: -10px;
    color: #9e1b32;
    font-size: 60px;
    
}

.full-quote:after {
 
    content: '\201D';
    position: absolute;
    right:0;
    
    color: #9e1b32;
    font-size: 60px;
   
}

.short-quote {
    position: relative;
    padding: .5rem;
    margin-top: .5rem;
}

.short-quote:before {
        
    content: '\201C';
    position: absolute;
    left: 0;
    top: -4px;
    color: #9e1b32;
    font-size: 60px;
    
}

.short-quote:after {
 
    content: '\201D';
    position: absolute;
    right:0;
    
    color: #9e1b32;
    font-size: 60px;
   
}

.short-quote p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.card-img-side {
    height: 100%;
    width: auto;
}

.light-icon {
    max-width: 130px;
}

.icon-label {
    max-width: 150px;
}

.bg-light .icon-label a {
    color: #1C1B22;
}



