@font-face {
    font-family: bodyFont;
    src: url("style/fsr/URWGothic-Book.ttf");
}

body {
    min-width: 800px;
    max-width: 1024px;

    margin: auto;

    padding: 0 60px;

    background: linear-gradient( rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25) ), url("style/fsr/background.jpg"), #15957E;
    background-size: 50% auto;
    font-family: bodyFont;
    color: white;
}

#header {
    background-color: rgba(255, 255, 255, 0.35);

    border-bottom-color: red;
    border-bottom-style: solid;
    padding: 20px;
    padding-right: 40px;
}

#header h1 {
    text-align: right;
    color: white;
    margin-bottom: 0;

    font-size: 3em;
}

#header h2 {
    padding: 0;
    margin: 0;
    text-align: right;
    color: white;

    font-size: 1em;
}

#header h3 {
    margin: auto;
    text-align: center;
    float: left;

    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
}

#mainContainer {
    display: block;
}

#navbar {
    float: right;
    background-color: rgba(255, 255, 255, 0.35);

    border-bottom-color: red;
    border-bottom-style: solid;
    

}

#navbar ul {
    list-style: none;
    text-align: left;
    padding-right: 20px;

}

#mainContent {
    /* float: left; */
    padding: 0 30px;
    background-color: rgba(31, 30, 30, 0.784);
    overflow: hidden;
    border-right-color: red;
    border-right-style: solid;
    
}

a {
    color: inherit;
    text-decoration: none;
}

p a {
    text-decoration: underline;
}

a .blogPost {
    color: lightgrey;
}

a:hover .blogPost {
    color: white;
}

#navbar li {
    padding: 1px 0;
}
#navbar a:hover {
    text-decoration: underline;
    color: red;
}

/* Blog page */
.blogPost {
    color: rgb(75, 74, 74);
  display: grid;
  grid-template-areas:
  "title date"
  "about about";

    /* border-top-color: white;
    border-top-style:solid; */
    text-decoration: none;
}

#blogContainer h1 {
    margin-bottom:0;
}

.blogPost h1 {
    
    text-align:left;
    grid-area: "title";
    margin-bottom: 0;
}

.blogPost h2 {
    text-align: right;
    grid-area: "date";
    margin-bottom: 0;
}

.blogPost p {

}

#footer {
    text-align: center;
        padding: 0 30px;
    background-color: rgba(31, 30, 30, 0.784);
    overflow: hidden;
    border-top-color: red;
    border-top-style: solid;
    border-right-color: red;
    border-right-style: solid;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

#footer a {
    text-decoration: none;
}

.substackPort img {
text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.substackPort h5 {
    text-align: center;
    font-style: italic;
    padding: 0 20%
}

.centerImageAndText  {
    text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.centerImageAndText h6 {
    text-align: center;
    font-style: italic;
    padding: 0 20%;
    margin-top: 4px;
}

.fsrDialogue {
    border-top-color: red;
    border-top-style: solid;
    display: grid;
    grid-template-columns: 2fr 0.15fr 0.1fr;
    background-color: rgba(255, 255, 255, 0.54);
    color: black;
    max-width: 75%;
    margin: auto;
}

.fsrDialogue {
    padding-left: 25px;
    margin-top: 10px;
}

.fsrDialogue p {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 18px;
}

.fsrDialogueStar {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-right: 12px;

}

.fsrDialoguePortrait {
    border-left-color: red;
    border-left-style: solid;
      margin-left: auto;

}