html { margin: 0px; padding: 0px; }
body { background-color: #8B4513; margin: 0px; padding: 0px; margin-left: auto; margin-right: auto;}
/*--- go top btn ---*/
#goTopBtn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #3f3f3f;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    outline: none;
    cursor: pointer;
}
#goTopBtn i {
    font-size: 150%;
}
#goTopBtn:active {
    background: #000000;
}

/*--- go top btn ---*/
/* --- Modal ---*/
.modal-disable {
  display: none; /* Hidden by default */
}
.modal-enable {
    box-sizing: border-box;
    display: flex; /* Hidden by default */
    justify-content: center;
    align-items: center;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
    /* fade-in */
    opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.25s;
}
.modal-enable-active ul {
    list-style-type: none;
    margin: 0px; 
    padding: 0px;
    font-size: 1.5em;
    line-height: 1.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.modal-enable-active ul li a {
    color: #fff;
    text-decoration: none;
}

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.25s;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* --- Modal ---*/
/*--- Menu bar ---*/
.menu-bar {
    height: 60px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
    background-color: #140261;
    position: relative;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.menu-bar-logo {
    padding-top: 2px;
    display: inline-flex;
    align-items: center;
    height: 100%;
}
.menu-bar-logo img {
    height: 40px;
    width: auto;
    border: 0px solid #fff;
}
.menu-bar-menu { 
    float: right;
    overflow: hidden;
    background-color: transparent;
}
.menu-bar-menu div {
    float: right;
    display: none;
}
.menu-bar-menu ul {
    float: left;
    display: block;
    list-style-type: none;
}
.menu-bar-menu ul li {
    display: inline;
}
.menu-bar-menu a {
    color: #f2f2f2;
    text-align: center;
    padding: 14px 10px;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
}
.menu-bar-menu a:hover {
    background-color: #eee;
    color: black;
}
.menu-bar-menu a:link {
    background-color: transparent;
    color: #f2f2f2;
}
.menu-bar-menu a:visited {
    background-color: transparent;
    color: #f2f2f2;
}
.menu-bar-item {
    color: #f2f2f2;
    background-color: gray;
    font-weight: bold;
    text-decoration: none;
    height: 100%;
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
}
.menu-bar-item.title {
    font-weight: 600;
}
.menu-bar-menu div {
    display: none;
}
/*--- Menu bar ---*/
/*--- Feature item ---*/
.feature-item {
    box-sizing: border-box;
}
/*--- Feature item ---*/
.container {
    margin-top: 60px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 5px;
    position: block;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    background: #F8F8FF;
    box-sizing: border-box;
}
.footer {
    margin-top: 10px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 5px;
    position: block;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    background: #eeeeee;
    box-sizing: border-box;
}
.post {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px 5px;
    position: block;
    background: #F8F8FF;
    box-sizing: border-box;
}
.post-title {
    color:rgba(49, 4, 248, 0.938);
    font-weight: bold;
    font-size: 110%;
    display: block;
    margin-bottom: 10px;
}
.post-details {
    font-weight: bold;
    font-size: 100%;
    display: block;
    margin-bottom: 10px;
}
.post-content {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #404040;
    line-height: 1.5em;
}
.post-paragraph {
    color: #404040;
    margin-top: 20px;
    line-height: 1.5em;
}
.post-date-time {
    font-size: 80%;
    display: block;
    margin-bottom: 10px;
}
.post-tag {
    font-size: 90%;
    display: block;
    margin-bottom: 10px;
}
.post-image {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.post-image img {
    width: 100%;
}
.post-image-captions {
    font-style: italic;
    font-size: 80%;
    color: #444343;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
}
.image-thumbnail-left {
    width: 100%;
    margin: 10px 10px 10px 0px;
}
.image-thumbnail-left img {
	width: 96%;
	height: auto;
}
.image-thumbnail-right {
    width: 100%;
	margin: 10px 0px 10px 10px;
}
.image-thumbnail-right img {
	width: 96%;
	height: auto;
}
.post-bullet-content {
    margin-right: 15px;
    float: left;
}
.post-bullet-content img {
    width: 100px;
    height: 100px;
}
.post-bullet-addon-content {
    margin-right: 15px;
    float: left;
}
.post-bullet-addon-content img {
    width: 150px;
    height: 123px;
}
.bold { font-weight: bold; }
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
}
.grid-item {
  padding: 5px;
  font-size: 30px;
  text-align: center;
}
ul.outside {
    list-style-position: outside;
}
ul.outside li {
    margin-top: 8px;
    margin-bottom: 8px;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
table {
    border: 1px solid transparent;
    align: center;
}
table td.title {
    font-weight: bold;
    color: #404040;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    font-size: 120%;
    vertical-align: middle;
}
table td.content {
    font-weight: normal;
    color: #404040;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    font-size: 120%;
    vertical-align: middle;
}
.radius-10px {
    border-radius: 10px;
}
.radius-bottom-10px {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.radius-5px {
    border-radius: 5px;
}
/* --------------------- */
@media only screen and (max-width: 600px) {
    .post-image {
        width: 100%;
    }
    .menu-bar-menu div {
        display: flex;
    }
    .menu-bar-menu ul {
        list-style-type: none;
        display: none;
    }
    .menu-bar-menu ul li {
        padding: 0;
        display: block;
        border-bottom: 2px solid #555;
        margin-left: -50px;
    }
    .menu-bar-menu ul li a {
        font-size: 25px;
        font-family: Dax;
        text-decoration: none;
        color: #777;
    }
    .menu-bar-menu ul li:last-child {
        border-bottom: none;
    }
    .post-content {
        margin-top: 0px;
        font-size: 120%;
    }
    .post-paragraph {
        font-size: 120%;
    }
}
@media only screen and (min-width: 600px) {
    .image-thumbnail-left {
        max-width: 300px;
        float: left;
    }
    .image-thumbnail-right {
        max-width: 300px;
        float: right;
    }
    .post-content {
        margin-top: 0px;
        font-size: 120%;
    }
    .post-paragraph {
        font-size: 120%;
    }
}
@media only screen and (min-width: 768px) {
    .image-thumbnail-left {
        max-width: 400px;
    }
    .image-thumbnail-right {
        max-width: 400px;
    }
    .post-content {
        font-size: 120%;
    }
    .post-paragraph {
        font-size: 120%;
    }
    .container {
        padding: 10px 15px;
    }
} 
@media only screen and (min-width: 992px) {
    .image-thumbnail-left {
        max-width: 500px;
    }
    .image-thumbnail-right {
        max-width: 500px;
    }
    .post-content {
        font-size: 120%;
    }
    .post-paragraph {
        font-size: 120%;
    }
    .container {
        padding: 10px 15px;
    }
} 
@media only screen and (min-width: 1200px) {
    .image-thumbnail-left {
        max-width: 600px;
    }
    .image-thumbnail-right {
        max-width: 600px;
    }
    .post-content {
        font-size: 110%;
    }
    .post-paragraph {
        font-size: 110%;
    }
    .container {
        padding: 10px 15px;
    }
}
