html { 
  background: url('../Fundo.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  padding-top: 70px;
  padding-bottom: 30px;
	background: none;
}

.table {
	background-color: white;
	border-radius: 4px;	
}

h1,h2,h3,h4,h5 {
	color: black; 
}

.page-header {
	background-color: rgba(0,0,0, 0.5);
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

#footer {
	padding:10px;
  margin-top: 10px;	
  background-color: #00F4F4;
  background: -webkit-linear-gradient(#5BFFFF, #00CDF6); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#5BFFFF, #00CDF6); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#5BFFFF, #00CDF6); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#5BFFFF, #00CDF6); /* Standard syntax */
}

.modal-header, .close {
    background-color: #00238C;
    color:white !important;
    text-align: center;
    font-size: 30px;
}
.modal-footer {
    background-color: #f9f9f9;
}

#google {
		position: relative;
		width: 30px;
		height: 30px;
		background: url('../canais.png') 0px 0px;
}

#google:hover {
		background: url('../canais.png') 0px -30px;
}

#facebook {
		position: relative;
		width: 30px;
		height: 30px;
		background: url('../canais.png') 0px -60px;
}

#facebook:hover {
		background: url('../canais.png') 0px -90px;
}

#instagram {
		position: relative;
		width: 30px;
		height: 30px;
		background: url('../canais.png') 0px -120px;
}

#instagram:hover {
		background: url('../canais.png') 0px -150px;
}

#whatsapp {
		position: relative;
		width: 30px;
		height: 30px;
		background: url('../canais.png') 0px -180px;
}

#whatsapp:hover {
		background: url('../canais.png') 0px -210px;
}

#skype {
		position: relative;
		width: 30px;
		height: 30px;
		background: url('../canais.png') 0px -240px;
}

#skype:hover {
		background: url('../canais.png') 0px -270px;
}