/*
Theme Name: Brading Roman Villa
Description: Customisable theme for Brading Roman Villa
Author: Minti
Template: unicon
Version: 1.0
*/

@import url("../unicon/style.css");


/* - -- --  - - - -- -- - - - - - - - - Footer Lines CSS - - - - - - - - - - - - - - - - - - - - - - - */

.villa-footer img {
    display:block;
    margin:auto;
opacity: 0.6;
}

/*- - - - - - - - - - -  -- - - - - - End footer lines css - - - - - - - - - - - - - - */

/* - - - - - - - Logo Move - - - - - - - */

#logo img {
position: absolute;
}

#mobile-logo img {
position: absolute;
}

@media screen and (max-width: 730px) {
    #mobile-logo img {
        max-height: 100;
        width: auto;
    }
}

#copyright {
border-top: 2px solid #b9af7d;
}

#nav li {
text-transform: uppercase;
}

#mobile-logo img {
max-height:100px;
width: auto;
}