/* background_color #fff8f5 */
/* primary_color #5b3b1f */
/* secondary_color #d69a4a */

body {
  background-color: #fff8f5;
  color: #5b3b1f;
}
p {
  text-align: justify;
}
.navbar {
  background-color: #d69a4a !important;
}
.navbar-brand {
  color: #5b3b1f !important;
}
.navbar-brand:hover {
  color: #5b3b1f !important;
}
.navbar_logo {
  width: 60px;
  border-radius: 30px;
  margin-right: 20px;
}
.navbar_name {
  font-size: 20pt;
}
.nav-link {
  color: #5b3b1f !important;
  border-radius: 10px;
  margin-right: 10px;
  padding: 5px 10px;
}
.nav-link.active {
  background-color: #5b3b1f !important;
  color: #d69a4a !important;
}
.nav-link:hover {
  background-color: #5b3b1f !important;
  color: #d69a4a !important;
}
.container {
  padding-bottom: 100px;
}
/*
.container a {
  color: #5b3b1f !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;
}

.social-network {
  color: #5b3b1f !important;
  border-radius: 15px;
  padding: 10px;
}
.social-network:hover {
  cursor: pointer;
  background-color: #5b3b1f !important;
  color: #d69a4a !important;
}
.social-network span {
  margin-left: 10px;
}
.social-network a {
  color: #5b3b1f !important;
  text-decoration: none;
}
.social-network:hover a {
  color: #d69a4a !important;
}
.social-network:hover img {
  filter: invert(58%) sepia(90%) saturate(306%) hue-rotate(355deg) brightness(94%) contrast(85%);
}

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

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