body
h1
h2
h3
h4
h5
h6 {
  letter-spacing: 0px;
}

body,
html {
  height: 100%;
}

a {
  text-decoration: none;
  color: #0047ab;
}

h1 {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-size: 34px;
  letter-spacing: 2px;
  font-weight: 600;
  font-variant: small-caps;
  text-shadow: 2px 2px #111;
}

h2 {
  color: #13165a;
  font-size: 30px;
  letter-spacing: 1px;
  font-variant: small-caps;
  font-weight: 600;
}

h3 {
  color: #13165a;
  font-size: 24px;
  letter-spacing: 0.5px;
  font-variant: small-caps;
  font-weight: 600;
}

h4 {
  color: #13165a;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  font-variant: small-caps;
}

h5 {
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 600;
}

hr {
  border-top: 1px solid #bbb;
}

.menubackground {
  background: url("../img/Tennis_Ball.png");
}

.sectionHeader {
  background: linear-gradient(
      to right,
      rgba(19, 22, 90, 0.9),
      rgba(204, 84, 0, 0.4)
    ),
    url("../img/banner.jpg");
  background-position: center;
  padding: 60px 0px;
}

ul {
  padding: 0px 0px 0px 20px;
}

ul li {
  padding: 0px 0px 10px 5px;
}

ol {
  padding: 0px 0px 0px 20px;
  margin-left: 5px;
}

ol li {
  padding: 0px 5px 10px 5px;
}

/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size: cover;
  background-image: url("../img/splash3.jpg");
  min-height: 650px;
  filter: grayscale(20%);
}

.ftc-sidebar {
  margin-top: 67px;
  height: 100%;
  width: 100%;
  font-size: 28px;
  letter-spacing: 1px;
  padding-top: 40px;
  display: none;
}

.ftc-sidebarformat {
  color: #13165a;
  text-decoration: none;
}

.ftc-sidebarformat:hover {
  color: #4caf50;
}

.nav_item {
  color: #13165a;
  padding-left: 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.nav_item:hover {
  text-decoration: underline;
  color: #4caf50;
}

.nav_active {
  color: #4caf50;
}

.ftc-footer-text {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.ftc-footer-text:hover {
  text-decoration: none;
  color: #4caf50;
}

.ftc_link {
  text-decoration: none;
  font-weight: 400;
  color: #0047ab;
}

.ftc_link:hover {
  color: #4caf50;
}

.text-red-small {
  color: red;
  font-size: 12px;
}

.smallFont {
  line-height: 1.4;
  font-size: 16px;
}

table {
  border-collapse: collapse;
  vertical-align: top;
  width: 100%;
  text-align: left;
}

#table_activities td,
#table_activities th {
  border: 1px solid #aaa;
  padding: 8px 12px;
  vertical-align: top;
}

#table_activities th {
  background-color: #eaedef;
  font-size: 15px;
}

#table_membership th {
  padding: 10px;
  font-weight: bold;
}

#table_membership td {
  padding: 8px 8px 8px 10px;
}

#table_membership tr {
  border-bottom: 1px solid #4caf50;
  border-top: 1px solid #4caf50;
}

#table_contacts td {
  padding: 8px 8px;
}

#table_contacts tr {
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
}

#table_rotation td {
  padding: 8px 0px;
  vertical-align: top;
}

#table_rotation tr {
  vertical-align: top;
}

.fa {
  padding: 5px;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 20%;
  background: #fff;
  color: #13165a;
}

.fa:hover {
  color: #4caf50;
}

.padding-l {
  padding: 30px 0px 0px 25px;
}

.padding-r {
  padding: 0px 25px 0px 0px;
}

.padding-box {
  padding: 0px 20px;
  border: 1px solid #4caf50 !important;
}

.ftc-box-shadow {
  box-shadow: 5px 10px 8px #bbb;
}

.ftc-size {
  padding: 35px 25px 0px 25px;
  max-width: 950px;
  margin: auto;
}

.ftc-size2 {
  padding: 0px 25px;
  max-width: 950px;
  margin: auto;
}

.ftc-size3 {
  max-width: 850px;
  margin: auto;
}

.tennisball {
  padding-bottom: 3px;
  padding-right: 5px;
  width: 22px;
}

.section_filler {
  padding: 19px 20px;
}

.blank_space {
  padding: 1px 1px;
}
