
.navbar {
	margin-bottom: 0px;
}

#logoImg {
	height: 94px; 
	width: 94px;
	top:5px; 
	position: absolute;
}

#meu-Carrosel, #meu-Carrosel img{
	max-height: 600px;
}

#meu-Carrosel img{
	width: 100%;
}

.carousel-caption{
	bottom: 35px;
}

.carousel-indicators li{
	background-color: white;
	width:  12px;
    height: 12px;
}
.carousel-indicators .active{
	background-color: black;
	border: 1px solid black;
    border-radius: 10px;
    width:  14px;
    height: 14px;
}

.sobrejogos{
	text-align: center;
	padding:80px 0px;
}

.sobrejogos h1{
	text-transform: uppercase;
}


.icons-opcoes{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: rgb(203, 32, 48);
	width: 100%;
	color: white;
}

.icons-opcoes img{
	border: 2px;
	border-style: solid;	
}

.icons-opcoes h2{
	text-transform: uppercase;
}

.icons-opcoes .col-lg-3{
	text-align: center;
}

.jogo-contato{
	padding-top: 50px;
	padding-bottom: 50px;	
}

#footer {
    background-color: #424343;
    color: #fff;
    text-align: center;
    padding: 40px;
}

@media (max-width: 768px) {
	#logo{
		height: 73px;
		width: 73px;
	}
}

@media (min-width: 768px){
	#logoImg{
		margin-left: -16px;
	}
}

#navbar{
	text-transform: uppercase;
}

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-header{
	padding: 10px;
}

#conteudo-jogos-escolares{
	padding-top: 20px;
	padding-bottom: 20px;
}






/*.height100 {
	height: 100%;
}



#navbar > ul > li > a {
	padding-top: 30px; 
	padding-bottom: 30px;
	text-transform: uppercase;
}


@media (min-width: 768px) {
	body > div:nth-child(1) > nav {
		height: 80px;
	}

}

#myCarousel {
	max-height: 700px;
}

.carousel .item {
	max-height: 700px;	
}

.carousel-inner > .item > img {
	max-height: 700px;		
}*/