html, body {
--text-opacity: 1;
color: #000;
color: rgba(0, 0, 0, var(--text-opacity));
font-family: Barlow, sans-serif;
font-size: 1.125rem;
line-height: 1.75rem;
}
a, button {
transition: all 200ms ease;
transition-property: color, opacity;
cursor: pointer;
--text-opacity: 1;
color: #000;
color: rgba(0, 0, 0, var(--text-opacity));
font-weight: 700;
}
h1, h2, h3 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Playfair Display, sans-serif;
display: block;
clear: both;
width: 100%;
}
article {
clear: both;
}
header, nav, section, footer {
margin-left: auto;
margin-right: auto;
max-width: 72rem;
display: flex;
flex-wrap: wrap;
}
nav a {
font-weight: 400;
text-transform: uppercase;
}
nav a:hover {
opacity: 0.5;
}
nav ul {
display: flex;
}
nav li {
margin-left: 1rem;
}
img, video {
border-radius: 0.125rem;
}
.section-title {
font-family: Playfair Display, sans-serif;
text-align: center;
max-width: 48rem;
margin-left: auto;
margin-right: auto;
margin-top: 5rem;
margin-bottom: 5rem;
font-style: italic;
font-weight: 400;
}
.pagination {
display: block;
clear: both;
width: 100%;
}   html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; }   a {
background-color: transparent;
}    small {
font-size: 80%;
}   img {
border-style: none;
}  button,
input {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button { text-transform: none;
} button,
[type="button"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}       [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}   details {
display: block;
}    [hidden] {
display: none;
}  h1,
h2,
h3,
hr,
p {
margin: 0;
}
button {
background-color: transparent;
background-image: none;
} button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}  html {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; line-height: 1.5; } *,
::before,
::after {
box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e2e8f0; } hr {
border-top-width: 1px;
} img {
border-style: solid;
}
input::-moz-placeholder {
color: #a0aec0;
}
input:-ms-input-placeholder {
color: #a0aec0;
}
input::placeholder {
color: #a0aec0;
}
button,
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3 {
font-size: inherit;
font-weight: inherit;
} a {
color: inherit;
text-decoration: inherit;
} button,
input {
padding: 0;
line-height: inherit;
color: inherit;
}  img,
svg,
video {
display: block;
vertical-align: middle;
} img,
video {
max-width: 100%;
height: auto;
}
.container {
width: 100%;
}
@media (min-width: 640px) {
.container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.container {
max-width: 1280px;
}
}
.bg-black {
--bg-opacity: 1;
background-color: #000;
background-color: rgba(0, 0, 0, var(--bg-opacity));
}
.bg-crest {
background-image: url(//muranakabonsainursery.com/wp-content/uploads/2020/11/crest-bg.jpg);
}
.bg-opacity-75 {
--bg-opacity: 0.75;
}
.bg-cover {
background-size: cover;
}
.block {
display: block;
}
.inline {
display: inline;
}
.flex {
display: flex;
}
.hidden {
display: none;
}
.flex-row {
flex-direction: row;
}
.flex-col {
flex-direction: column;
}
.items-center {
align-items: center;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.font-display {
font-family: Playfair Display, sans-serif;
}
.font-body {
font-family: Barlow, sans-serif;
}
.font-normal {
font-weight: 400;
}
.font-bold {
font-weight: 700;
}
.h-0 {
height: 0;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
.text-5xl {
font-size: 3rem;
line-height: 1;
}
.list-disc {
list-style-type: disc;
}
.my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.mr-4 {
margin-right: 1rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.mb-12 {
margin-bottom: 3rem;
}
.mb-20 {
margin-bottom: 5rem;
}
.mb-24 {
margin-bottom: 6rem;
}
.max-w-none {
max-width: none;
}
.max-w-4xl {
max-width: 56rem;
}
.overflow-hidden {
overflow: hidden;
}
.p-0 {
padding: 0;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.relative {
position: relative;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-white {
--text-opacity: 1;
color: #fff;
color: rgba(255, 255, 255, var(--text-opacity));
}
.italic {
font-style: italic;
}
.uppercase {
text-transform: uppercase;
}
.tracking-widest {
letter-spacing: 0.1em;
}
.w-0 {
width: 0;
}
.w-32 {
width: 8rem;
}
.w-6\/12 {
width: 50%;
}
.w-full {
width: 100%;
}
.transform {
--transform-translate-x: 0;
--transform-translate-y: 0;
--transform-rotate: 0;
--transform-skew-x: 0;
--transform-skew-y: 0;
--transform-scale-x: 1;
--transform-scale-y: 1;
transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
@-webkit-keyframes spin {
to {
transform: rotate(360deg);
}
}
@keyframes spin {
to {
transform: rotate(360deg);
}
}
@keyframes ping {
75%, 100% {
transform: scale(2);
opacity: 0;
}
}
@keyframes pulse {
50% {
opacity: .5;
}
}
@keyframes bounce {
0%, 100% {
transform: translateY(-25%);
-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
animation-timing-function: cubic-bezier(0.8,0,1,1);
}
50% {
transform: none;
-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}
@media (min-width: 768px) {
.md\:block {
display: block;
}
.md\:flex {
display: flex;
}
.md\:flex-row {
flex-direction: row;
}
.md\:justify-end {
justify-content: flex-end;
}
.md\:text-5xl {
font-size: 3rem;
line-height: 1;
}
.md\:mb-0 {
margin-bottom: 0;
}
.md\:mb-10 {
margin-bottom: 2.5rem;
}
.md\:px-0 {
padding-left: 0;
padding-right: 0;
}
.md\:py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.md\:px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
.md\:text-left {
text-align: left;
}
.md\:w-1\/2 {
width: 50%;
}
.md\:w-4\/12 {
width: 33.333333%;
}
.md\:w-5\/12 {
width: 41.666667%;
}
.md\:w-7\/12 {
width: 58.333333%;
}
}