/* ------- HEADER --------- */
header {
    background-image: url(../images/headerPhone.jpg);
    background-repeat: no-repeat;
    height: 235px;
}


@media only screen and (min-width: 600px) {
  header {
    background-image: url(../images/headerTablet.jpg);
    background-repeat: no-repeat;
    height: 340px;
    background-position: center;
    background-color: #aeaeae;  
}  
}

@media only screen and (min-width: 1141px) {
    header {
    background-image: url(../images/headerDesktop.jpg);
    background-repeat: no-repeat;
    height: 447px;
    background-position: center;
    background-color: #aeaeae;    
}  
}