h1 {
  font-family: 'Dancing Script', cursive;
  font-size: 200px;
  text-shadow: 4px 4px 4px #FFBEA3;
  text-align:center;
  left: 0; // This one is important!
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.1s;
}

body {
    background-image: url("../resources/escape.gif");
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.options {
    position: fixed;
    text-align: left;
    vertical-align: top;
    margin-left: 83%;
    margin-bottom: 55%;

}


.together {
  position: fixed;
  text-align: center;
  padding-top: 2%;
  padding-left: 33%;
  height: 300px;
}

.motto{
  margin-top: -180px;
  margin-right: -550px;
}

.buttons {
    color: black;
    background-color: #FFBEA3;
    border-radius: 25px;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.buttons2 {
    background-color: #FFBEA3;
    border-radius: 25px;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}


h2{
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 30px;
}
h3{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-shadow: 4px 4px 4px #FFBEA3;
  -webkit-animation-duration: 8000s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
}

h1 a:hover{
  color: white;
}

#greeting{
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin-left: 10px;
}

#twitter {
  height: 80px;
  width: 80px;
  left: 30px;
  top: 200px;
  position: absolute;
}

#mail {
  height: 100px;
  width: 100px;
  left: 30px;
  top: 110px;
  position: absolute;
}

#fb {
  height: 20px;
  width: 20px;
  left: 40px;
  top: 290px;
  position: absolute;
}
