/****************
*** DEFAULTS
*****************/
.msg {
    color:crimson;
    text-align: center;
    font-weight: 600;
}
/*ul {
    list-style-type:none;
    list-style-position: outside;
    display:inline
}*/

.title {
    font-size: 14pt;
    font-weight:400;
    color:darkblue;
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
    margin: auto;
}

.centre {
    margin : auto;
}

/* selected link */
a {

}
 a:link {

}
 a:visited {

}
 a:focus {

}
 a:hover {
    background-color: darkblue;
    color: white;
    }
 a:active {

}
.page {
    text-align: center;
}
.bquote {
    font-style: italic;
    text-align: right;
    color: darkmagenta;
    position: relative;
    width: 100%;
}
.quote {
    font-style: italic;
    font-size: 35pt;
    color: darkblue;
}
.figure {
    margin: 10px;
    position: relative; /* For absolute positioning of elements within if needed later */
}

.figure-left {
    float: left;
    margin-right: 10px; /* Add some space between image and text */
}

.figure-right {
    float: right;
    margin-left: 10px; /* Add some space between image and text */
}

.figure-center {
    display: block; /* To center the block */
    margin-left: auto;
    margin-right: auto;
    text-align: center; /* To center the image within its block if width < 100% */
}

.figure img {
    display: block; /* Prevent extra space below inline images */
    width: 100%; /* Relative to the div */
    height: auto; /* Maintain aspect ratio */
}

.figure figcaption {
    text-align: center;
    font-size: 10pt;
    width: 100%;
    margin-top: 5px; /* Add some space between image and caption */
    margin-left: auto;
    margin-right: auto;
    word-break: break-word; /* Prevent long captions from breaking layout */
}

* {
    margin: 0px;
    padding: 0px;
}

html {
    height: 100%;
    box-sizing: border-box;
}
body {
    width: 95%;
    background-color: white;
    font-family: serif;
    font-weight: 400;
    font-size: 13pt;
    color: black;
    margin: auto;
}
.content_container {
    margin-left: 10px;
    margin-right: 10px;
    text-indent: 2em;
    /*position: relative;*/
    /*min-height: 80vh;*/
    border: 10px;
    border-color: red;
    padding-bottom: 2rem;
}
p {
    margin-bottom: 10px;
}
.privacy {
    margin:auto;
    width: 80%;
    font-family: sans-serif;
}
.privul {
    color: blue;
    font-weight: 600;
}
.content_wrap {
    padding-bottom: 2.5rem;
}
hr {
    border-width: 1px;
    border-color: blue;
    width: 100%;
}
.header {
    position: static;
    width: 100%;
    top: 0;
    margin-left: 10px;
    margin-bottom: 2px;
    font-family: serif, cursive;
    font-weight: 300;
    font-size: 10pt;
}
.basic_content {
    margin-left: 10px;
    margin-right: 10px;
    text-indent: 2em;
    position: relative;
    min-height: 100vh;
}

/* BLOCKQUOTE */
blockquote {
    /*background: #f9f9f9;*/
  border-left: 3px solid;
  margin-left:12% ;
  padding: 0.5em 15% 0.5em 3%;
  quotes: "\201C""\201D""\2018""\2019";
}
/*blockquote:before {
    /*color: #ccc;
  content: open-quote;
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}*/
blockquote p {
  display: inline;
}


/* HEADINGS DEFAULT */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: midnightblue;
    font-family: serif, cursive;
}

a {
    text-decoration: none;
}
hr {
    margin: 10px 0px;
    opacity: 0.8;
}

/*Block enclosure div */
.block_enc {
    width: 100%;
}

/* person table*/
.person_table {
    width: 70%;
    border: thin solid black;
    /*border-collapse:collapse;*/
    margin: auto;
    position: static;
}
.person_table, th, td {
    border: thin solid black;
    padding-left: 0.5em;
    font-family: Helvetica, sans-serif;
    font-size: 10pt;
    border-collapse:collapse;
    color: black;
}

.person.form {
    width:60%;
    margin: auto;
    border:none;
}

/*
/* textarea
/**/
textarea {
  padding: 1em 1em;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 1em;
  resize: none;
}
.blog_list {
    font-family: Helvetica, sans-serif;
    font-size: 12pt;
    color:navy;
}
.blog_summary {
    color: darkblue;
    margin: 0;
    padding: 0;
    width: 70%;
    border: thin solid darkgreen;
    border-radius: 4px;
    font-size: 12pt;
}
/* Admin Page */
.admin {
    width:50%;
    margin: auto;
}
.admin ul li {
    margin: auto;
}

