/*
Theme Name: Bakegami Theme
Theme URI: https://bakegami.com
Author: K. Morgan
Author URI: https://bakegami.com
Description: Do you want to hear a ghost story?
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
Tags: custom-background
*/

* {
  box-sizing: border-box;
}

body {
	background-color:#F2F5EA;
    width: 1200px;
    margin: auto;
    line-height: 1.65;
    font-family: "cambria", sans-serif;
	font-weight: normal;
	font-style: normal;
}

p::selection {
	color: ##CF3833;
}

h1,
h2,
h3,
h4,
h5,
h6,


.menu {
	font-family: "hightower-text", serif;
	font-weight: bold;
	font-style: normal;
	color: #CF3833;
}

a {
	color: #CF3833;
}

.site-header {
    border-bottom: 2px solid;
	font-family: "hightower-text", serif;
	font-weight: bold;
	font-style: normal;
}

.site-title {
	font-family: "hightower-text", serif;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: .25rem;
    line-height: 1;
}

.site-title a {
	font-family: "hightower-text", serif;
    text-decoration: none;
    color: black
}

.site-description {
    margin-top: 0;
    color: #8e8e8e;
}

.menu {
	font-family: "hightower-text", serif;
	font-weight: bold;
	font-style: normal;
    border-top: 1px solid #ccc;
	background-color: #332D2D;
}

.menu ul {
    list-style: none;
    padding: 0;
}

.menu ul li a {
    list-style-type: disc;
    text-decoration: none;
    color: #696969;
}

ul li b {
    list-style-type: disc;
}

.menu ul li a:hover {
    text-decoration: underline;
    color: #FA1C14;
}

.site-content {
    width: 640px;
    float: left;
}

article {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.sidebar {
    width: 280px;
    float: left;
    list-style: none;
    margin-top: 2em;
	font-size: 14px
}

.widgettitle {
    border-top: 2px solid;
    border-bottom: 1px solid #ccc;
    padding: .25rem 0;
    font-size: 1.25rem
}

.widget {
    margin-bottom: 3rem
}

label {
	display: block
}

.commentlist {
	list-style: none;
	padding-left: 0;
}

@keyframes fade {
	0% {opacity: 0; }
	100% {opacity: 1; }
}

.animated-element {
	animation-name: fade;
	animation-duration: 3.5s;
}