body {
  background-color: #ebeff0;
  font-family: 'Ubuntu', sans-serif;
}
h1{font-weight: 400; color: #0083c2}
#container{
  width: 800px;
  margin: 0 auto;
}

#livechat {
  background-color: #58b667;
  width: 125px;
  height: 30px;
  margin: 100px 55px 0 0;
  float: right;
  text-align: center;
}

#livechat a { 
  color: white;
  font-size: 1.25em;
  letter-spacing: 1px;
  text-shadow: 0px 2px 0px rgba(33, 127, 48, 0.95);
  padding-top: 2px;
  display: block;
  text-decoration: none;
}

#content {
  background-color: white;
  height: 390px;
  width: 800px;
  margin: 0 auto;
  margin-top: 150px;
  text-align: center;
  font-size: .9em;
  clear: both;
}

#content a {
  color: #a9a9a9;
  text-decoration: none;
  margin: 0 0 0 80px;
}

#content a:first-of-type {
  margin: 0;
}

#helpful_links a:first-of-type {
  margin: 0;
}

#content a:hover {
  color:#4f4f4f;
}

#logo {
  margin-top: 50px;
}

#portals {
  width: 100%;
  height: 50px;
  margin: 50px 0 50px 0;
  color: #515151;
  font-size: 1.5em;
}

#portals img {
  margin-right: 20px;
  padding-top: 5px;
  vertical-align: text-bottom;
}

#portals a {
    color: #515151;
}

.portal {
  height: 50px;
  width: 31%;
  margin-left: 15px;
  float: left;
}

.portal img{
  margin: 0;
}

#social_networks {
  margin: 0 auto;
  margin-top: 20px;
  width: 200px;
  text-align: center;
}

#social_networks i {
  margin-right: 20px;
  color:#b1b4b5;
}
