@import url(http://fonts.googleapis.com/css?family=Rambla:400,700,400italic,700italic|Abel|Oldenburg|Cherry+Cream+Soda|Philosopher:400,700,400italic,700italic|Life+Savers:400,700|Signika:400,300,600,700);

body {
  width: 820px;
  margin: auto;
  font-family: 'Rambla', sans-serif;
  font-weight: 400;
}

#mammoth_head {
  width: 320px;
  height: 420px;
  overflow: hidden;
  float: left;
}

#mammoth_head embed {
  margin-top: -100px;
  margin-left: -200px;
}

#soonText {
  width: 400px;
  height: 420px;
  float: left;
  margin-left: 50px;
}

#soonText h1 {
  font-size: 64px;
  font-family: 'Life Savers', cursive;
  font-weight: 700;
  text-align: center;
}

#soonText h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
}

footer {
  clear: left;
  position: relative;
  top: 70px;
  text-align: center;
}

#contact p {
  font-size: 24px;
  text-align: center;
}

#contact a {
  margin: 10px 18px;
  padding: 10px 60px;
  border: 2px solid black;
  border-radius: 50px;
}

#contact a, #contact a:link, #contact a:visited {
  color: black;
  text-decoration: none;
}

#contact a:hover, #contact a:active {
  background-color: #333;
  color: white;
}

footer #copyright {
  background-color: #333;
  color: white;
  margin-top: 70px;
}
