@charset "utf-8";
body {
	display: block;
	font-family: "Arial", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.9em;
	background-color: #E5FAEE;
	line-height: 200%;
}
header{
	justify-content: center;
	text-align:center;
	background-color: #1B7C6C;
	color: #f1f1f1;
	height: 100px;
	width: 100%;
}
header h1{
  font-size: 2.5em;
}
article{
	float:left;
	padding:10px 40px 20px 20px;
	margin:10px 40px 20px 20px;
	text-align:justify;
}
image{
	float: left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:justify;
}
footer {
	clear:both;
	text-align:center;
	background-color: #1B7C6C;
	color: #f1f1f1;
	height: 210px;
	width: 100%;

	
}
.box{
	background-color: #ffffff;
	padding: 5px 15px 5px 15px;
	margin: 5px 0px 0px 0px;
	border:2px solid #000000;
	border-radius:10px;
	
}
.container {
  margin-top: 20px;
}


.thumbnail .caption h3 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.thumbnail-text {
  overflow: hidden;
  margin-bottom: 2%;

}
.references{
  font-size: 0.8em;
}

a{
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: black;
}
a:visited {
  color: black;
}
a:hover {
  color: blue;
}
a:active {
  color: black;
}
h1 { 
    display: inline;
    font-size: 1.8em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
   
h2 {
    display: inline;
    font-size: 2.3em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    font-style: normal;
    
}

h3 {
    display: inline;
    font-size: 2.3em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    font-style: normal;
    text-align:center;
}

h4 {
    display: inline;
    font-size: 2.3em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    font-style: normal;
}
    
html,body,image {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
div.content { width: 100%}

.grid-layout .row .col-md-3{
    text-align: center;
    border-bottom:#eee solid 1px; 
}
.grid-layout .row .col-md-3 > a{
    padding:10px 0;
    display: inline-block;
    width:100%;
    outline: none;
}
.grid-layout .row .col-md-3 > a:hover{
    color:#5fa9e3;
    text-decoration: none;
}
.grid-layout .row .col-md-3:hover{
    background: #f7f7f7;
    cursor: pointer;

}
.name{
    padding:15px 0;
}
