/* Basic */

.galler {
  width: 250px;
    height: 200px;
    object-fit: cover;
}
.galler4 {
  max-width: 350px;
  max-height: 300px;
  margin: 0 25%;
}
.galler2 {
  max-width: 250px;
  max-height: 300px;
}
.title {

			color: #9B0014 !important;
}

.sidebar nav[role="doc-toc"] ul > li > a.active {
    color: red !important;
    background-color: #484F5966 ;
    font-weight: bold;
}

	a {
		-moz-transition: border-bottom-color 0.2s ease, color 0.2s ease;
		-webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
		-ms-transition: border-bottom-color 0.2s ease, color 0.2s ease;
		transition: border-bottom-color 0.2s ease, color 0.2s ease;
		text-decoration: none !important;
		color: #9B0014 ;
	}

a:hover {
	border-bottom-color: transparent;
  color: #484F59 !important;
}

a:active {
	border-bottom-color: transparent;
  color: #9B0014 !important;
}



/* Header */

		#header {
			display: block;
			border-bottom: 0;
			color: inherit;
			display: inline-block;
		}

			#header > * {
				display: inline-block;
				vertical-align: middle;
			}

			#header .symbol {
				margin-right: 0.55em;
			}

				#header .symbol img {
					display: block;
					width: 1.8em;
					height: 1.8em;
				}


ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 20px !important;
}

