body {
    color: #333333 !important;
}
/*================ THEME SECTION ==============*/
#theme-info {
	background-size: cover;
	background-attachment: fixed;
	background-image: url(https://nmsu.edu/_files/images/bkgrnd_goddard.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	padding-top: 100px;
	padding-bottom: 100px;
}	
#hero {/*margin-top: -50px; */padding-bottom: 0px; min-height: 400px;}

#BeAnAggie {
    	background-size: cover;
    	background-attachment: fixed;
    	background-repeat: no-repeat;
    	background-position: center center;
    	background-image: url('/_files/images/bkgrnd_walking.jpg');
    	background-color: #111;
    	color: #FFF;
    	padding: 40px 0px 40px;
    	text-align: center;
    }

.bg-top {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #ffffff;
}

#SlideShow {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 40px 0px 40px;
}
#SlideShow > div > div > div > div > div > h2 {display:none;}
#SlideShow > div > div > div {background-color:none;}
.well-side {
    background-color: #8c0b42 !important;
    border: 1px solid #882345 !important;
    padding: 30px;
    color: #ffffff;
    
}
            .well-side h3 {font-size: 28px; font-weight: 700; color: #ffffff; color: #ffffff;
    margin-top: 10px;}   
            .well-side small {color: #ffffff;}
   .btn-outline:hover {color: #ffffff; background-color: rgba(255, 255, 255, 0.3);} 
   
 