/* 
 Theme Name:   2024Child
 Theme URI:    https://theinternetpresence.com
 Description:  Custom created by The Internet Presence, LLC
 Author:       Michael Rock
 Author URI:   https://theinternetpresence.com
 Template:     twentytwentyfour
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

body
{
	background-image:url(https://mathiesonauto.com/wp-content/uploads/2024/04/metal_texture_bg.png);
	background-size:100%;
	background-repeat:repeat;
}
header.wp-block-template-part
{
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
	border-bottom:double black 8px;
}
header nav
{
    background-color: #f2f2f2;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 8px 5px 8px #000000;
    padding: 0px 10px 0px 15px;
    border: solid black 1px;
}
main
{
    padding-top: 200px;
}
/* Endorsements */
h2.wp-block-heading.has-text-align-right
{
    font-size: 6rem !important;
}
.entry-content
{
    background-color: white;
    margin: 5%;
    padding: 50px;
    border-radius: 10px;
    border: double black 4px;
}
.entry-content img
{
    border-radius: 10px;
    border: solid black 2px;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.wp-block-group.alignfull.has-accent-4-background-color.has-background.is-vertical.is-content-justification-center.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-8.wp-block-group-is-layout-flex
{
    margin: auto;
    border-radius: 10px;
    border: solid black 1px;
}
/*****************/
/* Media Queries */
/*****************/
@media screen and (max-width:1060px)
{
	main
	{
		padding-top: 250px;
	}
}
@media screen and (max-width:460px)
{
	main
	{
		padding-top:300px;
	}
}