/**
 * 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---------*/
#site-header {
background-color: #64e034;
background-image: url('https://adamieb.com/wp-content/uploads/2025/10/headerbg-1-scaled-e1760290797386.jpg');
background-repeat: no-repeat;
background-attachment: inherit;
background-size: cover;/* Adjust as needed: cover, contain, auto */
background-position: center center; /* Adjust as needed: top left, center right, etc. */
background-repeat: no-repeat; /* Prevent image repetition */
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
/*---HEADER INFO----*/
.header-inner{
height: 10rem;
}

.header-inner .toggle path {
fill: white;
}

.singular .entry-header {
padding: 0 0;
}

body:not(.overlay-header) .primary-menu > li > a{
color:white !important;
text-transform: uppercase;
font-size: 1.25rem;
letter-spacing: .25rem;
}


/*----Remove Padding in Header----*/
/*----Nav Icon----*/

.toggle.nav-toggle.mobile-nav-toggle svg {
color: white;
}

/*---SVG COLOR---*/
.toggle.nav-toggle.mobile-nav-toggle span.toggle-text {
color: white;
}


/*----NAV TEXT IN HEADER----*/

.site-logo img {
height: auto;
max-width: 32rem;
}

.modal-menu.reset-list-style a {
color: black;
}
/*---HIDES THE BIG HOME TITLE ON HOMEPAGE----*/

.entry-title {
display: none;
padding: 0;
}

.header-titles-wrapper{
padding: 10px;
}

.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
align-content: center;
}

/*---LINK COLOR----*/
body:not(.overlay-header) .primary-menu > li > a{
color: white !important;
}

/*----END OF HEADER----*/



/*----site width---*/

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 75rem;
}

.post-inner {
padding-top: 1rem;
}
/*----FOOTER-------------------------*/


.footer-nav-widgets-wrapper p,
.footer-nav-widgets-wrapper a{
font-size:1rem;
}
.footer-nav-widgets-wrapper.header-footer-group {
box-sizing: ;
box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.5);
}
.has-text-align-center {
  line-height: 160%;
}

/*----GRIDS ----------------------------*/
.grid-container-2{
display: grid;
grid-template-columns: auto;
padding: 2%;
}

.grid-container-2 img {
margin-top: 2rem;
}

.grid-container-2 div{
margin:2%;
}

/*--PARAGRAPH STYLES----*/

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

.entry-content h1 {
padding-top: 1rem;
}

.entry-content h2 {
font-size: 2rem;
padding-top:1rem;
padding-bottom:1rem;
text-align: center; 
}
.entry-content h3 {
font-size: 1.5rem;
padding-top:1rem;
padding-bottom:1rem;
text-align: center; 
}
.entry-content p {
font-size: 1rem;
line-height: 1.8;
}
.btnstyle p{
margin:1rem 0;
text-transform: capitalize;
}
.grid-container-2 img {
margin-bottom: 1rem;
}

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

.btnstyle {
color: #6b8555;
font-size:1rem;
margin: 5% 0;
}
.entry-categories a {
color: #6b8555;
}
/*----COLOR OF THE DIVIDER IN BLOG----*/
.post-separator.styled-separator.is-style-wide.section-inner {
color: #6b8555;
}
/*----grid 3----*/

.grid-container-3{
display:grid;
grid-template-columns: auto;
padding: 0;
text-align: center;
}

.grid-container-3 div{
margin:2%;
}



/*----images----*/
img	{
border-radius: 0rem;
margin-top: 0rem;
}



.alignnone, .aligncenter, .alignleft, .alignright, .alignwide{
margin-top: 0;
margin-bottom: 0;
}


/* .teepee:hover{
transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
filter: brightness(80%);
border-radius: 1.5rem;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); 
}

.boat:hover{
transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
filter: brightness(80%);
border-radius: 1.5rem;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); 
}

.flower:hover{
transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
filter: brightness(80%);
border-radius: 1.5rem;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); 
} */
/*----GET RID OF THE CREDITS----*/
.entry-header-inner.section-inner.medium ul {
display: none;
}
/*----CONTACT----*/
.wpcf7-form-control.wpcf7-submit.has-spinner {
border-radius: 1.5rem;
color: black;
}
.contact h2 {
margin-bottom: -3rem;
}
.contact p {
text-align: center;
margin-top: -2rem;
}
/*---- BUTTON----*/
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
/* background-color: #fccc8c !important; */
margin-top: 2rem;
margin-bottom: 2rem;
}

/* Inline | https://adamieb.com/design-process/ */

.wpcf7-form init button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link
{
background-color: #6b8555;
}

/* style.css | https://adamieb.com/wp-content/themes/twenty-twenty-child/style.css?ver=6.8.3 */

.wpcf7-form-control.wpcf7-submit.has-spinner {

color: white;
}

.map p {
margin-top: 2rem;
margin: ;
margin-bottom: 1rem;
}
/*----FOOTER INFO*/

.widgettitle {
font-weight: bold;
font-size: 3.5rem;
padding-bottom: 2rem;
}

.widget.widget_block p{
color: white;
margin: auto;
font-weight:bold;
}

.widget-content {
align-content: center;
}

.wp-image-90 {
margin-top: -11rem;
}

.widget.widget_nav_menu {
margin-top: -6rem;
}

.header-footer-group pre, .header-footer-group fieldset, .header-footer-group input, .header-footer-group textarea, .header-footer-group table, .header-footer-group table *, .footer-nav-widgets-wrapper, #site-footer, .menu-modal nav *, .footer-widgets-outer-wrapper, .footer-top {
  border: none;
}

/*----GETS RID OF THE EXTRA COPYRIGHT & GO BACK TO TOP THING----*/
#site-footer .section-inner {
  align-items: baseline;
  display: none;
  justify-content: space-between;
}

