
html,body {
  height:100%;
}

h1 {
  font-family: Arial,sans-serif
  font-size:90px;
  color:#FFF;
  text-shadow: 0.1em 0.1em 0.05em #333
}

.lead {
	color:#E6E6E6;
  text-shadow: 0.1em 0.1em 0.05em #333
}

/*Da tela de loading*/
#spinner {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url(../img/loading.gif) 50% 50% no-repeat #FFF; 
}

/* Custom container */
.container-full {
  margin: 0 auto;
  width: 100%;
  min-height:100%;
  background: url('../img/b02.jpg')no-repeat;
  background-size: cover;
  color:#eee;
  overflow:hidden;
}

.container-full a {
  color:#efefef;
  text-decoration:none;
}

.v-center {
  margin-top:7%;
}

/* HOVER EFFECT JQUERY */
.pic {
  display: inline-block;
  margin: 15px;
  border: 7px solid #fff; 
  height: 240px;
  width: 240px;
  overflow: hidden;
  /*background-color: #BDBDBD;*/
   
  -webkit-box-shadow: 5px 5px 5px #111;
          box-shadow: 5px 5px 5px #111; 
}

.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
  