body {background-color: #E5F5F9;}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: normal
}
p, div {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

@media only screen and (max-width: 480px)
{
.top-name {
	text-align: center
}
}


a {
	color: #448D76;
	font-weight: 400
}

a:hover, a:focus {
    color: #448D76;
    text-decoration: none;
}

b {
	color: #448D76;
	font-weight: 400
}

b:hover, b:focus {
    color: #448D76;
    text-decoration: none;
}

.navbar {
	background-color: #2f2f2f;
	padding: 10px;
}

.navbar-brand {
	font-size: xx-large;
}

.navbar-right {
	font-size: large;
}

.about-header {
	font-size: smaller;
}

.jumbotron {
	padding-right: 30px;
}

.jumbotron h1 {
	font-size: xx-large;
}

.jumbotron p {
	font-size: medium;
}

.align-right {
	white-space: nowrap;
}

.subsection {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.topsubsection{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 5px;
	
}

.list-publications {
	font-size: medium;
}

.list-publications li {
	padding-top: 10px;
	padding-bottom: 10px;
}

.list-publications h5 {
	margin-right: 100px;
    font-weight: normal;
}

.publication-title {
	font-size: medium;
}

.list-publications a {
	font-size: medium;
	color: #448D76;
}

.list-publications a:hover, a:focus {
    color: #093426;
    text-decoration: none;
}

.list-news {
	/*font-size: medium;*/
	font-size: 15px;
}

.list-news li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 64px ;
  text-indent: -64px ;
}

.list-news h5 {
	margin-right: 100px;
}

.list-news a {
	/*font-size: medium;*/
	color: #448D76;
}


.list-news a:hover, a:focus {
    color: #093426;
    text-decoration: none;
}

.list-news b {
	/*font-size: medium;*/
	color: #448D76;
}

.list-news b:hover, b:focus {
    color: #448D76;
    text-decoration: none;
}

.img-padded {
    margin-left: 23px;
}

.container {
    max-width: 717px;
}
