/* background_color #fff8f5 */
/* primary_color #921115 */
/* secondary_color #231079 */

body {
  background-color: #fff8f5;
  color: #231079;
}
p {
  text-align: justify;
}
.navbar {
  background-color: #921115 !important;
  color: white !important;
}
.navbar-brand {
  color: white !important;
}
.navbar-brand:hover {
  color: white !important;
}
.navbar_logo {
  width: 60px;
  border-radius: 5px;
  margin-right: 20px;
}
.navbar_name {
  font-size: 20pt;
}
.nav-link {
  color: white !important;
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 10px;
}
.nav-link.active {
  background-color: white !important;
  color: #921115 !important;
}
.nav-link:hover {
  background-color: white !important;
  color: #921115 !important;
}
.container {
  padding-bottom: 100px;
}
/*
.container a {
  color: #231079 !important;
  text-decoration: none !important;
}
.container a:hover {
  text-decoration: underline !important;
}
*/
.slogan {
  font-size: 18pt;
  text-align: center;
}
.slogan img {
  max-width: 100px;
}
img.icon {
    width: 48px;
    filter: invert(20%) sepia(76%) saturate(403%) hue-rotate(347deg) brightness(97%) contrast(91%);
}
.contact img {
  width: 5vw;
  filter: invert(12%) sepia(76%) saturate(4117%) hue-rotate(250deg) brightness(60%) contrast(109%);
}

.social-network {
  color: #231079 !important;
  border-radius: 15px;
  padding: 10px;
}
.social-network:hover {
  cursor: pointer;
  background-color: #231079 !important;
  color: white !important;
}
.social-network span {
  margin-left: 10px;
}
.social-network a {
  color: #231079 !important;
  text-decoration: none;
}
.social-network:hover a {
  color: white !important;
}
.social-network:hover img {
  filter: brightness(0) invert(1);
}

.creditentials {
  font-size: 10pt;
}
.creditentials a {
  color: #231079 !important;
  text-decoration: #231079 !important;
}
.creditentials a:hover {
  text-decoration: underline !important;
}

footer {
  position: fixed;
  bottom: 0;
  padding: 15px 50px;
  width: 100%;
  background-color: white;
  color: #921115;
  text-align: center;
  font-size: 10pt;
}
footer a, .privacy a {
  color: #921115 !important;
  text-decoration: none !important;
}
footer a:hover, .privacy a:hover {
  text-decoration: underline !important;
}
