.btn-donation {
    color: white;
    background-color: black ;
    border-color: gray;
    padding: 15px;
    font-size: 30px;
    text-decoration: none;
}

.btn-donation:hover {
    color: white;
    background-color: #333333 ;
    border-color: black;
    text-decoration: none;
}


.floatleft {
    float: left;
    margin: 0px 10px 0px 10px;
}



#footer, #wrapper {
    background: #232323;
}

.margin-up-10 {
    margin-top:-10px !important;
}

.main-header .text-container{
    display:none;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td{
    border-top: none !important;
}

i.fa{
    display:none;
}

.main-header {
    color: #e51b37;
    background: #fff;
}

.main-header h2 {
    display:none;
}

.header-with-background-image {
    position:relative;
    margin:-40px;
}

.header-with-background-image > img {
    width:100%;
    height:auto;
}

.primary-content {
    background:#fff;
}

.right-bar {
    border: 1px solid #ccc;
    padding:5px;
}

.sidebar-widget {
    padding:0;
    margin-bottom:5px;
}

.right-bar .links .active {
    margin-left: -5px !important;
}

.red-text {
    color: #e51b37;
}

.left-bar h2 {
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #333;
}

.pull-left.half-column-width {
    width: 40%;
    height: auto;
    float:left;
    margin-right:15px;
}

.btn-group-lg > .btn, .btn-lg {
    font-size: 1.3rem !important;
    font-weight: 500;
}

.gallery.row .item.col-xs-2{
    border: 1px solid #eee;
    margin: 2px;
    padding: 5px 5px 30px;
}

blockquote {
    border-left: none !important;
	font-style: italic;
	font-size: 13px;
	color: #777
}

.text .type-time {
    font-size: 1.4rem !important;
	position: relative !important;
	top: 50px !important;
}

.text .val {
	font-size: 2.8rem !important;
	position: relative !important;
	top: 30px !important;
}

.row.index-nav{
        background: url("images/bg.gif");
        color: #fff;
        padding: 20px;
        margin: 30px 0;
        /*min-height: 270px;*/
        /*max-height: 455px;*/
}
    
.row.index-nav h3{
    font-size: 1.6em;
    text-align: center;
	text-shadow: 2px 2px 2px #000;
    min-height: 50px;
}
.row.index-nav h3:not(:first-child) {
    min-height:15px!important;
   
}

.row.index-nav .btn.btn-danger {
	width: 100%;
	background: #C1162E;
    border: 1px solid gray;
    border-radius: 0;
}

.row.index-nav p a{
   color: #fff !important; 
}

.row.index-nav .col-md-3:nth-child(n+2){
    border-left: 1px dashed #aaa;
    height:100%;
    display:table;
    min-height:200px;
}

.row .ideas{
    background:#C1162E;
    color: #fff;
    font-size:1.5rem;
    font-weight:600;
    padding:40px 40px;
    margin: 10px 0px 20px 0;
    height:150px;
}

.col-md-3.idea{
    text-align: center;
    position: relative;
    top:22px;
}

.idea.one:hover > div, .idea.two:hover > div, .idea.three:hover > div, .idea.four:hover > div {
        display: block;
}

.idea.details, .idea.one-details, .idea.two-details, .idea.three-details, .idea.four-details{
    background: #ccc;
	border: 5px solid #fff;
	border-radius: 50%;
	height: 175px;
	width: 175px;
	padding-top: 15px;
    position: relative;
    top:-97px;
    display:none;
    margin-bottom:-70px;
}

.idea.one-details hr, .idea.two-details hr, .idea.three-details hr, .idea.four-details hr{
	width: 70%;
	margin: 2px 0px 5px 25px;
}

.idea.one-details > p, .idea.two-details > p, .idea.three-details > p, .idea.four-details > p{
    font-weight: normal;
}

.row .ideas-mobile{
    display: none;
    margin-top: 100px;
}

@media (max-width: 992px){
      .btn-group-justified>.btn, .btn-group-justified>.btn-group {
          display:block;
          float:left;
          width:100%;
      } 
      
      .pull-left.half-column-width {
        width: 60%;
    }
    
    .row.index-nav{
        max-height: none;
        text-align: center;
    }
    
    .row.index-nav h3 {
        border-bottom:1px dashed #aaa;
    }
    
    .row.index-nav .col-md-3:nth-child(n+2){
        border-left: none;
        margin-top: 25px;
    }
    
    .row .ideas-mobile{
        display: block;
    }
    
    .idea.details{
        display: inline-block;
    }
    
    .row .ideas{
        display: none;
    }
    
}

@media (max-width:480px) {
     .pull-left.half-column-width {
        width: 100%;
    }  
    
    .main-header h1 {
        font-size: 2.7em;
        text-align: center;
    }
}

/*video wrapper*/
.videoWrapper {
    position: relative;
    padding-bottom: 51%;
    /* 16:9 */
    padding-top: 27px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lev { text-align:center; margin-bottom:10px;}
/* adjustment for testimonials on homepage Student Affairs 2 */
@media screen and (max-width:680px) {
    .col-xs-3 { width:100%;}
    .col-xs-9 { width:100%;}
    
    }