/*css - GERAL*/
/*
@media screen and (min-width: 340px) and (max-width: 576px) {
    .nav-item{
        columns: 3;

    }

}

@media screen and (min-width: 577px) and (max-width: 768px) {
}

@media screen and (min-width: 767px) and (max-width: 992px) {
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
}*/


body{
    height: 100%;
    margin: 0;

    background-image: url("../img/backgrnd.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;  
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    display: flex; 
    justify-content: center;
    align-items: center;
    width: 100%; 
    height: 50%;
}

.center {
    width: 50%; 
    height: 50%;
}

#logoitria{
    margin: 0 auto;
    width: 250px;
    height: 200px;
    background-image: url("../img/logo.png");    
    background-size: cover;   
    background-position: center;
  }

  footer {
	/*background-color: #333;
	color: #fff;*/
	padding: 20px;
	text-align: center;
	margin-top: 50px;
}
/*
p{
    background: "transparent";
    align: "center"; 
    font color: "#2300dc";
}*/

