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


/*


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

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 90rem;
width: calc(100% - 4rem);
}

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

a,
a:visited,
a:hover
a:focus {
color: teal !important;
}

/*----------HEADER / NAVIGATION---------*/
h1.entry-title {
  display: none;
}

#site-header {
z-index: 2;
background-color: white;
}


p {
font-family:'Coming Soon', cursive;
}

/*----THIS WAY YOU ONLY HAVE TO WRITE IT ONCE FOR THE H1, H2, H3 , ETC....----*/


h1, h2, h3, h4 {
font-family: "Helvetica Neue", cursive!important;
}





body:not(.overlay-header) .primary-menu > li > a{
color: black !important;
}

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

.footer-widgets a:where(:not(.wp-block-button__link)){
color: black !important;
}


.footer-top-visible .footer-nav-widgets-wrapper{
margin-top: 8rem;
background-color: white;
}

#site-footer {
background-image: url("https://diaknopfler.com/wp-content/uploads/2025/09/Footer-SHINee.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 300px;  
}



/*--------HOME PAGE--------*/
#home .banner {
background-image: url("https://diaknopfler.com/wp-content/uploads/2025/10/130219-The-Misconceptions-of-You-Album-Photo-SHINee.jpg"); /* The image used */
height: 550px; /* 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 */
}

#home .banner-text{
font-size: 40px;
padding: 15px;
}

#home .grid-container-2 h2.big {
font-size: 15rem;
	
}

#home .grid-container-2 h2.small {
font-size: 5rem;
margin-bottom: 5%;
}

#home .grid-container-2 p {
font-size: 20px;
line-height: 180%;
}

.read-more-button {
  text-decoration: underline;
  padding: 3%;
  margin-bottom: 5%;
  background-color: white;
  opacity: 25%;
  border-radius: 10%;
}

 
/*--------Blog page-------*/


.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
text-align: center !important;
margin-left: auto;
margin-right: auto;
}

/*--------------mobile style----------------*/

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

#home .grid-container-2 > div {
margin: 1%;
padding: 1%;
	img{
display: block;
height: auto;
max-width: 100%;
transform: rotate(-5deg);
filter: drop-shadow(5px 5px 10px rgb(3, 47, 39));
}
	
}

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

#home .grid-container-3 > div {
margin: 1%;
padding: 1%;
text-align: center;
}



/*--------ABOUT PAGE--------*/
#about .grid-container-2 {
display: grid;
grid-template-columns: auto;
padding: 10%;
gap: 10px;
}

#about .grid-container-2 > div {
margin: 1%;
align-content: center;
	p {
	line-height: 50px;
	}
}

/*--------CONTACT PAGE--------*/
#contact .grid-container-2 {
display: grid;
grid-template-columns: auto;
padding: 1%;
}

#contact .grid-container-2 > div {
margin: 1%;	
text-align: center;
padding: 2%;
font-size: 50px;
}

.wpcf7 input[type="submit"] {
background-color: teal; 
color: white;              
border: none;
padding: 12px 24px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
background-color: pink; 
}
/*--------Blog page--------*/
#submit.submit {
background-color: teal;
}

/*--------MEDIA QUERY--------*/
@media only screen and (min-width: 376px) {	

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

	
}

@media only screen and (max-width: 375px) {
		#site-footer {
background-image: url("https://diaknopfler.com/wp-content/uploads/2025/09/Footer-SHINee.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 250px;  
}
	
	
	#home .banner {
background-image: url("https://diaknopfler.com/wp-content/uploads/2025/10/130219-The-Misconceptions-of-You-Album-Photo-SHINee.jpg"); /* The image used */
height: 350px; /* 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 */
}

	#home .grid-container-2 h2.big {
font-size: 10rem;
}

	#about .grid-container-2 > div {
margin: 1%;
align-content: center;
	p {
	line-height: 25px;
	}
}
	
}
