@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Arvo);
* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}

html {
  background-color: #fdfcfb;
}

body {
  height: 100%;
  min-height: 100%;
  position: relative;
  margin: 0px auto 20px auto;
}

ul {
  list-style: none;
}

a {
  color: #e94439;
  text-decoration: none;
}
a:hover {
  color: #ee6f67;
  text-decoration: underline;
}

h2 {
  font-family: Arvo, Arial, sans-serif;
  font-size: 25px;
  line-height: 23px;
  font-weight:100;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
}

h1 {
  font-family: Arvo, Arial, sans-serif;
  font-size: 60px;
  line-height: 75px;
  font-weight: 800;
  color: #e94439;
  text-transform: lowercase;
}

p {
  font-family: Georgia, Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 100;
  color: white;
}

::-webkit-input-placeholder {
  color: gray;
}

::-moz-placeholder {
  color: gray;
}

:-ms-input-placeholder {
  color: gray;
}

input:-moz-placeholder {
  color: gray;
}
header {
  min-width: 100%;
  width: 100%;
  text-align:left;
  min-height: 100px;
}
