@charset "UTF-8";
button:focus, button:active {
  outline: none !important;
}

img {
  max-width: 100%;
}

.logo-text:hover {
  text-decoration: none;
}

.navbar {
  background: #FFF;
  -webkit-box-shadow: 1px 1px 5px #999;
          box-shadow: 1px 1px 5px #999;
  background-image: url(../images/navbarback1.png);
}

.logo {
  width: 70px;
}

.logoname {
  color: #ffb312;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #999;
}

.navbar a {
  color: #569f84;
  font-size: 1.05rem;
  letter-spacing: 1px;
}

.navbar a:hover {
  color: #888;
}

.navbar span {
  font-size: 2rem;
  color: #ed186b;
}

.nav-link {
  font-weight: 900;
}

.dropdown:hover .dropdown-menu {
  /*下拉選單*/
  display: block;
  margin-top: -5px;
  background-image: url(../images/navbarback1.png);
}

.about {
  padding: 60px 0px;
  height: auto;
  background-image: url(../images/aboutback.jpg);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  /*btn置中*/
}

.all-title {
  text-align: center;
  padding-bottom: 30px;
  color: #ed186b;
}

.index-about-text {
  text-align: center;
  line-height: 35px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: #555;
}

.about-btn {
  margin-top: 30px;
  letter-spacing: 1px;
}

