body {
  background-color: white;
}

#navigation > li {
  display: inline;
  padding: 15px;
  font-size: 20px;
  /*width: 100%;*/
  float: left;
}

#navigation > li:hover {
  opacity: 0.6;
}

#title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  padding-top: 15px;
}

span {
  vertical-align: middle;
  display: inline-block;
}

#title_sub {
  text-align: center;
  font-weight: bold;
  /*padding: 50px;*/
  font-size: 25px;
  font-style: italic;
  padding-top: 15px;
}

#heart_with_hand_pic {
  padding-top: calc(20% - 150px);
}

#contact_buttons {
  
}

#contact_buttons > li {
  padding: 10px;
  /*padding-top: calc(20% - 150px);*/
  display: inline;
  /*position: relative;*/
  right: 0;
  bottom: 5px;
  left: 0;
}

#contact_buttons > li:hover {
  opacity: 0.6;
}

#main_heart {
  float: left;
  padding: 15px;
}

#container {
  min-height: 100%;
  /*margin-bottom: -330px;*/
  position: relative;
}

#footer {
  /*height: 330px;*/
  position: absolute;
}

/*.clearfooter {
  height: 330px;
  clear: both;
}*/

#about_me_section {
  float: left;
}

* {
  font-family: 'Raleway', sans-serif;
}

a:visited {
  color: black;
}

a:active {
  color: black;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 5px;
}