#site-footer{
  color: black !important;
}

/*-----CHANGES LINK CLOR IN FOOTER---*/


#menu-main-menu-2 li {
  text-align: center;
}
#menu-main-menu-2 a {
color: white !important;
}
.footer-widgets + .footer-widgets {
  margin-top: -5rem;
}
.footer-nav-widgets-wrapper.header-footer-group {
background-image:none;
background-color:black;
background-repeat: no-repeat;
background-attachment: inherit;
background-size: cover;/* Adjust as needed: cover, contain, auto */
background-position: center center; /* Adjust as needed: top left, center right, etc. */
background-repeat: no-repeat; /* Prevent image repetition */
padding-bottom:5%;
margin-top: 0;
}

/*---PSEUDO OBJECT---*/

/* #contact::after{
content: "";
display: block;
width: 22rem;
height: 73.65rem;
position: absolute;
top: 0rem;
background-image: url(https://adamieb.com/wp-content/uploads/2025/10/koko-scaled.jpg);
background-repeat: no-repeat;
background-position: left;
background-size: 100%;
z-index: 2;
left: 74.5rem;
}
 */

/*----FOOTER STYLES----*/


.footer-widgets-outer-wrapper {
height: 150px;
}
footer-nav-widgets-wrapper.header-footer-group {
padding-top: 3rem;
}
.footer-nav-widgets-wrapper.header-footer-group {
background-image: none;
background-repeat: no-repeat;
background-attachment: inherit;
background-size: cover;/* Adjust as needed: cover, contain, auto */
background-position: center center; /* Adjust as needed: top left, center right, etc. */
background-repeat: no-repeat; /* Prevent image repetition */
padding-bottom:5%;
margin-top: 0;
}



.footer-nav-widgets-wrapper.header-footer-group {
background-color: #6b8555;
padding-bottom: 30%;
}


#site-footer {
background-color: #6b8555;
padding-bottom: 15%;
height: 200px;
}

.footer-copyright {
font-weight: 600;
margin: 0;
color: white;
}
.map iframe{
margin-top:1rem;
margin-bottom:1rem;
}
.btnstyle{
text-align:center;
}


/*----END OF FOOTER----*/

/*-----MOBILE PADDING ON THE EDGES-----*/
.childhood{
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.differences{
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.facts{
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-bottom: 1rem;
}
.grid-container-2{
padding-left: 0.5rem;
padding-right: 0.5rem;	
}

.map iframe{
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
border: solid 10px white;
transform: rotate(-5deg); 
}
.form .wpcf7-form-control.wpcf7-submit.has-spinner {
background-color: #6b8555;
padding: 5%;
}

label {
margin: 5% 0;
}
btnstyle p{
margin: 5% 0;
}
/*----START OF MEDIA QUERY FOR MY DESKTOP---------------------------------------------------*/
@media screen and (min-width: 915px) {
.header-inner {
height: 25rem;
padding-left: 15%;
padding-right: 15%;
}

.grid-container-2 {
display: grid;
grid-template-columns: 50% auto;
padding: 2%;
gap:5rem;
}

.grid-container-3{
display:grid;
grid-template-columns: auto auto auto;
background-color:white;
gap: 1rem;
text-align: center;
}
.gridcontainer2{
display: grid;
grid-template-columns: 50% auto;
padding: 2%;
}
.footer-nav-widgets-wrapper.header-footer-group {
background-image:url('https://adamieb.com/wp-content/uploads/2025/10/footerbg-1-scaled.jpg');
background-repeat: no-repeat;
background-attachment: inherit;
background-size: cover;/* Adjust as needed: cover, contain, auto */
background-position: center center; /* Adjust as needed: top left, center right, etc. */
background-repeat: no-repeat; /* Prevent image repetition */
padding-bottom:5%;
margin-top: 0;
}

#site-footer {
  background-color: white;
  padding-bottom: 0;
}
#site-footer p{
font-size:1rem;
}
.footer-widgets-wrapper {
padding: ;
padding-left: 15%;
padding-right: 15%;
}
.contact p {
font-size: 1.5rem;
}
/*----GROWING UP---*/
.childhood{
padding-left: 10%;
padding-right: 10%;
}
.entry-content h2 {
font-size: 3rem;
}
.home h3 {
font-size: 2.5rem;
}
.childhood h1, h2, h3, h4{
text-align: center;
margin-top: 1rem;
margin-bottom: 1rem;
}
.childhood h2 {
margin-top: 2rem;
margin-bottom:1rem
}	
.childhood p {
margin-bottom: 5rem;
}
		
/*---DIFFERENCES---*/
.differences{
padding-left: 10%;
padding-right: 10%;
}
.differences h1, h2, h3, h4{
text-align: center;
margin-top: 1rem;
margin-bottom: 1rem;
}
.differences h2 {
margin-top: 2rem;
margin-bottom:1rem
}	
.differences p {
margin-bottom: 5rem;
}
		
	
/*----FACTS & HISTORY---*/
.facts{
padding-left: 10%;
padding-right: 10%;
}
.facts h1, h2, h3, h4{
text-align: center;
}
.facts h2 {
margin-top: 2rem;
margin-bottom:1rem
}	
.facts p {
margin-bottom: 5rem;
}
/*----BOAT----*/
.boat {
padding-top: 3rem;
}
.boat p {
margin-top: 2rem;
}
/*----MAPS----*/
.map {
padding-top: 7.5rem;
}
.map p {
margin-top: 5.75rem;
}
#site-footer {
padding: 0;
}

#site-footer {

height: 0px;
}
.btnstyle p {
margin: 5% 0;
}
}/*----END OF MEDIA QUERY----*/
