   /* Putting menu up to top */

@media (min-width: 760px) {

		.navigation-top {
			position: absolute;
			top: 0px;
			width: 100%;
			height: 70px;
		}
}

@media (min-width: 760px) {

		.custom-header {
			position: relative;
			padding-top: 70px;
		}
}

   /* Center menu */

#top-menu {
text-align: center;
}
   /* Center texts on front page */

#masthead .wrap {
    /* position: relative; */
	text-align: center;	
}

   /* Make page titles invisible */

.page .entry-header { display: none; }

   /* Increase font size on front page */

.site-title {
   font-size: 20px;
}

   /* Increase logo size on front page */

@media screen and (min-width: 48em) {
	.custom-logo-link img {
		max-width: 800px;
	}
}

.custom-logo-link img {
    /* display: inline-block; */
    max-height: 250px;
    /* width: auto; */
}

   /* Center logo on front page */

.site-logo-link > img, .custom-logo-link img {

    margin-left: 3%;
}