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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

a:link {
    color: #f2e6ce;

    text-decoration: none;

}

a:visited {
    color: #f2e6ce;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: rgb(255, 0, 0);

    text-decoration: none;


}

html {
    width: 100%;
    background-color: #11100f;
    font-family: "Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif'";
}

body {
    max-width: 700px;
    margin: auto;
    padding: 0px;

    color: #fff8d5;
}

header {
    max-width: 100%;
    background-image: url("../blogimg/Self_port_032025.png");
    background-size: cover;

    box-shadow: 0 4px 14px black;
    height: 210px;

    border-color: #070708;
    border-style: none none solid none;
    border-width: 7px;
}

.header-img {
    width: 5%;
    height: auto;
}

.banner {
    min-height: 20%;
    max-height: 42%;

    margin: 0px;
}

.banner-txt {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
}


.flexbox-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flexbox {
    width: auto;
    flex: 1;
    height: 100%;
    text-align: center;
    display: block;
}


h1 {
    font-size: 28px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}

h2 {
    font-size: 28px;
    font-weight: bold;
    text-decoration-line: underline;
    padding-bottom: 7px;
    filter: brightness(114%);
}

h3 {
    font-size: 21px;
    font-weight: bold;
    filter: brightness(107%);

}

h4,
h5,
h6,
p {
    font-size: 14px;
}

img {
    margin: 21px;

}

.shrink {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: auto;
}

.container {
    display: grid;
    background-color: #070708;
    padding: 7px;
    margin-top: 21px;
    min-height: 900px;

    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    display: grid;
    grid-template-areas:
        "navbar navbar"
        /* Navbar spans full width */

        "footer footer"
        /* Footer spans full width */
    ;

    box-shadow: 0 4px 14px black;
}

.home-butt {
    margin: 0px auto;
    display: block;
    padding: 0px;


    height: 210px;
    width: auto;
}

.home-butt:hover {
    filter: brightness(140%);
}

.months {
    font-size: 35px;
    padding: 14px 14px 0px 14px;
}

.blog-content {
    color: #fff8d5;
    background-color: #2e271e;

    margin: 7px;
    padding: 14px;
    border: 7px double #b27d13;
    border-radius: 14px;

    min-width: 210px;
    height: auto;
    margin: 28px;

}

.blog-content-hidden {
    color: #d8d0d0;
    background-color: #2a2323;

    margin: 7px;
    padding: 14px;
    border: 7px double #8D030B;
    border-radius: 14px;

    min-width: 210px;
    height: auto;
    margin: 28px;

    display: none;
}




.photo {
    width: 200%;
    height: 100%;
    margin: 7px;
    padding-top: 21px;
}

#flex {
    display: flex;
}


.center {
    text-align: center;
}

@media (max-width:550px) {
    .flexbox {
        display: none;
        right: -100%;
    }

    .hamburger {
        display: block;
    }
}


p {

    text-align: justify;
    
    padding: 7px 0px;
}