/**
 * Theme Name:     Twenty Twenty Child
 * Author:         the WordPress team
 * Template:       twentytwenty
 * Text Domain:	   twenty-twenty-child
 * Description:    Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
 */
/*
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---------*/
.enter-content h1{
	font-family: Arapey;
}
  
/*----------page name---------*/
h1.entry-title, h2.entry-title {
    margin: auto;
    display: none;
}
h1{
    font-size: 20px;
    padding-bottom: 0px;
	color: black;
	font-family: Arapey, serif;
}
/*----------logo---------*/
body:not(.enable-search-modal) .site-logo img {
    margin: auto;

}
/*----------menu---------*/
.nav-toggle .toggle-inner {
  padding-top: 0.8rem;
  display: none;
}

/*----------Home page---------*/
.grid-container-thumbs{
	display: grid;
	grid-template-columns: auto;
	padding: 1%;
	color: black;
}
.grid-container-thumbs img {
    border: 2px solid black;
    
}
figure {
  padding: 1%;
  margin: 1%;

}

figcaption{

	text-align: center;
	
}
.grid-container-thumbs figure figcaption {
	color: black;
	font-size: 15px;
	font-family: Arial, sans-serif;
	}


/*----------between---------*/
.singular .entry-header {
    padding: 0%;
}
/*----------gray---------*/
.site-title a {
  color: inherit;
  display: block;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.site-title a:hover, .site-title a:focus {
  text-decoration: none;
}
/*----------green---------*/
.site-title {
  
    padding: 1%;
    display: block;
    margin: auto;
}
.header-titles .site-title, .header-titles .site-logo, .header-titles .site-description {
    margin: auto;
}

/*----------blue---------*/
.header-titles {
    padding: 1%;
    display: block;
    margin: auto;
	 width: 90%;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    
}
/*----------orange---------*/
.header-titles-wrapper {
    padding: 1%;
    align-items: center;
    display: block;
    justify-content: center;
    width: 100%;
}
body:not(.enable-search-modal) .header-titles-wrapper {
    justify-content: center;
    padding: 1%;
    margin: auto;
   
}
.header-titles-wrapper {
 max-width: 95%;
}
/*----------yellow---------*/
.header-inner {
    display: block;
 
    width: 100%;
 
}
ul.primary-menu {
	display: none;
}

.header-navigation-wrapper {
  align-items: center;
	display: block;
}
/*----------red---------*/
#site-header {
  position: relative;
  padding: 2%;
}
/*----------space in between---------*/
.singular .entry-header {
    padding: auto;
}
/*----------FULL SIZE---------*/

.fullsize {
	width: 100%
}

.fullsize img{
	
	border: 2px solid black;
}

.fullsize h1 {
  font-size: 20px;
  font-family: sans-serif;
  color: black;
}

.fullsize figcaption {
  color: black;
  font-size: 30px;
  max-width: 95%;
  margin: auto;
  font-size: 12px;
}
.entry-content h1, .entry-content h2, .entry-content h3 {
    margin: auto;
    text-align: center;
}
/*----------edit ---------*/
.post-meta a {
   
    display: none;
}
.post-meta .post-edit .meta-icon svg {
  
    display: none;
}

	
/*----------Ipad---------*/
@media only screen and (min-width: 375px) {
.grid-container-thumbs{
	grid-template-columns:  auto;
	
}	
	.header-inner .toggle{
		
		display: none;
	}
.fullsize figcaption {
  
  font-size: 15px;
  max-width: 95%;
  margin: auto;

 }
	
.fullsize h1 {
  font-size: 20px;
  
 
}
}
/*----------Desktop---------*/
@media only screen and (min-width: 675px) {
.grid-container-thumbs{
	grid-template-columns: auto auto auto;
	
}	
	.header-inner .toggle{
		
		display: none;
	}
.fullsize figcaption {
  
  max-width: 54%;
  margin: auto;
	
 }
	.fullsize h1 {
  font-size: 50px;
  
}
	h1{
    font-size: 50px;
	
}
	.grid-container-thumbs figure figcaption {
	
	font-size: 20px;
	}
}