html, body {
    background-color: #000000;
    height: 100%;
    min-height:100%;
    width: 100%;
    margin: 0;
    padding: 0;

	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-image: url(SITE_Background-1.png);

	text-align: center;
}

body {
    min-width: 350px;
}

a {
	text-decoration: none;
	color: white;
}

.titulo {

}

.titulo img {
	max-width: 100%;
}

.subTitulo {
	margin-top: -7%;
}

.subTitulo img {
	max-width: 100%;
}

.polaroid {

}

.polaroid img {
	max-width: 100%;
}

.socialLinks {
	margin-bottom: 50px;
}

.socialLink {
	display: inline-block;
	margin: auto 30px auto 30px;
	font-family: 'Permanent Marker', cursive;

   -webkit-text-stroke: 1px transparent;
   color: white;
   text-shadow:
       3px 3px 0 transparent,
     -1px -1px 0 transparent,  
      1px -1px 0 transparent,
      -1px 1px 0 transparent,
       1px 1px 0 transparent;	
}

.socialLink:hover {
   -webkit-text-stroke: 1px black;
   color: white;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;	
}

.fGrande {
	font-size: 46px;
	line-height: 46px;
}

.fPequena {
	font-size: 21px;
}

.fGrande, .fPequena {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}



.iconLink {
	position: relative;
}

.iconLink a#lojaFace {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  /*background: rgba(0,255,0,0.2);*/
}

.iconLink a#lojaSite {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;	
  /*background: rgba(0,0,255,0.2);*/
}

.cresc {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.cresc:hover {
    -ms-transform: scale(1.05, 1.05) rotate(-2deg);
    -webkit-transform: scale(1.05, 1.05) rotate(-2deg);
    transform: scale(1.05, 1.05) rotate(-2deg);
}
