/**
 * 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;
background-color: #c7d2da
}
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 DIVS---------*/


.header-titles .site-logo{
margin: 0;
padding: 1%;
}

.wp-custom-logo .header-titles {
align-items: center;
padding: 5%;
margin: 0;
}

body:not(.enable-search-modal) .header-titles-wrapper {
padding: 1%;
}

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

/*----------HEADER DIVS---------*/


/*----------NAVIGATION DIVS---------*/

/*Nav Word Background Colour Change (Home) */

.primary-menu li.current-menu-item {
color: #8b72be;
padding: 0%;
}

.header-navigation-wrapper {
align-items: center;
display: flex;
padding: 1%;
width: 100%;
}

.primary-menu-wrapper {
display: block;
width: 100%;
padding: 1%;
}

/*Text nav fill*/ 
ul.primary-menu {
padding: 1%;
margin: 0;
}

.primary-menu > li {
margin: 0 0% 0 5%;
}

/*Text nav changes*/ 
body:not(.overlay-header) .primary-menu > li > a {
color: #8b72be;
font-size: 1.5rem;
letter-spacing: 5%;
}


/*------------REMOVES MARGIN ON IMAGES----------------*/
.alignnone, .aligncenter {
margin-bottom: 0;
margin-top: 0;
}


/*------------------------------------------------------MOBILE Home Page------------------------------------------------*/



#home #banner {
background-image: url("https://jsmjcreations.com/wp-content/uploads/2025/10/teenytinybroccolibanner.png"); /* The image used */
background-color: none;/* Used if the image is unavailable */
height: 400px;
width: 100%;/* THIS WAS 350PX -----PUT IT TO 100% */
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */
text-align: center;
padding: 1%;
padding-top: 13%;
border: 2px;
border-style: solid;
border-color: #303538;
margin-top: 5%;
}

#home #banner-text {
background: rgba(159, 159, 127, 0.9);
width: 45%;
padding: 5%;
margin: auto;
}

/*----------------grid container 2------------------*/

#home .grid-container-2 {
display: grid;
grid-template-columns: auto;
background-color: transparent;
padding: 1%;
margin-top: 5%;
}

#home .grid-container-2 div {
background-color: white;
margin: 2%;
text-align: center;
padding: 1%;
border: 2px solid black;
}

.grid-container-2 img {
width: 55%;
background-color: transparent;
margin: 1%;
padding: 1%;
margin-left: auto;
margin-right: auto;
display: block;
}

#home .grid-container-2 div h2 {
font-weight: bold;
text-transform: uppercase;
letter-spacing: 5%;
font-size: 1.3rem;
margin-top: 5%;
}

#home .grid-container-2 div h3 {
text-transform: uppercase;
letter-spacing: 5%;
font-size: 1rem;
}



/*------------------GRID CONTAINER 3--------------------*/

#home .grid-container-3{
display: grid;
grid-template-columns: auto;
background-color: transparent;
margin: 1%;
padding: 2.5%;
text-align: center;
column-gap: 45px;
}

#home .grid-container-3 div {
background-color: white;
margin: 1%;
text-align: center;
padding: 5%;
border: 2px solid black;
} 

#home .grid-container-3 div h2{
font-weight: bold;
text-transform: uppercase;
letter-spacing: 5%;
font-size: 1.3rem;
margin-top: 5%;	
}

#home .grid-container-3 div h3{
text-transform: uppercase;
letter-spacing: 5%;
font-size: 1rem;	
}


/*---------------------------About Page--------------------*/
#about .grid-container-2 {
display: grid;
grid-template-columns: auto;
background-color: #c7d2da;
margin: 1%;
padding: 1%;
text-indent: 50px;
}

#about .about-para {
background-color: #c7d2da;
text-indent: 50px;
font-size: 28px
}

#about .grid-container-2 div {
background-color: #c7d2da;
margin: 1%;
}

#about .about-photo {
width: 38%;
background-color: #4b3030;
border-radius: 3%;
margin: 1%;
padding: 1%;
border: 1px #4b3030;
margin-left: auto;
margin-right: auto;
display: block;
}


/*------------Blog Page---------------------*/

#blog div h1 {
text-align: center;
font-weight: bold;

}

#blog div h3{
text-indent: 50px;	
font-size: 20px;
}

#blog .child-me-photo img{
border: 3px solid #4b3030;
}

/* --------------------Contact Form For Contact Page----------*/
#contact .grid-container-2 {
display: grid;
grid-template-columns: auto;
background-color:brown;
padding: 2%;
}

#contact .grid-container-2 div {
background-color:darkkhaki;
margin:3%;
}

/*Footer*/

/*Removal of Home*/
.singular .entry-header {
padding: 8rem 0;
display: none;
}


.entry-content h1, .entry-content h2, .entry-content h3 {
margin: 0;
}


/*-----------------------------------Styles For DESKTOP-----------------------------------*/

@media only screen and (min-width: 375px) {
	
#home #banner {
background-image: url("https://jsmjcreations.com/wp-content/uploads/2025/10/teenytinybroccolibanner.png"); /* The image used */
background-color: none;/* Used if the image is unavailable */
height: 400px;
width: 100%;/* THIS WAS 350PX -----PUT IT TO 100% */
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */
text-align: center;
}
	
#home .grid-container-2 {
display: grid;
grid-template-columns: 50% auto;
background-color: transparent;
padding: 1%;
margin-top: 5%;
}
	
#home .grid-container-3{
display: grid;
grid-template-columns: 30% 30% 30%;
background-color: transparent;
margin: 1%;
padding: 2.5%;
text-align: center;
column-gap: 45px;
}



/*---------------------------About Page--------------------*/
#about .grid-container-2 {
display: grid;
grid-template-columns: 50% auto;
background-color: #a4a4a4;
margin:1%;
font-size: 20px;
}


/* --------------------Contact Form For Contact Page----------*/
#contact .grid-container-2 {
display: grid;
grid-template-columns: 50% auto;
background-color:brown;
padding: 1%;
}

	


}/*--------------------end of media query Styles For Desktop*/
	



	
