/* Copyright Ram Hariharan, Connected-Citizen 2019 - 2020 */

.btn-primary {
  color: white;
  background-color: #347ab4; /* #3987c6; #347ab4 */
  border-color: #3987c6;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-secondary {
  color: white;
  background-color: #96609f;  /* one alternative - #8a728e */
  border-color: #96609f;
}

/* TODO: use https://www.w3schools.com/colors/colors_picker.asp to adjust the color */
.btn-secondary:hover {
  color: #fff;
  background-color: #96609f;  /* #6B5B95; */
  border-color: #000000;  
  border-width: 1px;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.issue-text {
    text-align: justify;
    text-justify: inter-word;
}

.jumbotron {
  background-color: #ebf3f9;  /* all white doesn't highlight the jumbotron */
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.topic-title {
  font-size: xx-large;
  font-weight: 600;
  font-kerning: none;
  text-align: center;
  color: #fb9e35;
}

/* template related stuff - delete? */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.email-us {
  color:#c23838;	
}