/* { outline: 1px dotted red; } */

html,
body {
	color: #566473;
	font-family: "Roboto";
	font-weight: 400;
}
/*html{
	overflow: scroll;
  overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    /*background: transparent;  /* optional: just make scrollbar invisible */
/*}*/
/* optional: show position indicator in red */
/*::-webkit-scrollbar-thumb {
    background: #FF0000;
}*/

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

a {
	color: inherit;
}

input {
	background-color: #f2f2f2;
	border: none;
	border-radius: 0.25rem;
	bottom: 1rem;
	display: none;
	left: 50%;
	text-align: center;
	max-width: 90%;
	padding: 0.75rem 1rem;
	position: fixed;
	transition: all 0.3s ease;
	width: 30rem;
	z-index: 9999;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: solid;
}
input:focus {
	outline: none;
}

.conversation {
	margin: 5rem 0px 10rem 30px;
	max-width: 100%
	width: 100%
	transition: opacity 0.3s;
}

.conversation-piece {
	border-color: #566473;
	border-width: 0.25rem;
	opacity: 0;
	margin-bottom: 2rem;
	padding: 1rem 1.5rem;
	transition: opacity 0.3s;
}

.conversation-piece.self {
	margin: 5rem 30px 2rem 0px;
    text-align: right;
	border-right-style: solid;
}

.conversation-piece.fuchsia {
	border-left-style: solid;
    background-color: #f2f2f2;
}

div.conversation-piece {
	background-color: #f2f2f2;
	position: relative;
}

p.conversation-piece.fuchsia {
	text-align: left;
}

p {
	margin: 0;
}

p ~ p {
	margin-top: 1rem;
}

p.artist {
	margin-top: 1rem;
}

p.artist ~ p {
	margin-top: 0;
}

.intro p ~ p {
	margin-top: 0.5rem;
}

.intro {
	text-align: center;
}

.title,
.film.year {
	padding: 0;
	margin: 0;
}

.film.rating ~ .film.rating {
	margin: 0;
}

.definition {
	margin-top: 0.5rem;
}

.sources {
	display: inline-block;
	font-size: 1.5rem;
	position: absolute;
	top: 0.7rem;
	right: 1.5rem;
}

.sources a {
	text-decoration: none;
}
