/* Bottom div background */
.bottom_bar {
  clear: both;
  width: 100%;
  height: 100%;
  margin-top: -30px;
  overflow:auto;
  background-color: #2e567a; 
}
.box_center {
  margin-left: auto;
  margin-right: auto;
}
.alpha {
  margin-left: 2%;
  width: 30.5%;
}
.beta, .omega{
  width: 30.5%;
}
.bottom_line {
  width: 100%;
  height: 30px;
  overflow:auto;
  background-color: black; 
}
.text_alpha, .text_beta, .text_omega {
  background-color: #2e567a;
  border: 0;
  color: white;
}
ul.social-links {
    list-style:none;
    margin-left:0;
}
ul.Social-links li {
    margin:0;
}
ul.Social-links li a {
    margin:0 10px 0 0;
	color: white;
}
ul.Social-links li a:hover {
  color: red;
}
a.a_omega {
  color: white;
}
a.a_omega:hover {
  color: red;
}
a.a_continue {
  color: red;
}
a.a_continue:hover {
  color: white;
}