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

/*---------home page DESKTOP-------------*/
 


@import url('https://fonts.googleapis.com/css2?family=Ranchers&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: "TASA Orbiter", sans-serif;
}

p {
  font-family: "Sour Gummy", sans-serif;
}

#site-header {
background: lightblue;
position: relative;
}

.site-title a {
color: inherit;
display: block;
text-decoration: none;
font-family: "Alfa Slab One", serif;
font-weight: 400;
font-style: normal;
}

body {
background: #adb3c3;
margin-bottom: 0;
}

body:not(.overlay-header) .primary-menu > li > a,
body:not(.overlay-header) .primary-menu > li > .icon {
color: #3d3f45 !important; 
}

body:not(.overlay-header) .primary-menu > li > a:hover,
body:not(.overlay-header) .primary-menu > li > .icon:hover {
color: #0073aa !important; /* ← hover color */
}

.modal-menu a {
color: #3d3f45 !important;      /* normal link color */
}

a[rel="category tag"] {
  color:  #3d3f45 !important;       /* normal color */
}

a[rel="category tag"]:hover {
  color: #0073aa !important;       /* hover color */
}


.singular .entry-header {
padding: 8rem 0;
display: none;
}

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


.singular .entry-header {
    background-color: #ab141400;
}

.section-inner {
    width: calc(100% - 8rem);
}



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

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

.page-id-5 .entry-header {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.page-id-5 p {
font-size:20px;
}



.right_about {
	padding:2rem;
}



/*----------Mobile View------------------------------------------------------------------------------------------------------------------------------------------*/



/*--------------------HOME PAGE STYLES------*/

.image-container {
position: relative;  

}

.overlay-text {
position: absolute;
top: 50%;        
left: 50%;         
transform: translate(-50%, -50%); 
color: white;     
font-size: 2rem;   
font-weight: bold;
text-shadow: 1px 1px 5px rgba(0,0,0,0.7); 
text-align: center;
}

.infomation {
background-color: #def3ff;
padding:0;
text-align: center;
}


.about {
  background: #ffa50038;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
  padding: 20px;
  text-align: center;
  width: 90%;
}

.about h2 {
  margin-bottom: 10px;
}

.about p {
color: #333;
font-size: 0.95rem;
}

.cards {
padding: 1%;
text-align: center;
}

.card-grid {
display: flex;
flex-direction: column; 
align-items: center;
gap: 16px;
margin-top: 1%;
}



.card {
background: #add8e6;
border-radius: 10px;
box-shadow: 0 0 5px rgba(0,0,0,0.08);
padding: 1%;
}

.card img {
height: auto;
border-radius: 8px;
background: #eee;
object-fit: cover;
margin: 0;
}

.card-info {
font-size: 0.85rem;
margin-top: 10px;
color: #333;
background: white;
padding: 1%;
border-radius: 6px;
}


.info-links {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
background: #222;
color: #fff;
padding: 1%;
}

.info-links a {
color: #ddd;
text-decoration: none;
font-size: 0.95rem;
}

.info-links a:hover {
text-decoration: underline;
}
/*----------ABOUT PAGE------*/

#about{
background-color: #def3ff;
padding:3rem;
} 


.about2 {
	
        display: flex
;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
        margin-top: 20px;
        flex-wrap: wrap;
    }

.about .left,
.about .right{
background-color: #919ec1;
padding: 2%;
width: 50%;
}

/*----------CONTACT PAGE------*/

.contact-container {
background-color: #add8e6; 
border-radius: 10px;
box-shadow: 0 0 8px rgba(0,0,0,0.05);
padding: 1%;	
display: flex;
flex-direction: column; 
align-items: center;
gap: 20px;
max-width: 900px;
width: 100%;
}

.image-side img {
width: 85%;
  margin-left:7rem;
  max-width: 300px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 0 6px rgba(0,0,0,0.15);
}


/*-----------FORM BUTTON ON CONTACT--------------*/	
.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: black;
  padding: 4%;
  margin-top: 5%;
  font-size: 1rem;
}


/*---------FOOTER----------*/	
.footer-widgets-outer-wrapper {
padding: 0;
}


.widget li {
margin: 0;
}

.wp-block-page-list a {
text-decoration: none;
font-size: 1rem;
color: black !important;
}

.about-container h2 {
    font-size: 2rem;
}

#about p {
	
font-size: 1rem;
	
}
	
a.wp-block-pages-list__item__link {
    text-align: center;
    margin: 6rem;
    font-size: 1rem;
}
t
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
        text-align: center;
    }


/*-----------DESKTOP-----------------------------------------*/
@media screen and (min-width: 375px) {
	
	
	
.about-container {
display: grid; grid-template-columns: 50% auto;
align-items: start;
padding: 2%;
}

#about p {
		
font-size: 1rem;
		
}
	

/*-----------HOME---------------*/
.card-grid {
display: flex;
flex-direction: row;  
justify-content: center;
align-items: flex-start;
gap: 20px;
margin-top: 20px;
flex-wrap: wrap;
}	
	
div#blog {
    padding: 2rem;
    background-color: #def3ff;
}	

	#blog p
	{
    background-color: #d5dae65e;
    margin: 1rem;
    padding: 1%;
}	
	
.info-links {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
background: #222;
color: #fff;
padding: 1%;
}

.info-links div {
width: 33%;
}
	
#about .left img {
  width: 80%;
  margin-right: 5rem;
}
	
	.header-inner.section-inner {
    padding-left: 11rem;
    padding-right: 7rem;
}
/*----------CONTACT-----------*/	
.contact-container {
display: flex;
flex-direction: row; 
align-items: start;
padding: 2%;
}
	
.contact-container .left,
.contact-container .right{
background-color: #919ec1;
padding: 2%;
width: 50%;
}
	
#contact .left img {
  width: 80%;
}


/*------------end of query--------*/