/* indication of test environment */
body {
	/*background-color:rgba(255,207,64,0.3);*/
}
/* ------------------------------ */

@font-face {
	font-family: MoonTime;
	src: url(./fonts/MoonTime-Regular.ttf);
	font-stretch: extra-expanded;
}

.navbar-brand,
h1.title {
	color:red;
	font-family:MoonTime;
	font-weight:bold;
	font-size:3.5rem !important;
	text-shadow: 1px 1px #fff;
}

@media (min-width: 992px) {
	.navbar-brand,
	h1.title.fs-1 {
		font-size:6rem !important;
	}
}

.btn:focus,
.btn:focus:active {
	box-shadow: 0 0 0 0;
}
.btn a {
	margin: -6px -12px;
	padding: 8px 12px;
	text-decoration:none;
}
.btn-primary a {
	color:#fff;
}

.btn-outline-primary a {
	color:#0d6efd;
}
.btn-outline-primary:hover a,
.btn-outline-primary:focus a {
	color:#fff;
}


.links-not-visible a {
	text-decoration:none;
	color:#000;
}
.links-not-visible a:hover {
	color:#0d6efd;
}

.form-control:focus {
	box-shadow:0 0 0 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}


body {
	background-color:#0b0a0a;
	background-image: url("bg.png");
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-attachment:fixed;
}

.container.main {
	/*background-color:rgba(255,255,255,0.8);*/
	background-color:rgba(0,0,0,0.3);
	border-radius:5px;
	width:95vw;
	max-width: 900px;
}

div.alert-warning ul {
	list-style-type:none;
	margin:0px;
	padding: 0px;
}

div.confession {
	color:#fff;
	border:2px solid #fff;
	border-radius: 10px;
	padding:10px;
	position:relative;
	font-weight:bold;
}

div.confession.new {
	border-color:red;
	/*color:#f00;*/
}
i.quote {
	color:#fff;
	font-size:2rem;
	position:absolute;
	top:-2rem;
}
i.delete {
	font-size:2rem;
	color:#f00;
	/*background-color:white;*/
	position:absolute;
	right: -1rem;
	top: -1.5rem;
	height:2rem;
	cursor:pointer;
}

div.confession.new i.quote {
	color:red;
}

textarea {
    resize: none;
}

#count_message {
  background-color: #999;
  margin-top: -28px;
  margin-right: -5px;
}