html,body {
  height:100%;
}

h1 {
  font-family: Arial,sans-serif;
  font-size:80px;
  color:#DDCCEE;
}

.lead {
	color:#F4F4F4;
	font-size: 1.2em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}


/* Custom container */
.container-full {
  margin: 0 auto;
  width: 100%;
  min-height:100%;
background-color:#000;
  background-image: url(../img/bg.jpg);
  color:#eee;
  overflow:hidden;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;

}

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

.v-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rounded-pill{
  border-radius: 50rem !important;
}