body {
  margin: 0px;
  background-color: #1cbbb4
}

table {
  margin-top: 75px;
}

table h1 {
  line-height: inherit;
  height: inherit;
}

table td {
  vertical-align: top;
}

.top-row {
  border-bottom: 1px dashed gray;
}

.padding-left {
  padding-left: 50px;
  width: 40%;
}

.wrapper {
  min-width: 200px;
  max-width: 1064px;
  margin: 0px auto;
}

.wrapper-gray {
  min-width: 200px;
  max-width: 1064px;
  margin: 0px auto;
  background-color: #d6d6d7;
}

#header {
  width: 100%;
  height: 100%;
  max-height: 60px;
  top: 0;
  background-color: white;
}

.silkie-container {
  position: relative;
  z-index: 500;
  width: auto;
  float: left;
  height: auto;
}

h1,
.text-logo {
  display: inline-block;
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 26px;
  color: #a80546;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  width: 130px;
  text-align: center;
}

.float-left {
  float: left;
}

.nav-link {
  display: inline-block;
  font-family: Helvetica, Arial, Sans-Serif;
  color: #a80546;
  text-decoration: none;
  padding: 0px 18px;
  line-height: 60px;
}

#index-main {
  height: 550px;
  display: block;
  width: 100%;
}

.slogan {
  padding: 150px 0px 40px 400px;
  max-width: 600px;
}

.big-mid-header {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: #d6d6d7;
}

.small-mid-header {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #d6d6d7;
}

.big-focal-header {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 45px;
  color: white;
}

.small-focal-header {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: white;
}

#index-main img {
  margin: 40px 20px 0px -30px;
}

.left-column {
  background-color: #d6d6d7;
  min-width: 100px;
  max-width: 250px;
  height: auto;
}

.section-container {
  float: left;
  width: 150px;
  background-color: #d6d7d7;
  padding: 50px 0px 115px 50px;
  margin-top: -45px;
}

.detail {
  padding: 15px 0px 40px 0px;
  margin-left: 100px;
  float: left;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  width: 300px;
}

#second-tier .detail {
  padding: 40px 0px 24px 0px;
}

.detail span {
  display: inline-block;
  padding-top: 15px;
}

.index-bottom {
  border-bottom: 1px dashed gray;
}

#second-tier .section-container {
  margin-top: 0px;
}

.contact {
  text-align: left;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #a80546;
}

@media (max-width:;
1024px) {
  .detail-container {
    width: 80%;
  }
  .detail {
    width: 30%;
  }
}

@media (max-width: 600px),
only screen and (min-device-width: 320px) and (max-device-width: 600px) {
  .padding-left {
    padding-left: 0px;
    width: 100%;
  }
  .text-logo {
    float: left;
  }
  #navigation {
    float: left;
  }
  #index-main {
    float: left;
    height: auto;
    padding-bottom: 30px;
  }
  .slogan {
    float: left;
    padding: 40px 10px 25px 10px;
  }
  #index-main img {
    width: 100%;
    text-align: center;
    padding: 40px 20px 0px 10px;
  }
  .section-container {
    margin-top: 0px;
    width: 100%;
    padding: 0px;
    float: center;
    text-align: center;
  }
  .detail {
    padding: 40px 15px;
    margin-left: 0px auto;
    float: none;
    max-width: auto;
    min-width: auto;
    text-align: center;
  }
  #second-tier br {
    display: none;
  }
  #second-tier .detail {
    max-width: 150px;
    padding: 40px 15px;
    margin: 0px auto;
  }
}
