@charset "utf-8";
/* CSS Document */
body {
    background-color: #eb440f;
    /* display: flex;
    justify-content: center; */
 }

 h1 {
     color: rgb(240, 210, 42);
     font: outline;
     font-weight: bolder;
     font-size: 4em;
 }

 h2, h3 {
    /* color: #eb440f; */
    color: #fff;
    font-weight: bold;
    font-size: 3em;
 }

header {
    background-color: #eb440f;
    text-align: center;
    padding-top: 10px;
}

.wrap {
    text-align: center;
}
.pad-10 {
    padding: 10px;
}

.width-50 {
    max-width: 50%;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    padding: 0px 20px 20px 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-flow: row wrap;
 }
     
.business-card-container {
  display: -webkit-flex;
  display: flex;
  padding: 0px 20px 20px 20px;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-flow: row;
}

.card-img {
  max-width: 100%;
}

.dancing-dogs {
  max-width: 100%;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-right {
    width: auto;
    margin-left: 20px;
    vertical-align: middle;
}

.embed-responsive-item {
    margin: 10px 0px;
}