body 
{
  background-color: #dff0ff;
}

.vendors-title
{
  color: #024d91;
}

.vendor-card
{
  margin-bottom: 20px;
}

.btn.btn-social-icon {
  width: 50px;
  height: 50px;
  padding: 0
}

.template-demo>.btn {
  margin-right: 0.5rem !important
}

.btn.btn-rounded {
  border-radius: 50px
}

.btn-outline-facebook {
  background:#3b579d;
  color: white;
}

.btn-outline-facebook:hover {
  color: #3b579d;
  background: #ffffff
}

.btn-outline-youtube {
  background: #e52d27;
  color: white;
}

.btn-outline-twitter {
  background: #2caae1;
  color: white;
}

.btn-outline-instagram {
  background: #dc4a38;
  color: white;
}

.btn-outline-twitter:hover {
  color: #2caae1;
  background: white;
}

.btn-outline-youtube:hover {
  color: #e52d27;
  background: white;
}

.btn-outline-instagram:hover {
  color: #e52d27;
  background: white;
}

.btn-facebook {
  background: #3b579d;
  color: #ffffff
}

.btn-youtube {
  background: #e52d27;
  color: #ffffff
}

.btn-twitter {
  background: #2caae1;
  color: #ffffff
}

.btn-instagram {
  background: #dc4a38;
  color: #ffffff
}

.btn-facebook:hover,
.btn-facebook:focus {
  background: #2d4278;
  color: #ffffff
}

.btn-youtube:hover,
.btn-youtube:focus {
  background: #c21d17;
  color: #ffffff
}

.btn-twitter:hover,
.btn-twitter:focus {
  background: #1b8dbf;
  color: #ffffff
}

.btn-instagram:hover,
.btn-instagram:focus {
  background: #bf3322;
  color: #ffffff
}

footer 
{
  background-color: #024d91;
  min-height: 100px;
}

footer .copyright-row 
{
  min-height: 100px;
}

footer .contact-element span
{
  color: #dff0ff;
  font-weight: bold;
}

footer .contact-element
{
  padding-top: 15px;
  padding-bottom: 15px;
}

footer .contact-element a
{
  color: white;
  text-decoration: underline;
}

footer .contact-element a:hover
{
  color: #dff0ff;
}


.btn-red,
.btn-red:visited
{
  background-color: #e20a17;
  border-color: #e20a17;
}

.btn-red:hover,
.btn-red:active
{
  background-color: #c80915 !important;
  border-color: #c80915 !important;
}

@media only screen and (max-width: 767px) {
  .display-4 {
    font-size: 2rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .card-img-vendor {
    height: 150px;
  }
}

.vendor-country
{
  font-size: 1rem;
}

.vendor-card-link
{
  position: absolute;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.vendor-card-link,
.vendor-card-link:visited
{
  background-color: #e20a17;
  border-color: #e20a17;
}

.vendor-card-link:hover,
.vendor-card-link:active
{
  background-color: #c80915 !important;
  border-color: #c80915 !important;
}

.vendors-container
{
  background-color: #91c9fc;
}