body{
	background-color: #3f97ce;
	color: #ffffff;

}
.bg{
		background-image: url(http://www.cozinhadonabenta.com.br/wp-content/themes/cdb/images/feat_bg_ladrilho.png);
    background-repeat: repeat-x;
    height: 62px;
}
    
.vertical-center { 
  min-height: 100%;  
  min-height: 80vh;

  display: flex;
  align-items: center;
}

h2{
	text-align: center; 
	padding-top: 18px
}
p{
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}

a:visited, a:hover{
	color: #ffffff;
}
a{
	color: #ffffff
}
.boder{
	 border-left: 5px solid #ffffff;

}
img{
	
	width: 55%;
}
.logo{
	text-align: 	center;
	width: 50%;
}
ul{
    list-style: none;
    width: 60%;
    padding: 0;
    margin: 0;
    display: inline-flex;
    margin: 0px 0 0px 30%;
}
}
h4{
	text-align: right;
}
@media only screen and (max-width: 991px) {
	
.logo{
	text-align: 	center;
	width: 70%;
}


}
@media only screen and (max-width: 767px) {
	.vertical-center { 
	  min-height: 100%;  
	  min-height: 100vh; 

	  display: inline;
	  align-items: center;
	}

	h2{
		text-align: center; 
		padding-top: 20px
	}
	/*p{
		text-align: center;
	}*/

	.boder{
		 border-left: none;
	}img{
		width:60%;
		padding: 10px;
	}
	.logo {
    text-align: center;
    width: 60%;
    margin: 25px auto;
	}
	.bg.aj {
    margin-bottom: -260px;
    margin-top: 30%;
	}
	ul {
    margin: 0 15%;
	}
	p, h4{
		text-align: center;
	}

}
