.color1 {
  color: #249991;
}
.color2 {
  color: #3b658a;
}
.color3 {
  color: #ce5f5f;
}
.font1 {
  font-family: 'Open Sans', sans-serif;
}
.bold {
  font-weight: bold;
}
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  font-family: 'Open Sans', sans-serif;
  background-image: url('../img/background2.jpg');
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-color: #3b658a;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative !important;
  padding: 10px;
}
html, body{
	height:100%
}
ul {
  margin: 0;
  padding: 0;
}
hr {
  border: 0;
}
h1,
h2 {
  color: #249991;
  margin-top: 0;
}
h3 {
  color: #3b658a;
}
.container{
	display:flex;
	width:100%;
	height:100%;
	justify-content: center;
	align-items: center;
}
.social-links {
	display: flex;
	justify-content: space-between;
}
.social-links li{
	list-style:none;
}
.social-links li a{
	color: #fff;
}
