html, body{
  /*-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat:no-repeat;
  background-color: #f6f6f6;*/
  font-family: "Open Sans", sans-serif;
  height: 100%;
}

/*html {
  height: 100%;
  height: auto!important;
  min-height: 100%;
  position: relative;
  padding-bottom: 60px;
}

body {
  margin-bottom: 0;
  height: 100%;
}
*/

.main-footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
  color: #838383;
  border-top: 1px solid #E0E0E0;
}

.main-footer .left {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  float: left;
}


.main-footer .right {
  text-align: right;
}

.main-footer a {
  color: #5bb6a2;
  text-decoration: none;
}
.main-footer a:hover {
  color: #5bb6a2;
}

.main-footer a.icon {
  font-size: 1.4em;
  position: relative;
  top: 1px;
}

.divider {
  margin-left: 5px;
  margin-right: 5px;
}

.card {
  text-align:center;
  background-color:white;
  padding: 175px 125px;
  margin:50px auto 25px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:15px;
  -webkit-box-shadow: 0px 5px 13px 4px rgba(219,219,219,1);
  -moz-box-shadow: 0px 5px 13px 4px rgba(219,219,219,1);
  box-shadow: 0px 5px 13px 4px rgba(219,219,219,1);
}

.card-container.card.text-card {
  max-width: 650px;
  margin-bottom: 50px;
}

.card-container.card.text-card hr{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #E0E0E0;
}

#profile-img {
  max-width: 320px;
  margin: 0 auto;
}

.card .text {
  text-align: left;
}
