﻿.text-danger{
    color: red;
	background-color: #FAE3B6;
}


body {
    font-family: "Comic Sans MS";
    text-align: center;
    background-color: #FAE3B6;
    background-image: url('../images/plaster.JPG');
    background-size: 100%;
}
#container {
    max-width: 915px;
}
a:link {    /* unvisited link */
    color: black;
    text-decoration: none;
}
a:visited {    /* visited link */
    color: black;
    text-decoration: none;
}
a:hover {    /* mouse over link */
    color: red;
    text-decoration: none;
}
a:active { /* active link */
    color: red;
    text-decoration: none;
}
h2{
    text-align:center;
}
ul{
    text-align:left;
}
figcaption {
    text-align: center;
}
input {
    text-align: center;
}
.promo{
    -webkit-appearance: none;
	text-decoration: none;
    background-color:#FAE3B6;
    color:#8d5508;
}
.xmas-green{
    -webkit-appearance: none;
	text-decoration: none;
    background-color:lightgreen;
    color:red;
}
.xmas-red{
    -webkit-appearance: none;
	text-decoration: none;
    background-color: red;
    color:lightgreen;
}
.border{
    border:4px solid black;
}

#contentTitle h2 {
	color: #FAE3B6;
    margin-top: 0;
}

#content {
	color: #FAE3B6;
}

#footer .nav-pills>a {
    color: black;
}
#footer .nav-red {
    color: black;
    background-color: red;
}

.nav-item  {
    margin: 1px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.nav-pills > a {
    background-color: #FAE3B6;
    color: #8d5508;
    padding: 2px;
    border-radius: 4px;
}
.nav-pills > li {
    margin: 1px;
    padding-top: 2px;
    padding-bottom: 3px;
}
.nav-pills > li > a {
    background-color: #FAE3B6;
    color: #8d5508;
    padding:2px;
    border-radius: 4px;
}

#tag-admin {
	background-color: red;
    color:black;
}

.vertical-center {
    display: inline-block;
    vertical-align: middle !important;
    float: none;
}
.vertical-top {
    display: inline-block;
    vertical-align: top !important;
    float: none;
}
.vertical-bottom {
    display: inline-block;
    vertical-align: bottom  !important;
    float: none;
}
.like-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: 0;
    background: transparent;
}
.love-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: 0;
    background: transparent;
}
.dislike-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: 0;
    background: transparent;
}
.btn-danger {
    background-color: red;
}

/*.btn-info {
    background-color: #0dcaf0;
}
.btn-success {
    background-color: #198754;
}*/
/*.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}*/
.form-group{
    margin-bottom: .9rem;
}