/* Move down content because we have a fixed navbar that is 50px tall */
html {
	font-size: 1em;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.75em;
	font-size: 16px;
	position: relative;
}

body {
	padding-top: 50px;
}

h1 {
	font-size: 2.75em !important;
}

h2 {
	font-size: 2.5em;
	font-weight: 700;
}

h3 {
	font-size: 1.7125em !important;
	font-weight: 700;
}

h4 {
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: 700;
	color: #232323;
}

h4 small {
	font-size: .625em;
	line-height: 1.4em;
	font-weight: 400;
}

h5 {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.6em;
	color: #006699;
	margin-top: .75em;
	margin-bottom: 0em;
}

h6 {
	font-size: 1.125em;
	line-height: 1.45em;
	font-weight: 700;
	margin-bottom: 0em;
	color: #006699;
}



/* Custom styles */

.navbar {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: .9em;
	font-weight: 400;
	border-bottom: 1px solid #e5e5e5;
	color: #fff;
}

.navbar-brand {
	color: #006699 !important;
	padding-top: 0.45em;
}

.active {
	font-weight: 900;
}

.dropdown-menu li {
	padding-top: .1em;
	padding-bottom: .1em;
}

.navbar-nav a {
	color: #006699;
}

.callforaction {
	font-weight: 900 !important;
	color: #006699 !important;
	text-decoration: none !important;
	text-transform: none !important;
}

.jumbotron {
	background: transparent;
	color: #006699;
	padding-top: 2.5em;
	padding-bottom: 4em;
}

.jumbotron {
    background: #006699 url("http://spe2017.iscte-iul.pt/assets/bg.jpg") no-repeat left top;
    min-height: 25em;
    background-size: cover;
    overflow: hidden;
}

.jumbotron p {
	color: #006699;
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: 600;
	margin-top: 2.25em;
	margin-bottom: 2.25em;
}

.btn-lg {
	border: none;
	margin-top: 0;
	padding: .75em;
	padding-right: 1.5em;
	padding-left: 1.5em;
}

.btn-success {
	background-color: #006699; 
}

.btn-success:hover {
	background-color: #2980b9; 
}

.no-bg {
	background: white;
	color: #006699;
}

.page-header {
	margin-top: 0;
}

.container-details {
	background-color: #f5f5f5;
	padding-top: 2.25em;
	padding-bottom: 2.75em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.media {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	color: #777;
}

.media img {
	border: 4px solid #006699;
	width: 6.250em;
}

.media-body {
	vertical-align: middle;
	padding-left: .275em;
}

.media-body p {
	font-size: .9em;
	line-height: 1.55em;
}

.table-content {
	margin-top: 2em;
}

.organization {
	margin-top: 2.5em;
	padding-top: 1.75em;
	padding-bottom: .5em;
	background-color: #f5f5f5;
	color: #000;
}

.organization img {
	/* margin-top: 5em; */
	margin-bottom: 1.5em;
}

.panel-heading {
	background-color: #fff !important;
}

.panel-body {
	font-size: .95em;
	line-height: 1.675em;
}

.panel-title a:hover {
	color: #069;
	text-decoration: none;
}

.panel-title a:link {
	text-decoration: none;
}

.panel-body a:hover {
	color: #069;
	text-decoration: none;
}

.panel-body a:link {
	text-decoration: none;
}


.footer {
	max-width: 100%;
	padding-top: 3.5em;
	padding-bottom: 3.5em;
	background-color: #232323;
	color: #fff;
}

.footer h6 {
	color: #fff;
}

.thumbnail {
	margin-top: .75em;
	padding: 0;
	border: none;
}

.thumbnail img {
	width: 12.5em;
	/* border: 5px solid #006699; */
}
.caption {
	text-align: center;
}
.caption p {
	font-size: .875em;
	line-height: 1.425em;
}

/* TABS */
.tab-content {
	padding-top: 1em;
}

/* PROGRAMA */
.article {
	color: #069;
	font-weight: 400i;
	font-style: italic;
}

.article a {
	text-decoration: none;
}

.autor {
	font-weight: 400;
}