@import url(http://fonts.googleapis.com/css?family=Raleway:400,800);
@import url(http://fonts.googleapis.com/css?family=Lobster);
/* Base Styles */
.whiteBg, #wrapper {
  background-color: white;
}

.text-center {
  text-align: center;
}

.colorWhite, header {
  color: white;
}

.no-style, ul {
  list-style: none;
}

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

body {
  background-color: #474747;
}

a {
  text-decoration: none;
  color: #51aacf;
  background-color: #ebebeb;
  display: block;
  padding: 10px 10px;
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  -ms-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  text-transform: capitalize;
  border: thin solid white;
}
a:hover {
  background-color: #51aacf;
  color: white;
}

h1 {
  color: #51aacf;
  font-family: 'Lobster', cursive;
}
h1 a {
  background-color: #51aacf;
  color: white;
  display: inline-block;
  border: none;
  font-size: 1.25em;
}
h1 a:hover {
  background-color: #51aacf;
}

/* Main phone Wrapper */
#wrapper {
  width: 320px;
  margin: 100px auto;
  border: 2px solid #ddd;
  border-radius: 5px;
  min-height: 450px;
}

header {
  background-color: #51aacf;
  margin-bottom: 15px;
}

#view {
  padding: 0 5px;
}
#view h1 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
#view p {
  color: #474747;
  font-size: .9em;
  width: 98%;
  margin-bottom: 10px;
  line-height: 1.5em;
}

/*# sourceMappingURL=style.css.map */
