.custom-bg-primary {
  background-color: #A6D8EA;
}

.custom-bg-secondary {
  background-color: #F2F9FB;
}

a{
        color:inherit;
        text-decoration:none
}

a:hover{
        color:inherit;
        text-decoration:underline
}

.custom-text-darkblue{
        color:#2e3192
}
.custom-text-mediumblue{
        color:#a1d1e6
}
.custom-text-grey{
        color:#58595b
}

.caption{
        margin-top: 0.6em;
        text-align: center;
        font-size:14px
}

.title{
        font-weight: 700;
        font-size: 1.2em;
        padding-bottom: 0.8em;
}

.subtitle{
        padding:12px 0;
        font-weight:700
}
.list1{
        padding:0;
        margin:0;
        margin-left:50px;
        list-style:disc
}
.list1 li{
        padding:5px 0
}

.blog {
  text-align: center;
}

div.reference>div.name{
  font-weight: bold;
  color: #222;
}

div.reference>div.quotes{
  margin: 1em 0;
}

div.reference>div.quotes>div.quotewrapper{
  font-family:Georgia,serif;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 1em;
  margin: 0.5em 0;
}

div.reference>div.quotes>div.quotewrapper>div>div>pre.quote{
  font-family: inherit;
  font-style:italic;
  white-space: pre-wrap;
  margin: 0;
  padding: 0;
}

div.reference>div.quotes>div.quotewrapper>div.signature{
  margin: 0;
  margin-top: 1em;
  padding: 0;
  color: #BBB;
  font-size: 80%;
}


img.picture {
  width: 80%;
}
