/* Stylesheet for RED Theme */
body {
    padding-top: 42px;
}
body a {
	color: #2a728c;
}
body .textwidget p {
	color: #444;	
}
.navbar-inverse {
    background-color: #b20c42;
    border-color: #b20c42;
}
footer ul.social li {
    /*border-radius: 4px;*/
}

.jumbotron {
	/*background-image: url('../images/jumbotron_bg_red.jpg');*/
}

.jumbotron h1 {
	color: #2c3d44;
}

a.btn.btn-default {
	background-color: #97a4ae !important;
}
a.btn.btn-default:hover {
    /*background-color: #7f8993 !important;*/
    background-color: #999999 !important;
}

/* Content */
h1.page-header-title {
	color: #2c3d44;
}


/* Widgets */
h3.widget-title {
	color: #b20c42;
}
ul.widget-sidebar br {
	margin-bottom:5px;
}
ul.widget-sidebar br ~ strong {
    padding-top: 20px;
    display: inline-block;
}

.widget_mit_social_widget h3.widget-title {
    text-transform: none;
    color: #304044;
    border: 0;
    margin: 0;
}
.entry-content ul li:before {
	color: #b20c42;
}
/*
	.entry-content ul li, .entry-content ul li a {
	color: #444444;
}
*/
.entry-content ul li {
	color: #444444;
}
.entry-content em {
    color: #444;
}
.entry-content em a{
    color: #2A728C;
}

.entry-content a em{
	color: #2A728C;
}

.widget_mit-pf-event h3.widget-title,
.widget_mit-pf-event h3.widget-title a,
.widget_mit-pf-event h3.widget-title a:hover {
    color: #b20c42;
}
.jumbotron .teasertext a, .jumbotron .teasertext p a {
	color: #2a728c;
}

/* Homepage */

/* Anchors by screen size */
@media (min-width: 1200px) {
	:target:before {
		content:"";
		display:block;
		height:100px; /* fixed header height*/
		margin:-60px 0 0; /* negative fixed header height */
	}
}
@media (min-width: 992px){
	:target:before {
		content:"";
		display:block;
		height:100px; /* fixed header height*/
		margin:-60px 0 0; /* negative fixed header height */
	}
}

@media (min-width: 768px) and (max-width: 1024px){
	:target:before {
		content:"";
		display:block;
		height:20px; /* fixed header height*/
		margin:-60px 0 0; /* negative fixed header height */
	}
}

@media (min-width: 1024px) and (max-width: 1024px){
	:target:before {
		content:"";
		display:block;
		height:100px; /* fixed header height*/
		margin:-60px 0 0; /* negative fixed header height */
	}
}
/* Mobile and Tablet Portrait */
@media (max-width: 767px) {
	:target:before {
		content:"";
		display:block;
		height:20px; /* fixed header height*/
		margin:-60px 0 0; /* negative fixed header height */
	}
}