/*
	Theme Name: 	Kurt Child Theme
	Theme URI:    	https://yourdomain.com/
	Description:  	Trade Fair
	Author:       	Sherwin Duran
	Author URI:   	https://yourdomain.com/
	Template:     	twentytwenty
	Version:      	1.0.0
	Text Domain:  	twentytwenty-child
*/

/*
GWD Simple CSS Reset, v2.0
by Eric Girouard, 2014-2021
Originally based on http://meyerweb.com/eric/tools/css/reset/ (version 2)

Use this CSS Reset if using Normalize's (or Modern CSS Reset's) "opinionated defaults" requires you to write too many overrides (such as: p {margin: 0; padding: 0;} ).

By default elements are made position: relative; to make positioning of absolutely positioned elements simpler.

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}



body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
/* "border-box" calculates the width and height of an HTML element including the padding and the border. Opposite of the traditional CSS Box Model of "content-box" */

/*----CSS RESET ENDS HERE----*/

/*-----------Logo----------*/
.site-logo img {
  max-height: 6rem;
  margin: 0 auto;
  width: 45%;
}

/*-----Removed Entry-----*/

.singular .entry-header {
  display: none;
}

/*--------Body Margin-----*/
body .is-layout-flex > * {
    margin: 20px;
}

/*--------------Navigation------------*/
ul.primary-menu {
    display: flex;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.0577em;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -0.8rem 0 0 -1.6rem;
}
nav a:hover{
	color: #91CBF4!important;
}

/*-----Header 1---------*/

.entry-content h1 {
    font-family: Montserrat;
    font-size: 50px;
    color: #4D728F;
}

/*----------Header 2----------*/
.entry-content h2 {
    margin: 6rem auto 3rem;
    font-family: Verdana;
	color: #455188;
	font-size: 50px;
}

/*----------Header 3----------*/
.entry-content h3 {
    margin: 6rem auto 3rem;
    font-family: Verdana;
	color: #455188;
	font-size: 30px;
}

/*----------Header 4----------*/
.entry-content h4 {
    margin: 6rem auto 3rem;
    font-family: Arial;
	color: #7583C0;
	font-size: 25px;
}

/*----------Header 5----------*/
.entry-content h5 {
    margin: 6rem auto 3rem;
    font-family: Verdana;
	font-size: 50px;
    color: #4D728F;
}

/*-------Header 6---------*/
.entry-content h6 {
    font-family: Verdana;
	color: #455188;
	font-size: 25px;
}

/*---------Body Text---------*/
p {
	font-family: Arial;
	font-size: 20px;
}

cite, figcaption, .wp-caption-text, .post-meta, .entry-content .wp-block-archives li, .entry-content .wp-block-categories li, .entry-content .wp-block-latest-posts li, .wp-block-latest-comments__comment-date, .wp-block-latest-posts__post-date, .wp-block-embed figcaption, .wp-block-image figcaption, .wp-block-pullquote cite, .comment-metadata, .comment-respond .comment-notes, .comment-respond .logged-in-as, .pagination .dots, .entry-content hr:not(.has-background), hr.styled-separator, :root .has-secondary-color {
    color: black;
}

/*---------Footer------*/
.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
    margin-top: 8rem;
    background-color: #002B54;
}
.widget_text p {
    font-family: NonBreakingSpaceOverride, "Hoefler Text", "Noto Serif", Garamond, "Times New Roman", serif;
    letter-spacing: normal;
    color: white;
	text-align: right;
	margin-right: 20px;
}

.widget_archive ul, .widget_categories ul, .widget_pages ul, .widget_meta ul, .widget_nav_menu ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul {
    list-style: none;
    margin-right: 20px;
    font-size: 20px;
    text-align: right;
}


/*------Blog Entry----*/
.entry-title a:focus, .entry-title a:hover {
  text-decoration: none;
}


body, .entry-title a, :root .has-primary-color {
  color: #000000;
  font-family: Courier New;
	font-size: 70%;
}

/*-------Blog Images------*/
.featured-media img {
  margin: 0 auto;
  width: 800px;
}

.post-inner {
  padding-top: none;
}


/*----------Blog Title------*/
body, .entry-title a, :root .has-primary-color {
  color: #000000;
  font-family: Arial;
}

/*--------Footer <p>------*/
.widget_text p {
  font-family: Arial;
  letter-spacing: normal;
  color: white;
  text-align: right;
  margin-right: 20px;
}


/*-----Media Queries---------*/
@media only screen and (max-width: 768px) {
	.wp-block-columns.alignfull + .wp-block-columns.alignfull{
    grid-template-columns: auto auto;
	display: grid;
  }
}

@media only screen and (max-width: 375px) {
	.wp-block-columns.alignfull + .wp-block-columns.alignfull{
    grid-template-columns: auto;
	display: grid;
  }
}