/* FORM DEFAULTS */
form {
    width: 90%;
    margin: auto;
    font-family: serif;
    }
form h3 {
    margin: 2em auto;
    text-align: center;
    font-family: sans-serif;
}
form input {
    color: black;
    display: block;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 10pt;
    font-family: sans-serif;
    font-weight: 400;
    background-color:bisque;
    border: 1px solid black;
    border-radius: 4px;
    height:3em;
    }
form button {
    color: black;
    background:aquamarine;
    text-align: center;
    vertical-align: middle;
    border: 1px solid black;
    border-radius: 4px;
    font-size: 10pt;
    font-family: sans-serif;
    height: 2.5em;
    margin: 1.5em auto;
    padding: 0px;
}
.login {
    width: 30%;
    margin: auto;
}
.login button {
    width: 6em;
    margin: auto;

}


label {
    font-size: 10pt;
    font-family: sans-serif;
    font-weight: 500;
    color: darkblue;
}

/* BUTTON DEFAULT */
.btn {
    width: 15%;
    color: black;
    background-color: lightgreen;
    text-align: center;
    border: thin solid black;
    border-radius: 4px;
    display: block;
    font-size: 14pt;
    font-family: "Noto Serif", serif, cursive;
    text-decoration-style: solid;
}
.sign_in {
    color: black;
    width: 20%;
    border: 1px solid black;
    border-radius: 5px;
    background-color: lightblue;
    text-align: center;
    display: block;
    letter-spacing: 0.1em;
    margin: auto;
    padding: 13px 20px;
}
.container {
    width: 80%;
    margin: 0px auto;
}
/* NAVBAR */
.navbar {
    padding-bottom: 0em;
    color: black;
    font-size: 12pt;
    height:1.2em;
    width:100%;
    margin-bottom: 1em;
    }

    /*Navbar links*/
    /*horizontal list-style: */
    .horizontal-list {
        display:inline;
        list-style-type:none;
    }


    li:hover {
      text-decoration: underline;
    }

    ul.horizontal-list {
        list-style-type: none;
        display: inline;
     }

    ul.horizontal-list li {
        list-style-type: none;
        display: inline;
        min-width: 10em;
        padding: 0.1em 1em;
        font-family: Helvetica, sans-serif;
        font-size: 12pt;
        text-decoration:none;
    }

    ul.horizontal-list li:not(:last-child) {
      border-right: 1px solid black;
    }
    .horiontal-list li:last-child {
        margin-right: 0; /* Removes margin from the last item */
    }


    .navbar a {
        text-decoration: none;
    }
    .navbar a:link {

    }
    .navbar a:visited {

    }
    .navbar a:focus {

    }
    .navbar a:hover {
        background-color: darkblue;
        color: white;
        }
    .navbar a:active {

    }
    /* Navigation list*/

/*    ul.navbar {
      padding-left: 0px;
      background-color: #3D99CE;
      text-align: center;
    }
    ul.navbar > li {
      display: inline-block;
      padding: 10px 20px;
    }
    ul.navbar > li:hover {
      background-color: #2779BF;
    }
    ul.navbar > li > a {
      color: white;
      text-decoration: none;
    }*/


/*    .ili {
        display: inline-block;
        margin-right: 2em;
        list-style-type:none;
    }

    .navbar li:last-child {
        margin-right: 0; /* Removes margin from the last item */
/*    }*/



/* FOOTER */
.footer {
    color: blue;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
    font-size: 10pt;
    font-style: italic;
    max-height: 20px;
    padding-bottom: 20px;
    bottom: 0;
}

/* CONTENT */
.content {
    margin: 5px auto;
    border-radius: 5px;
    min-height: 200px;
    font-family: "Noto Serif", serif, cursive;
    font-size: 14pt;
    color: brown;
}

.comment_list {
    border: thin solid black;
    margin: auto;
    padding: 1em;
    width:60%;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: 12pt;
    border-radius: 4px;
}

.comment_add {

    margin: auto;
    padding: 0.5em;
    width:60%;
    font-family: 'Trebuchet MS', 'Lucida Sans-serif Unicode', 'Lucida Grande', 'Lucida Sans-serif', Arial, sans-serif, 'Franklin Gothic Medium', 'Arial Narrow';
    font-size: 12pt;
    font-weight: 300;
}
