/**
 * Custom CSS
 * Use this file to override styles if you feel uncomfortable editing
 * component stylesheets.
 ============================================================================ */

.site-branding__text {
  display: grid;
}

.site-branding__logo-img {
  height: 3.25rem;
}

.l-rw {
  max-width: 100%;
  padding-right: 0;
}

#block-infon-account-menu {
  float: right;
}

h1.node__title {
  font-size: larger;
}

body {
  background-color: #ddd;
}

.pr-leaderboard__rw {
  color: #ffffff;
  background-color: #246;
  border: 1px solid #A86;
  border-radius: 5px;
}

.pr-leaderboard__rw a,
.pr-leaderboard__rw a:visited {
  color: #ffffff;
}

.pr-leaderboard__rw a:hover {
  color: #DDDDDD;
  background-color: #EEE;
}

.pr-header {
  background-color: #eee;
  border-top: 1px solid #8ac;
}

.pr-navbar {
  background-color: #246;
  border: 2px solid #A86;
  border-radius: 5px;
}

.pr-footer {
  color: #ffffff;
  background-color: #246;
  border: 2px solid #A86;
  border-radius: 5px;
  height: 3.5rem;
}

#rid-sidebar-second {
    background-color: #eee;
    border-top: 1px solid #8ac;
    border-left: 1px solid #8ac;
    border-bottom: 1px solid #8ac;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

div.node__content {
  float: right;
}

.menu .menu__link {
    color: #004488;
    border-color: #cccccc;
    padding-left: .5rem;
    padding-right: .5rem;
}

a {
    color: #004488;
}

a:visited {
    color: #004488;
}

#block-now-s-footer {
    margin: 0px;
}

.views-field-title h2 {
  margin: 0;
  font-size: 1.5rem;
}

blockquote p {
  font-size: 1rem;
}

* Tagadelic default example stylesheet **/

.tag-cloud {
  text-align : justify;
}
.tag-cloud::after {
}

#content ul.tag-cloud,
#content ul.tag-cloud li,
ul.tag-cloud,
ul.tag-cloud li {
  display: inline-block;
  margin:0;
  padding:0 0.25em 0 0;
}

.level1 {
  font-size : 1em;
}
.level2 {
  font-size : 1.1em;
}
.level3 {
  font-size : 1.2em;
}
.level4 {
  font-size : 1.3em;
}
.level5 {
  font-size : 1.4em;
}
.level6 {
  font-size : 1.5em;
}
.level7 {
  font-size : 1.6em;
}
.level8 {
  font-size : 1.7em;
}
.level9 {
  font-size : 1.8em;
}
.level10 {
  font-size : 1.9em;
}
