.main-content-portfolio img {
	  clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.home .masthead .branding h1.site-title, .masthead .branding h1.site-title {
	font-size: 6rem;
	font-family: "Comfortaa", sans-serif;
}

.site-description {
	font-family: "Comfortaa", sans-serif;
}

.entry-archive-header .category-description, .entry-archive-header h1 {
	display: none;
}

.wf-active .main .post-archive article h2.entry-title{
	font-size: 1.rem;
}

.main .post-archive article{
	margin-bottom: 6.6rem;
}

.main .exhibit.projects .projects-terms a {
	text-transform:capitalize;
}

.masthead .branding p.site-description{
	text-transform: capitalize;
}

/* Hide categories for home page */
.main .exhibit.projects .projects-terms {
	display:none;
}

article h1, .wf-active .main .post-archive article h2.entry-title{
	font-family: "Comfortaa", sans-serif;
	text-transform: capitalize;
}

.main-content h1.entry-title{
	text-transform: uppercase;
}

.masthead .menu li{
	margin: 0 20px;
}


/* This disable any possibility of full width element on large screens. */

/* body{
	max-width: 1200px;
	margin:auto;
} */

.home .masthead .branding-menu, .masthead .branding-menu {
	padding: 4.4rem 0;
}

.more-wrapper a.more{
	display: none;
}
/*
Do notdisplay "read more" under projects when loading more posts
*/
.main .post-archive article p {
	display:none;
}

/* Hide posts date on pages showing all posts */
.main .post-archive article .post-meta-data .post-date{
	display:none;
}

.content-wrapper header.wrap-title h2 {
	font-family: "Comfortaa", sans-serif;
}

.post-singular .post-meta-data {
	display:none;
}

.main div.sharedaddy {
	display:none;
}

/* Pablo's change */

/* Center pages body and apply a max width on large screens. */

.hfeed {
	max-width: 2000px;
	margin:auto;
}

/* For the navigation menu to be full-width */

body div.page-wrapper {
	max-width: 100%;
}

/* Main page -> website description */

.home .masthead .branding p.site-description {
	font-size: 1.2rem;
}

/* Main page -> projects title */

article h2.entry-title a {
	font-size: 1.2rem;
}

/* Project detail -> title */

article h1.entry-title {
	font-family: "Comfortaa", sans-serif;
	font-size: 1.6rem;
}

/* Project detail -> body font */

article section.entry.entry-single {
	font-family: "Comfortaa", sans-serif;
	font-size: 1.0rem;
}

footer {
	opacity: 0;
}