/*
	Theme Name: 	Twenty Twenty Child
	Author:       	Samantha Brandes
	Template:     	twentytwenty
	Version:      	1.0.0
	Text Domain:  	twentytwenty-child
*/
/*
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---------*/


/*-----------------  375px Max Width ----------------------*/
@media only screen and (max-width: 375px) {
  .entry-content p, .entry-content .has-small-font-size .wp-block-heading .entry-content h1, .entry-content h2, .entry-content h3 .has-larger-font-size, li  {font-family: 'Dongle', sans-serif;}
	
.wp-block-post-author {
    display: none;
}
.entry-header.has-text-align-center.header-footer-group {
display:none;
}
.post-inner.thin {
padding-top: 1px;
}

.wp-block-group__inner-container {
background-color: #F7977A;
padding-right: 100px;
padding-left: 100px;
padding-top: 30px;
padding-bottom: 30px;
}

.footer-widgets-outer-wrapper {
display: none;
}

.footer-menu.reset-list-style {
font-size: 1.5rem;
}

.wp-block-heading {
font-weight: bold;
font-size: 3rem;
padding-top: 4%;
}

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: #F7977A;
border-radius: 50px;
}
:root .has-background-color, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .wp-block-button, .comment-reply-link, .has-background.has-primary-background-color:not(.has-text-color), .has-background.has-primary-background-color *:not(.has-text-color), .has-background.has-accent-background-color:not(.has-text-color), .has-background.has-accent-background-color *:not(.has-text-color) {
color: black;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
background-color: #F7977A;
color:black;
}
/*--------- About Container -------------*/
	img.wp-image-170.size-full {
    margin-top: 10%;}
	.wp-block-group__inner-container {
    padding: 25px;}
	.wp-block-spacer {
    display: none;}
	strong {font-size: 5rem;}
h2.wp-block-heading.has-text-align-center {
    font-size: 5rem;}
	
/*--------- About Container End -------------*/
	
/*--------- HomePage Container -------------*/
.wp-block-columns.is-layout-flex.wp-container-3 {
min-width: 100%;
padding:50px;}
img.wp-image-172.size-full {
    margin-top: 10%;}
.wp-block-columns.is-layout-flex.wp-container-3 {
    margin-top: -100px;}
h2.wp-block-heading.has-larger-font-size {
    font-size: 2rem;}
	h2.wp-block-heading.has-larger-font-size {
    padding-top: 60px;}
	h2.wp-block-heading.has-text-align-center.has-larger-font-size {
    font-size: 2.6rem;
}

/*-----------------  Homepage End ----------------------*/

/*--------- Menu Container -------------*/
img.default-img {
    display: none;}
.fmp-title {
    margin-left: -20px;}
	h2.wp-block-heading.has-text-align-center {
    font-size: 5rem;}
	h2.wp-block-heading {
    font-size: 5rem;}

/*-----------------  Menu End ----------------------*/
}

/*--------- Blog Container -------------*/
h2.entry-title.heading-size-1 {
    font-size: 2rem;}
h4.wp-block-heading {
    font-size: 1rem;}
.entry-content li {
    list-style-type: circle;}
h3.wp-block-heading {
    font-size: 1rem;}
/*--------- Blog Container End -------------*/
/*-----------------  375px Max Width End ----------------------*/





/*-----------------  768px Max Width ----------------------*/
@media only screen and (max-width: 768px) and (min-width: 376px) { .entry-content p, .entry-content .has-small-font-size .wp-block-heading .entry-content h1, .entry-content h2, .entry-content h3 .has-larger-font-size, li  {font-family: 'Dongle', sans-serif;}

.wp-block-post-author {
    display: none;
}
.entry-header.has-text-align-center.header-footer-group {
display:none;
}
.post-inner.thin {
padding-top: 1px;
}

.wp-block-group__inner-container {
background-color: #F7977A;
padding-right: 100px;
padding-left: 100px;
padding-top: 30px;
padding-bottom: 30px;
}

.footer-widgets-outer-wrapper {
display: none;
}

.footer-menu.reset-list-style {
font-size: 1.5rem;
}

.wp-block-heading {
font-weight: bold;
font-size: 3rem;
padding-top: 4%;
}

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: #F7977A;
border-radius: 50px;
}
:root .has-background-color, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .wp-block-button, .comment-reply-link, .has-background.has-primary-background-color:not(.has-text-color), .has-background.has-primary-background-color *:not(.has-text-color), .has-background.has-accent-background-color:not(.has-text-color), .has-background.has-accent-background-color *:not(.has-text-color) {
color: black;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
background-color: #F7977A;
color:black;
}

	
/*--------- HomePage Container -------------*/
.wp-block-columns.is-layout-flex.wp-container-3 {
min-width: 100%;
padding:50px;
}
	h2.wp-block-heading.has-text-align-center.has-larger-font-size {
    font-size: 3rem;
}
/*-----------------  Homepage End ----------------------*/

/*--------- Menu Container -------------*/
img.default-img {
    display: none;
}
.fmp-title {
    margin-left: -20px;
}
/*-----------------  Menu End ----------------------*/ 
}
/*-----------------  768px Max Width End ----------------------*/




/*-----------------  768px Min Width ----------------------*/

@media only screen and (min-width: 768px) {
.entry-content p, .entry-content .has-small-font-size .wp-block-heading .entry-content h1, .entry-content h2, .entry-content h3 .has-larger-font-size, li  {font-family: 'Dongle', sans-serif;}

.wp-block-post-author {
    display: none;
}
.entry-header.has-text-align-center.header-footer-group {
display:none;
}
.post-inner.thin {
padding-top: 1px;
}

.wp-block-group__inner-container {
background-color: #F7977A;
padding-right: 100px;
padding-left: 100px;
padding-top: 30px;
padding-bottom: 30px;
}

.footer-widgets-outer-wrapper {
display: none;
}

.footer-menu.reset-list-style {
font-size: 1.5rem;
}

.wp-block-heading {
font-weight: bold;
font-size: 3rem;
padding-top: 4%;
}

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: #F7977A;
border-radius: 50px;
}
:root .has-background-color, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .wp-block-button, .comment-reply-link, .has-background.has-primary-background-color:not(.has-text-color), .has-background.has-primary-background-color *:not(.has-text-color), .has-background.has-accent-background-color:not(.has-text-color), .has-background.has-accent-background-color *:not(.has-text-color) {
color: black;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
background-color: #F7977A;
color:black;
}

/*--------- HomePage Container -------------*/
.wp-block-columns.is-layout-flex.wp-container-3 {
min-width: 100%;
padding:50px;}

	h2.wp-block-heading.has-text-align-center.has-larger-font-size {
    margin-top: 40px;}	
	
/*-----------------  Homepage End ----------------------*/
	
/*-----------------  About Container ----------------------*/
	strong {
    font-size: 50px;}
	h2.wp-block-heading.has-text-align-center {
    font-size: 50px;}
/*-----------------  About End ----------------------*/

/*--------- Menu Container -------------*/
img.default-img {
    display: none;
}
.fmp-title {
    margin-left: -20px;
}
/*-----------------  Menu End ----------------------*/	
	
}