/*   
Theme Name: Yearbook
Description: A Child Theme of Twentyfifteen
Template: twentyfifteen
*/

@import url(../twentyfifteen/style.css);

@font-face {
    font-family: BananaGrotesk;
    src: url(https://jaarboek2021-2022.baliebrussel.be/wp-content/themes/yearbook/fonts/BananaGrotesk-Light.otf);
    font-weight: light;
}

@font-face {
    font-family: Balie-Regular;
    src: url(https://jaarboek2021-2022.baliebrussel.be/wp-content/themes/yearbook/fonts/Balie-Regular.otf);
    font-weight: normal;
}

body{
	font-family: BananaGrotesk,"Helvetica Neue",Helvetica,sans-serif;
	-moz-hyphens: none !important;
	line-height: 1.5em;
}
h1{
	font-family: Balie-Regular,"Helvetica Neue",Helvetica,sans-serif;
	-moz-hyphens: none !important;
}

.entry-content, .entry-summary, .page-content, .comment-content {
    -moz-hyphens: manual;
}

p, li{
	hyphens: none !important;
	-moz-hyphens: none !important;	
	-ms-hyphens: none !important;	
	-webkit-hyphens: none !important;	
}

ul, ol{
	margin-left: 55px;
	list-style-position: outside;
}

li{
	list-style-position: outside;
}

.hentry, .page-header, .page-content{
	box-shadow: none;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a{
	border-bottom: none;
	text-decoration: none;
}

.ccfic{
	padding: 0 15px;
	padding-top: 10px;
	line-height: 17px;
}

.footnote, .cc-featured-image-caption, .ccfic-text{
	color: #6e6e6d;
	font-size: 0.7em;
	line-height: 0.7em;
}

.cc-featured-image-caption{
	padding-top: 5px;

}

#main{
	padding-top: 0;
}

#chapter-title{
	padding-bottom: 10px;
	padding-top: 10px;
}

#video-intro{
	padding: 20px 0;
}

#chapter-title h1{
		font-family: Balie-Regular.otf,"Helvetica Neue",Helvetica,sans-serif !important;
		color: #fff !important;
	font-size: 16px;
}

.rood #content h1, .rood #content h2, .rood #content h3, .rood #content h4, .rood #content h5{
	color: #b32025;
}

.rood #chapter-title{
	background: #b32025;
}

.blue #content h1, .blue #content h2, .blue #content h3, .blue #content h4, .blue #content h5{
	color: #346c8f;
}

.blue #chapter-title{
	background: #346c8f;
}

.bruin #content h1, .bruin #content h2, .bruin #content h3, .bruin #content h4, .bruin #content h5{
	color: #a39d8d;
}

.bruin #chapter-title{
	background: #a39d8d;
}

.groen #content h1, .groen #content h2, .groen #content h3, .groen #content h4, .groen #content h5{
	color: #a2b238;
}

.groen #chapter-title{
	background: #a2b238;
}

.content-area .entry-title{
	color: #b6452c;
}

.site-title {
    font-size: 20px;
}

.author-title{
	font-size: 18px;
	text-transform: uppercase;
	color: #7c7c7c;
}

.entry-title{
	font-weight: 400;
}

.ccfic-text{
	line-height: 95%;

}

.footnote{
	line-height: normal;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .site-branding img{
  	width: 50%;
  }
}
* Prevent word breaking and ensure words wrap to the next line */
body {
    white-space: normal !important;        /* Ensures normal wrapping behavior */
    word-wrap: break-word !important;      /* Fallback for older browsers */
    overflow-wrap: break-word !important;  /* Modern handling for long words */
    word-break: keep-all !important;       /* Prevents breaking words in the middle */
    hyphens: auto !important;              /* Allows hyphenation */