* {padding:0px;margin: 0px;box-sizing: border-box;}

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, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
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;
}
img { display: inline-block; max-width: 100%; height: auto; }


body { margin: 0px 0px; padding: 0px 0px; color: pink; }
/* .main { width: 1200px; max-width: calc(100% - 40px); padding: 20px; margin: 0px auto; } */
header, footer { display: block; overflow: auto; background: grey; text-align: center; }
.menu ul { display: flex; justify-content: space-evenly; font-size: 120%; }
header .logo { display: inline-block; text-align: center; }
header .logo img { width: 100%; max-width: 290px; height: auto; padding: 20px; }
section, .grid { overflow: auto; background: lightgrey; min-height: 400px; }
@media(min-width:768px) {

}
h1 { text-align: center; 
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
h1 a, li a, ol a { text-decoration: none; color: pink; }
h1 a:hover, li a:hover, ol a:hover { text-decoration: underline; }
.box, .comingsoon { width: 75vw; min-height: 75vw; margin: 20px auto; background: rgb(255, 255, 106); background: white; padding: 20px; }
.box.image { padding: 0px; background: transparent; }
.box * { color: black; font-size: 120%; line-height: 1.5; }
.box p { margin-bottom: 20px; }
.box.desktop { display: none; }
.box.mobile { display: block; }
@media(min-width:768px) {
    .menu, .grid, .comingsoon { max-width: 1000px; margin: 0px auto; padding: 20px; }
    .grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; gap: 20px; }
    /* .box { width: 37.5vw; height: 37.5vw; margin: 20px 20px; } */
    .box { width: auto; height: auto; min-height: 450px; margin: 0px 0px; }
	.box.desktop { display: block; }
	.box.mobile { display: none; }
}
@media(max-width:426px) {
	.box, .comingsoon { width: 100%; }
	.grid, .comingsoon { padding: 0px 20px; }
}
@media(max-width:376px) {
	.menu ul { flex-direction: column; text-align: center; }
	.grid, .comingsoon { padding: 0px 10px; }
}

footer { padding: 10px 20px 20px 20px; }
.copyright { padding: 0px 0px 5px 0px; }
.jmwebdev, .jmwebdev a { color: white; }