/* Enter Your Custom CSS Here */

/* Arantza: to eliminate the text "powered by Wordpress" at bottom */
.site-info {
display:none;
}

/* Arantza: to eliminate the header of the portfolio */
body.post-type-archive-jetpack-portfolio .page-title {
	visibility: hidden;
}

/* Arantza: to avoid menu in 2 lines */

.main-navigation {
    display: block;
    float: right;
    font-size: 0.85rem;
    padding: 0;
    max-width: 95%;
}

