
.background{
    background-position: right;
    background-image: url("images/corporateHousing.jpg");
    width:100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1250px){
    .background{
        background-image: none;
    }
}

.texts{
    color:black;
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration: none;
}