/*!
 * Start Bootstrap - 1 Col Portfolio HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    /*padding-top: 70px;*/ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

footer {
    margin: 50px 0;
}

.publications div[class^="col-"], .publications div[class*=" col-"] {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (max-width: 768px){
	.publications img {
		max-height: 500px;
	}
}

@media (min-width: 768px){
	.img-responsive {
		display: inline;
	}
}

.publications p {
	font-size: 16px;
}

.publications h3 {
	margin-top: 0;
}