h2, .h2 {
  font-size: 2em;
  margin-bottom: 0px;
  text-decoration: none;
}


h2 a:link {
  text-decoration: none;
  color: #3598db;
}

h2 a:Hover{
  color: purple;
}
h2 a:visited{
  color: purple;
}

h1, .h1{
  font-size: 2em;
  margin-top: 1rem;
  text-shadow: 1px 1px blue; 
}

h3, .h3{
  font-size: 2em;
  margin-top: 0rem;
  text-shadow: 1px 1px blue; 
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
	color: #3598db;
	font-weight: bold;
	line-height: 1.2;
}

.container-header {
  background-color: #3598db;
  background-image: none;
}
.container-footer {
  background-color: #3598db;
  background-image: none;
}

.btn-secondary{
  color: #3598db;
  
  border-color: white;
}
a.btn.btn-secondary {
  color: Purple;
  border-color: white;
  background-color: white;
}

.img600X400 {
  width: 600;
  height: 400;

}

p {
  text-align: justify;
  margin-right: 2em;
}

#header_hide {
  display: none;
}