/**
 * DO NOT EDIT IN ADMIN
 * Changes must be made here by developer
 */
#masthead {
	background-image: url("../images/maple.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

body {
	background-image: url("../images/walnut.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main-navigation,
.widget,
.inside-article {
    background-color: rgba(255,255,255,.90) !important; /* translucent */
    border-radius: 16px;
    padding: 1.5rem;
}

.main-nav ul li a {
    padding-left: 10px !important;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 40px;
}

aside {
    background: rgba(192, 192, 192,1); /* translucent */

}

.main-title {
    font-size: 2.5rem;

}

.wrap-image {
	text-align: justified;
    background : url(../desktop/background.gif);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.wrap-image figure {
	margin: 1em;
}

.wrap-image img {
	float: left;
	padding: 10px;
}

.wrap-image p {
	position: relative;
}
.image {
 text-align: center;
} 

.image-style-block-align-left {
	text-align: left;
}

.image-style-block-align-right {
	text-align: right;
}

/* id 1683 is 1686 on the server */
.page-id-6483 h1.entry-title,
.page-id-6483 .wp-block-post-title {
    display: none;
}

.page-id-6047 h1.entry-title,
.page-id-6047 .wp-block-post-title {
	display: none;
}


.page-id-6483 .entry-content {
    padding: 0 !important;
    margin: 0 !important;
}


.page-id-6483 iframe {
    display: block;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    border: none;
} 

.widget {
    padding: 10px 40px 30px 40px !important;
}

.calendar-header,
.week-grid {
    border-color: "#f8f9fa" !important;
}

.calendar-header {
    border-radius: 8px !important;
}

@media (max-width: 768px) {
    .main-navigation,
    .widget,
    .inside-article {
        padding: 0;
    }

    .main-title {
        font-size: 1.6rem;

    }
}