/*
 Theme Name:   Generatepress Child
 Theme URI:    https://nl.wordpress.org/themes/generatepress/
 Description:  Generatepress Child Theme
 Author:       Bas Dingemans
 Author URI:   https://programmeerplaats.nl/
 Template:     generatepress
 Version:      1.0.0
 Tags:         programmeerplaats, programmeren
 Text Domain:  generatepress-child
*/

/* Down below my CSS changes */

@media (max-width: 768px) {
      .main-title {
            font-size: 20px;
      }
}

.inside-article {
	font-family: Arial;
	font-size: 18px;
	line-height: 1.5;
}

.entry-header {
	text-align: center;
}

.footerlink {
	text-decoration: underline;
}

#addJoke {
	font-family: cursive;
	font-size: 1.5em;
	font-style: italic;
	color: brown;
}

a.wp-block-button__link:hover {
	color: #fff !important;
	background-color: #219150 !important;
}

/* Right sidebar */

/* @media screen and (min-width: 769px) and (min-height: 670px) {
    #right-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
} */

.widget-area .widget {
	padding: 10px;
	font-size: 14px;
	text-align: center;
}

#text-5 {
	background-color: #0686E4;
	color: white;
}

#text-8 {
	background-color: #222222;
	color: #ffd700;
}

/* Breadcrumbs */

#breadcrumbs {
	font-size: 0.8em;
	margin-bottom: 20px;
	padding-left: 30px;
}

/* Donation form */

.pt-checkout-form {
	width: 15em;
}

/* Last modified date */

/* .posted-on .updated {
    display: inline-block;
}

.posted-on .updated + .entry-date {
    display: none;
}

.posted-on .updated:before {
    content: "Laatste update: ";
} */