html,body {
  height:100%;
}

h1 {
  font-family: Arial,sans-serif
  font-size:80px;
  color:#DDCCEE;
}
.top-zero{
  margin-top:0px !important;
}

.lead {
	color:#DDCCEE;
}
.white{
  background-color: #fff;
  background: #fff;
}
.gray{
  color: #333 !important;
}
.pull-center{
  text-align: center;
}
/* Custom container */
.container-full {
  margin: 0 auto;
  width: 100%;
  min-height:100%;
  /*background-color:#110022;*/
  background: rgba(228,230,229,1);
  background: -moz-linear-gradient(top, rgba(228,230,229,1) 0%, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228,230,229,1)), color-stop(0%, rgba(237,237,237,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(228,230,229,1) 0%, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(228,230,229,1) 0%, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(228,230,229,1) 0%, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(228,230,229,1) 0%, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e6e5', endColorstr='#ffffff', GradientType=0 );
  color:#eee;
  overflow:hidden;
}

.container-full a {
  color:#efefef;
  text-decoration:none;
}
.box-border{
  border-radius: 25px;
  box-shadow: 0px 0px 5px 1px rgba(119, 119, 119, 0.5);
  -moz-box-shadow: 0px 0px 5px 1px rgba(119, 119, 119, 0.5);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(119, 119, 119, 0.5);
}
.v-center {
  margin-top:7%;
}
.img-center {
    margin:0 auto;
    width: 100px;
}
.img-text-center{
  margin:0 auto;
}
.text-justify {
  text-align: justify !important;
}
.caption{
  font-size: 12px !important;
}
hr{
  margin-bottom: 5px !important;
}

.copyright {
  font-size: 10px !important;
}

