/**
 * 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----------------------------------------------*/

.primary menu a {
color: black !important; 	
}
.post-inner {
padding-top: 0rem;}

/*--------- HEADER / NAVIGATION -----*/
#site-header {
background-color: #556429; 
}
.singular .entry-header {
padding: 8rem 0;
display: none;
  }
body:not(.overlay-header) .primary-menu >li >a{
color: #F4D76F !important;
}

/*-----LISTS ---------*/
ul {
list-style: circle;
}
/*------- LOGO ----------*/
.site-logo img {
max-height: 6rem;
}
/*---Header----*/
.footer-top-visible .footer-nav-widgets-wrapper{
background-color: #556429;
}
.widget_text p{
color: #e9e9c8; 
}

/*--PARAGRAPH AND LISTS----*/

.entry-content p, .entry-content li {
line-height: 1.476;
font-size: 1rem;
}

/*------------------------------HOMEPAGE MOBILE STYLES-------------------------------*/
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
margin: 0;
}
/*--------------------Home page----------------------*/
#banner {	
background-image: url("https://vivianguerrero.com/wp-content/uploads/2025/10/karen-smith-vyovA8BQ3G8-unsplash.jpg");
height: 500px; /* You must set a specified height */
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 */
position: relative;
}

#banner-text{
background: rgba(85, 100, 41, 0.29);
text-align: center;
padding: 5%;
position: absolute;
top: 25%;
left: 10%;
width: 80%;
}

#banner #banner-text h1{
margin: 0;
color: pink;
text-transform: uppercase;
font-family: sans-serif; 
font-weight:bold; 
font-size: 2rem;
margin-bottom: 3%;
}

#banner #banner-text a{
color: white;
}

#home .grid-container-2  {
display: grid;
grid-template-columns: auto;
padding: 2%;
margin-top: -1.4rem;
}

#home .grid-container-2 div{
padding: 5%;
}

#home .grid-container-2 img {
border-radius: 50px;
}

#home .grid-container-2 h3 {
color: black;
text-transform: uppercase;
font-family: sans-serif;
font-weight: 500;
font-size: 1.1rem;
letter-spacing:22%;
margin-bottom: 5%;
}


#home .grid-container-2 h2,
#home .grid-container-3 h2 {
color:#556429;
font-size:1.7rem;
font-weight: 600;
margin-top: 2rem;
margin-bottom: 1rem;
}



#home .grid-container-2 p{
font-size: 1rem;
margin: 0.3rem;
margin-bottom: 5%;
font-family: Afacad, sans-serif;
}


/*------------BUTTON STYLE----------*/

.calltoactionbtn {
border: 2.5px solid #FFA150;
padding: 2%;
text-transform: uppercase;
color: #556429;
font-family: Roboto flex, sans-serif;
font-weight: 700;
text-decoration: none;
font-size: 1rem;
}

.calltoactionbtn:hover {
background-color:#FFA150;
}

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

#home .grid-container-3{	
display: grid;
grid-template-columns: auto;
gap: 2%;
}

#home .grid-container-3 div {
border-radius: 25px;
text-align: center;
}	

/*---------IMAGES IN GRID 3--------*/
#home .grid-container-3 img  {
transition: transform 0.3s, box-shadow 0.3s, filter 0.3s;
filter: brightness(70%);
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
border-radius: 35px;
}

#home .grid-container-3 img:hover {
filter: brightness(100%);
}


#home .grid-container-3 h2{

}


/*--------CONTACT US--------*/

#home .contact-us {
text-align: center;
}
#home .contact-us h2 {
text-align: center;
font-size: 2.4rem;
font-weight: 700;
color: #556429;
margin-bottom: 5%;
}
#home .contact-us p{
font-family: Afacad, sans-serif;
font-size:1.1rem;
margin-left:9%;
margin-right:9%;
}
#home .contact-us p + p{
margin-top:2.5rem;
}
#home .contact-us a{
font-size:1.3rem;
}


/*--------------------Contact page----------------------*/
#about .grid-container-1 {
	background-color:red;
	
}
#about .grid-container-1 div {
	background-color: yellow;
	margin:2rem;
}

#about .grid-container-2{
	background-color:green;
}
#about .grid-container-2 div {
	background-color: purple;
	margin:2rem;
}



/*-----------------------MEDIA QUERY DESKTOP VIEW----------*/

/*--------------------Home page----------------------*/
@media screen and (min-width: 376px){
	
#home .grid-container-2  {
grid-template-columns: 50% auto;
padding: 2%;
gap: 10px;
}
	
	
#home .grid-container-3 {
grid-template-columns: 33% 33% 33%;	
}

	
/*--------------------Contact page----------------------*/	
	
	
} /*------- END MEDIA QUERY DESKTOP VIEW-----*/