.surroundings {
  padding: 80px 0px 0px;
  background-image: url(../images/sback.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  text-align: center;
  /*btn置中*/
}

.billboard {
  padding: 80px 0px 0px;
  text-align: center;
  /*btn置中*/
}

.activity {
  padding: 80px 0px 80px;
  text-align: center;
  /*btn置中*/
}

.surroundings-img {
  height: 500px;
  background-image: url(../images/p1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index-surroundings {
  margin-top: 10px;
}

.index-surroundings img {
  width: 100%;
}

.text-block {
  background-color: rgba(255, 255, 255, 0.6);
  color: #ed186b;
  padding: 25px;
  font-size: 2rem;
}

.more-btn {
  background-color: #ffb312;
  color: white;
  padding: 10px 30px;
  margin-top: 30px;
  border: none;
  cursor: pointer;
  width: auto;
  -webkit-box-shadow: 2px 2px 3px #DDD;
          box-shadow: 2px 2px 3px #DDD;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.more-btn:focus {
  outline: none;
}

.more-btn:hover {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.billboard-box {
  position: relative;
  margin-bottom: 20px;
}

.billboard-box img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.billboard-box img:hover {
  opacity: 0.8;
}

.billboard-class {
  width: auto;
  height: 30px;
  padding: 0px 10px;
  background: #85cfb4;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 30px;
  font-size: 0.8rem;
  color: #FFF;
  border-top-left-radius: 5px;
}

.billboard-box h5 {
  margin-top: 5px;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.billboard-date {
  color: #999;
  font-size: 1rem;
  text-align: center;
}

.billboard-text {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.billboard-btn {
  border: none;
  outline: 0;
  padding: 12px;
  color: #FFF;
  background-color: #ffb312;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
  letter-spacing: 1px;
}

.billboard-btn:focus {
  outline: none;
}

.billboard-btn:hover {
  font-size: 1.1rem;
  background: #f3aa12;
}

.activity-box {
  margin-bottom: 20px;
}

.activity-box img {
  width: 100%;
  height: 200px;
  background: #f1f1f1;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}

.activity-box a:hover img {
  opacity: 0.8;
}

.activity-box h5 {
  margin-top: 5px;
  color: #be850e;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.activity-class {
  width: auto;
  height: 30px;
  padding: 0px 10px;
  background: #85cfb4;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 30px;
  font-size: 0.8rem;
  color: #FFF;
  border-top-left-radius: 5px;
}

.activity-text {
  font-size: 0.9rem;
  color: #666;
  text-align: justify;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.activity-date {
  color: #999;
  font-size: 1rem;
  text-align: left;
}

.activity-where {
  padding-bottom: 5px;
  color: #ed186b;
  font-size: 0.9rem;
  border-bottom: 1px solid #ddd;
  text-align: right;
}

.footer {
  min-height: 400px;
  background-image: url(../images/contact.jpg);
  background-size: 100%;
  background-attachment: fixed;
  padding-bottom: 30px;
}

.footer-logo {
  width: 120px;
  height: 120px;
  margin-top: 140px;
}

.footer-logo img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-content {
  height: auto;
  margin-top: 80px;
}

.footer-content p {
  margin-top: 40px;
  letter-spacing: 1px;
}

.footer-content i {
  color: #ed186b;
}

.footer-contact {
  margin-top: 40px;
}

.copy {
  background: #f5bd47;
  height: auto;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

input[type=text], textarea {
  width: 100%;
  padding: 10px;
  margin: 0px 0 10px 0;
  border: none;
  background: #fff;
  outline: none;
}

input[type=text]:focus {
  background-color: #ddd;
}

.footer-contact button {
  background-color: #85cfb4;
  color: white;
  padding: 10px 20px;
  margin-top: 5px;
  border: none;
  cursor: pointer;
  width: 100%;
}

.footer-contact button:hover {
  opacity: 0.9;
}

@media screen and (max-width: 992px) {
  .surroundings-img {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .surroundings-img {
    height: 200px;
  }

  .text-block {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .logoname {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .navbar a {
    text-align: center;
    padding: 10px 0px;
  }

  .navbar a:hover {
    background: rgba(244, 133, 176, 0.5);
    color: #FFF;
  }
}
@media screen and (max-width: 660px) {
  .copy {
    line-height: 40px;
  }
}
.image-container {
  background-image: url("../images/pageback.jpg");
  background-size: 100%;
  position: relative;
  height: 230px;
  margin-top: 120px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.text {
  background-color: rgba(255, 255, 255, 0.9);
  color: #4fab89;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  width: 60%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.aboutcontnt {
  padding: 60px 0px 60px;
  text-align: center;
  /*btn置中*/
}

.tab {
  float: left;
  width: 15%;
  min-height: 600px;
  -webkit-box-shadow: -1px 0px 4px #CCC;
          box-shadow: -1px 0px 4px #CCC;
  background-image: url(../images/tabmenuback.jpg);
  background-size: 100% 100%;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: #569f84;
  padding: 18px 15px;
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 17px;
  letter-spacing: 1px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #f6e0ae;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: rgba(237, 162, 182, 0.7);
  color: #FFF;
  font-weight: 900;
  border-bottom: 2px dashed #FFF;
}

/* Style the tab content */
.tabcontent {
  background-color: #FFF;
  float: left;
  border: 1px solid #DDD;
  width: 85%;
  border-left: none;
  min-height: 600px;
  padding: 20px;
}

.ac-title {
  font-size: 1.8rem;
  color: #ffb312;
  font-weight: 900;
  text-align: center;
}

.ac-title-line {
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 15px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px dashed #EEE;
}

td {
  text-align: left;
  padding: 16px;
  text-align: justify;
  word-break: break-all;
}

tr:nth-child(even) {
  background-color: #f6f6f6;
}

tr:nth-child(even) a:hover {
  color: #8a9a42;
}

.ac-idea-text1 {
  width: 100%;
  padding: 20px;
  letter-spacing: 2px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 32px;
  color: #4ba081;
}

.ac-idea-text2 {
  padding: 20px;
  letter-spacing: 2px;
  font-size: 1rem;
  text-align: center;
  line-height: 32px;
  color: #444;
}

.ac-features-text {
  width: 100%;
  background: #f1f1f1;
  padding: 20px;
  letter-spacing: 2px;
  font-size: 1.1rem;
  text-align: justify;
  line-height: 28px;
  color: #555;
}

.ac-features-content-title {
  width: 100%;
  padding: 20px;
  letter-spacing: 2px;
  font-size: 1.1rem;
  text-align: justify;
  line-height: 28px;
  color: #555;
  font-weight: 900;
}

.ac-features-content-text {
  width: 100%;
  padding: 0px 20px;
  letter-spacing: 2px;
  font-size: 1.1rem;
  text-align: justify;
  line-height: 32px;
  color: #555;
}

.ac-features-content-text i {
  font-size: 0.5rem;
  color: #ffb312;
}

.about-teacher-box {
  position: relative;
  margin-top: 20px;
}

.about-teacher-name img {
  width: 100%;
  -webkit-hyphens: 100%;
      -ms-hyphens: 100%;
          hyphens: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-teacher-name {
  width: 93%;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  text-align: center;
  line-height: 50px;
  font-size: 1.3rem;
  letter-spacing: 1px;
  color: #444;
}

.about-contactus label {
  color: #555;
  text-align: left;
}

.about-contactus input[type=text], .about-contactus textarea {
  width: 100%;
  padding: 10px;
  margin: 0px 0 20px 0;
  border: 1px solid #aaa;
  background: #fff;
  outline: none;
}

.about-contactus input[type=text]:focus {
  background-color: #ddd;
}

.about-contactus button {
  background-color: #85cfb4;
  color: white;
  padding: 10px 20px;
  margin-top: 15px;
  margin-left: 15px;
  border: none;
  cursor: pointer;
  float: right;
}

.about-contactus button:hover {
  opacity: 0.9;
}

.surroundingscontnt {
  padding: 60px 0 80px;
}

.surroundings-box {
  position: relative;
  margin-top: 20px;
}

.surroundings-box img {
  width: 100%;
  -webkit-hyphens: 100%;
      -ms-hyphens: 100%;
          hyphens: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.surroundings-name {
  width: 93%;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  text-align: center;
  line-height: 60px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #ED186b;
}

.parentlanguagecontnt {
  padding: 60px 0 80px;
}

.parentlanguage-list {
  height: auto;
  margin-top: 10px;
  line-height: 50px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  -webkit-box-shadow: 2px 2px 2px #EEE;
          box-shadow: 2px 2px 2px #EEE;
  text-align: center;
  font-weight: 900;
  background-image: url(../images/snowback.png);
}

.parentlanguage-list a {
  color: #f15f98;
}

.parentlanguage-list a:hover {
  text-decoration: none;
  color: #ed186b;
}

.parentlanguage-list:hover {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.billboardcontent {
  padding: 60px 0 80px;
}

.billboardpage-classbox {
  width: 100%;
  padding: 30px 0px;
}

.billboardpage-class-btn {
  background-color: #ED186B;
  color: white;
  padding: 10px 0px;
  border: none;
  cursor: pointer;
  width: 100px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  border: 4px solid #FFF;
  margin-bottom: 5px;
  text-align: center;
}

.billboardpage-class-btn:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.pagebox {
  margin-top: 60px;
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination a {
  color: #555;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.pagination a.active {
  background-color: #ED186B;
  color: white;
  text-decoration: none;
}

.pagination a:hover:not(.active) {
  background-color: #EEE;
  text-decoration: none;
  color: #ED186B;
}

.activitycontnt {
  padding: 60px 0 80px;
}

.lockimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: auto;
  opacity: 0.2;
  -o-object-fit: contain;
     object-fit: contain;
}

.lockimg:hover {
  opacity: 0.2;
}

.activitypage-title {
  width: 70%;
  margin: auto;
  background-image: url(../images/activitypage.png);
  background-size: 50%;
  border-radius: 10px;
  padding: 15px 0px;
  margin-bottom: 20px;
}

.activitypage-title h4 {
  text-align: center;
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 1.8rem;
  color: #be850e;
  margin-top: 20px;
}

.activitypage-title p {
  text-align: center;
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 1rem;
  color: #666;
}

.activitypage-class {
  width: 70%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
  color: #ed186b;
  font-size: 0.9rem;
}

.activitypage-tab {
  float: left;
  width: 15%;
  min-height: 600px;
  -webkit-box-shadow: -1px 0px 4px #CCC;
          box-shadow: -1px 0px 4px #CCC;
  background-image: url(../images/tabmenuback.jpg);
  background-size: 100% 100%;
}

/* Style the buttons inside the tab */
.activitypage-tab button {
  display: block;
  background-color: inherit;
  color: #569f84;
  padding: 18px 15px;
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.activitypage-tab button:hover {
  background-color: #f6e0ae;
}

/* Create an active/current "tab button" class */
.activitypage-tab button.active {
  background-color: rgba(237, 162, 182, 0.7);
  color: #FFF;
  font-weight: 900;
  border-bottom: 2px dashed #FFF;
}

/* Style the tab content */
.activitypage-tabcontent {
  background-color: #FFF;
  float: left;
  border: 1px solid #DDD;
  width: 85%;
  border-left: none;
  min-height: 600px;
  padding: 20px;
}

.activitypage-imgbox {
  margin: 15px 0px 5px;
}

.activitypage-imgbox img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#myImg {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 2px 2px 3px #DDD;
          box-shadow: 2px 2px 3px #DDD;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff !important;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.close:hover, .close:focus {
  color: #fff;
  font-size: 50px;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.embed-responsive {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.contactbookcontnt {
  padding: 60px 0 80px;
}

.contactbook-form {
  border: 2px dashed #85cfb4;
  padding: 30px 30px 200px;
  background-image: url(../images/contactbookback.png);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.contactbook-form input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contactbook-form input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.contactbook-label {
  font-size: 1.1rem;
  color: #333;
}

.contactbook-btn {
  background-color: #ffb312;
  color: white;
  padding: 14px 20px;
  margin: 15px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

.contactbook-btn:hover {
  opacity: 0.9;
}

.billboardpage {
  padding: 60px 0 80px;
}

.bp-class {
  width: 200px;
  height: 35px;
  padding: 0px 10px;
  background: #85cfb4;
  text-align: center;
  line-height: 35px;
  font-size: 0.9rem;
  color: #FFF;
  -webkit-box-shadow: 2px 2px 3px #DDD;
          box-shadow: 2px 2px 3px #DDD;
}

.bp-title {
  width: 90%;
  height: 90px;
  line-height: 30px;
  font-size: 1.5rem;
  color: #4f8773;
  text-align: center;
  font-weight: 900;
  letter-spacing: 1px;
  margin: auto;
  padding-top: 30px;
}

.bp-title i {
  color: #EDA2b6;
}

.bp-img {
  width: 70%;
  height: auto;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.bp-content {
  width: 65%;
  height: auto;
  margin: auto;
  margin-top: 15px;
  letter-spacing: 2px;
  text-align: justify;
  line-height: 30px;
  font-size: 1.1rem;
  color: #555;
}

.bp-allsmalltitle {
  width: 70%;
  height: auto;
  margin: auto;
  margin-top: 15px;
  letter-spacing: 2px;
  text-align: left;
  line-height: 30px;
  font-size: 1.1rem;
  color: #999;
  border-bottom: 1px dashed #CCC;
  padding: 10px 0px;
}

.bp-allsmalltitle i {
  font-size: 0.7rem;
  color: #ffb312;
}

.bp-text p {
  width: 65%;
  height: auto;
  margin: auto;
  margin-top: 15px;
  letter-spacing: 2px;
  text-align: justify;
  line-height: 30px;
  font-size: 1rem;
  color: #555;
}

.bp-text a:hover {
  text-decoration: none;
}

.bp-text a:hover p {
  color: #000;
}

.bp-date {
  width: 70%;
  height: auto;
  margin: auto;
  margin-top: 30px;
  letter-spacing: 2px;
  text-align: right;
  line-height: 30px;
  font-size: 1rem;
  color: #ffb312;
  font-weight: 900;
}

.backfront {
  width: 70%;
  margin: auto;
  text-align: right;
}

.backfront button {
  width: 100px;
  height: 40px;
  background-color: #85cfb4;
  line-height: 35px;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  color: #FFF;
  margin: auto;
  margin-top: 30px;
}

.backfront button:hover i {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
  transition: -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (max-width: 992px) {
  .bp-img {
    width: 100%;
  }

  .bp-title {
    width: 100%;
  }

  .bp-content {
    width: 95%;
  }

  .bp-allsmalltitle {
    width: 100%;
  }

  .bp-text p {
    width: 100%;
  }

  .bp-date {
    width: 100%;
  }

  .backfront {
    width: 100%;
  }
}
.birthday {
  padding: 60px 0 80px;
}

.birthday-td {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 1px;
  background-image: url(../images/birthdayback.png);
  background-size: 7%;
  background-repeat: no-repeat;
}

.birthday-td a {
  color: #50a586;
}

.birthday-td i {
  color: #ffb312;
}

.birthday-td a:hover {
  color: #Ed186b;
  text-decoration: none;
}