/*
 Theme Name:   Toby Dammit Child
 Theme URI:    https://example.com/twentytwentyfive-child
 Description:  Toby Dammit Child theme for the Twenty Twenty-Five theme
 Author:       Gabbertoons
 Author URI:   https://www.gabbertoons.org
 Template:     twentytwentyfive
 Version:      1.0.0
*/

/* Import the parent theme’s stylesheet */
@import url("../twentytwentyfive/style.css");

/* Add your custom styles below */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #FFF;
    background-color: #840514;
    margin-top: 0.5em;
    margin-right: 1em;
    margin-bottom: 0.5em;
    margin-left: 1em;
    text-align: center;
  }

a:link {
    color: #FFFFFF;
    text-decoration: none;
}
a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
    color: #FF9900;
    text-decoration: underline;
}
a:active {
    color: #FF9900;
    text-decoration: underline;
}

/* Hold Page Hacks */
h1, h2, h3, h4, h5 {
	color: #FF9900;
}
h1 {
	font-size: 42px;
	font-weight: 400;
}
h2 {
	font-size: 32px;
}
.wp-block-group {
	padding: 0px !important;
}
.wp-block-template-part {
	height:0px;
	visibility: hidden;
}
.hold-block {
	margin: 42px 0px;
	border-top: 3px solid #503103;
	padding-top: 21px;
}
/* FlexBox for image/text columns */
/* Parent and column classes must be put into WP WYSIWYG via divs */
.hold-item .hold-item-left {
	float: left;
}
.hold-item .hold-item-right {
	float: right;
	padding-left: 12px;
}
.hold-item {
  display: flex;
}
.hold-item .hold-item-right {
  width: 300px;
  text-align: left;
}
.hold-item .hold-item-left {
  flex: 1;
  text-align: left;
}
.pgicon-hold {
	padding-left: 42px;
}
/* END Flex Box
/* /END of Hold Page Hack */
