
.my-container {
  width: 400px;
  padding: 5px;
  margin-right: auto;
  margin-left: auto;
}

p {
  margin-bottom: 1rem;
  line-height: 1.5;
  text-align: justify;
  font-size: medium;
  color: #555555;
}

h1 {
  color: #442970;
}

.default-table {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    background-color: #f7f7f7;
    padding: 30px;
}

table th {
    padding: 0px 20px 20px 20px;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: none;
}

.hp-links {
    color: #aca2ba;
}

.contact-form {
    margin-top: 20px;
}

.my_li {
    padding: 5px 10px;
}

.main-banner .banner-content .banner-caption {
    max-width: 350px;
    background-color: rgba(250,250,250,0.7);
    margin: 30px;
    padding: 30px;
}

.banner-caption-1 {
    max-width: 350px;
    background-color: rgba(250,250,250,0);
    margin: 30px;
    padding: 30px;
}

.main-banner {
    padding-bottom: 50px;
}

.main-banner .banner-content {
    background-image: url(../change_pictures/our_banner_2_rev_2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.left-image {
    padding-bottom: 30px;
}

/*@media screen and (max-width: 845px) {
    #header {
        margin-bottom: 20px;
    }
}*/
