div.entrance-top-img {
  width: 96%;
  text-align: center;
  margin: 0 1em;
}
div.entrance-top-img img {
  margin: 0 auto;
  width: 100%;
}

div.ent-page-subtitle .page-subtitle-text {
  width: 100%;
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 0.0em;
  color: #DAA520;
}

div.ent-subtitle-line{
  border-bottom: medium solid #DAA520;
  margin: 0.5em 0;
}
div.ent-signup-button{
  text-align: center;
}
div.ent-signup-button button.next-triangle-button {
    font-size: 1.1em;
    background-color: #EF858C;
    border: 0.1em solid #DB5673;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    width: 30em;
    text-align: center;
    text-shadow: rgba(0,0,0,0.30) 0 0 0.10em;
}
div.ent-signup-button button.next-triangle-button:hover {
    border: 0.1em solid rgb(188, 99, 99);
}
div.ent-signup-button button.next-triangle-button table {
    width: 100%;
}
div.ent-signup-button button.next-triangle-button table td {
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px;
}
div.ent-signup-button button.next-triangle-button td.triangle-td {
    text-align: right;
    width: 20%;
}

div.ent-signup-button button.next-triangle-button div.triangle {
    float: right;
    text-align: right;
    width: 1.0em;
    height: 1.0em;
    background-image: url(../img/icon/icon_next.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: transparent;
}
div.ent-signup-button button.next-triangle-button td.left {
    text-align: center;
    width: 80%;
    padding-left: 20%;
}
div.ent-signup-button button.longtext-triangle-button td.left {
    padding-left: 5%;
    padding-right: 0em;
}
div.ent-signup-button button.longertext-triangle-button td.left {
    padding-left: 5%;
    padding-right: 0em;
    font-size: 0.9em;
}
div.ent-signup-button button.next-triangle-button .triangle-text {
    display: none;
}

div.content button.next-triangle-button2 {
    background-color: #FF8861;
    border: 0.1em solid #DB5673;
}
div.content button.next-triangle-button2:hover {
    border: 0.1em solid rgb(188, 179, 99);
}

.ent-partner-button {
    width:100%;
    height:auto;
    margin:1em 0;
}
.ent-partner-button .deli {
    width:40%;
    padding:0 40px;
    float:left;
}
.ent-partner-button .efraiends {
    width:40%;
    padding:0 40px;
    float:left;
}
.ent-partner-button:after {
  display: block;
  clear: both;
  content: "";
}

div.content button.next-triangle-button2 {
    background-color: #FF8861;
    border: 0.1em solid #DB5673;
}
div.content button.next-triangle-button2:hover {
    border: 0.1em solid rgb(188, 179, 99);
}
div.content button.next-triangle-button.btn2 {
    background-color: #EF855C;
    border: 0.1em solid #DB5673;
}

div.ent-txt{
  margin: 0.5em 0 0.5em 1em;
}
div.ent-qa{
  margin: 0 0 0 0;
}
div.ent-question{
  color: rgb(166, 125, 63 );
  font-weight: bold;
  padding: 0 0 0.2em 0.5em;
}
div.ent-answer{
  padding: 0 0 1.5em 0.5em;
}

div.contact-info {
    border: 2px solid #ea921c;
    text-align: center;
    margin: 1em 1em 1em 1em;
    background-color: white;
    border-radius: 0.4em;
}
div.footer-content div.contact-info {
  color: #ea921c;
  font-size: 1.5em;
  padding-top: 0.5em;
}

@media (max-width: 600px) {
  div.entrance-top-img {
    width: 92%;
  }
  div.ent-page-subtitle .page-subtitle-text {
    white-space: wrap;
    width: 100%;
  }
  div.ent-signup-button button.next-triangle-button {
    width: 16em;
  }
  .ent-partner-button .deli {
    width:100%;
    padding:0 0 20px 0;
  }
  .ent-partner-button .efraiends {
    width:100%;
    padding:0;
  }
}
