html,body {
  height:100%;
  font-family: 'Courgette', cursive;
}


h1 {
  font-size:80px;
  color:#c42756;
}

h1, h2, h3, h4 {
	  font-family: 'Courgette', cursive;
}

.lead {
	color:#c42756;
}


/* Custom container */
.container-full {
  margin: 0 auto;
  width: 100%;
  min-height:100%;
  background-color:#e6d9c8;
  color:#c42756;
  overflow:hidden;
}

.container-full a {
  color:#efefef;
  text-decoration:none;
}

.v-center {
  margin-top:7%;
}
  