body {
  padding-top: 50px; /* 50px to make the container go all the way to the bottom of the topbar */
}

.navbar .navbar-brand {
  color: #ffd204;
  font-family: "Source Sans Pro", sans-serif;
}

.bg-dark {
  background-color: #231f20;
}
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5,
.bg-dark p {
  color: white;
}

html.fullscreen {
  height: 100%;
}
html.fullscreen body {
  height: 100%;
  position: relative;
}
html.fullscreen #copy-right {
  position: fixed;
  bottom: 0;
  width: 100%;
}

#slogan {
  text-align: center;
  background-color: #ffd204;
  padding-top: 50px;
}
#slogan #logo-div {
  width: 210px;
  height: 145px;
  display: inline-block;
  position: relative;
  background-color: #231f20;
  vertical-align: middle;
}
#slogan #logo-div span {
  color: #ffd204;
  position: absolute;
  bottom: 5px;
  right: 8px;
  font-size: 26px;
  font-family: "Source Sans Pro", sans-serif;
}
#slogan p {
  margin: 30px 0 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  line-height: 15px;
  color: #231f20;
}

/* main content wrapper of index page */
.introduction h1, .contact-form h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  max-width: 620px;
  margin: 65px auto 40px;
}
.introduction .container, .contact-form .container {
  background-position: center bottom;
  background-repeat: no-repeat;
}

.introduction {
  min-height: 335px;
  text-align: center;
}
.introduction.introduction-a {
  background-color: #231f20;
}
.introduction.introduction-a h1, .introduction.introduction-a p {
  color: #ffffff;
}
.introduction.introduction-a .container {
  background-image: url("../img/toronto-silhouette.png");
}
.introduction.introduction-b {
  background-color: #ffd204;
}
.introduction.introduction-b h1, .introduction.introduction-b p {
  color: #231f20;
}
.introduction.introduction-b .container {
  background-image: url("../img/taipei-silhouette.png");
}
.introduction p {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto 10px;
}
.introduction p:last-child {
  margin-bottom: 30px;
}
.introduction .container {
  min-height: 335px;
}

#projects-section {
  background-color: #231f20;
}
#projects-section h3 {
  font-size: 30px;
  font-family: "Source Sans Pro", sans-serif;
}
#projects-section p, #projects-section a {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
}
#projects-section #projects-title {
  width: 100%;
  position: absolute;
  text-align: center;
  color: white;
  padding-top: 10px;
}
#projects-section .item-content {
  color: white;
  text-align: center;
  margin-top: 100px;
  margin-left: 20%;
  margin-right: 20%;
  padding-bottom: 50px;
}

#our-service-section {
  background-color: #ffd204;
}
#our-service-section h3 {
  color: #231f20;
  font-size: 30px;
  font-family: "Source Sans Pro", sans-serif;
}
#our-service-section p {
  color: #231f20;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
}
#our-service-section .item-content {
  color: #231f20;
  text-align: center;
  margin-top: 65px;
  margin-left: 20%;
  margin-right: 20%;
  padding-bottom: 50px;
}
#our-service-section .carousel-indicators li {
  border-color: #231f20;
}
#our-service-section .carousel-indicators li.active {
  background-color: #231f20;
}

.contact-form {
  text-align: center;
  background-color: #231f20;
  min-height: 575px;
}
.contact-form .container {
  min-height: 575px;
  background-image: url("../img/sf-silhouette.png");
}
.contact-form h1 {
  color: #ffffff;
}
.contact-form form {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
}
.contact-form .errorlist {
  list-style: none;
  padding-left: 12px;
  text-align: left;
  color: #d9534f;
}
.contact-form .form-group {
  font-size: 16px;
  position: relative;
}
.contact-form .form-group .errorlist {
  margin-bottom: 5px;
}
.contact-form input, .contact-form textarea, .contact-form button[type=submit] {
  border: none;
  background: none;
  position: relative;
  z-index: 20;
  color: #c2c2c2;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
}
.contact-form input, .contact-form button[type=submit] {
  height: 40px;
}
.contact-form textarea {
  height: 150px;
  margin-bottom: 25px;
  resize: none;
}
.contact-form .background {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0.8;
  z-index: 10;
}
.contact-form .input-background {
  height: 40px;
  background-color: #393637;
}
.contact-form .textarea-background {
  height: 150px;
  background-color: #393637;
}
.contact-form .submit-background {
  height: 40px;
  background-color: #636363;
}

#copy-right {
  text-align: center;
  background-color: #ffd204;
  padding: 5px 0;
  z-index: 9999;
}
#copy-right p {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  color: #5f6062;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #slogan {
    /* increase top padding in larger device. */
    padding-top: 150px;
  }
}
#site-information {
  height: 100%;
  padding-bottom: 28px;
}
#site-information .container {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: table;
  padding-bottom: 28px;
}
#site-information .container.bg-sf {
  background-image: url("../img/sf-silhouette.png");
}
#site-information .container.bg-toronto {
  background-image: url("../img/toronto-silhouette.png");
}
#site-information .context-wrap {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  #site-information .context-wrap > p {
    margin: 0 70px;
  }
}
#site-information .price-tab {
  text-align: center;
}
#site-information .table {
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  font-weight: lighter;
  letter-spacing: 1px;
}
#site-information .table ul {
  padding: 0 0 0 20px;
}
#site-information .contact-box {
  max-width: 200px;
  margin: 20px auto 20px auto;
  text-align: center;
}
#site-information .sub-desc {
  font-size: 0.8em;
  font-weight: 100;
}
#site-information .info {
  display: none;
}
#site-information .info h3 {
  text-align: center;
  font-weight: 100;
  letter-spacing: 3px;
  margin: 30px 0;
}
#site-information .info.active {
  display: block;
}
#site-information .show-btn {
  color: #ffd204;
  border: 1px solid #ffd204;
  font-size: 100%;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  padding: 0.3em 0.5em;
  line-height: 1.5;
  display: block;
}
#site-information .show-btn:hover {
  color: #fff;
  background: #ffd204;
}
#site-information .show-btn.active {
  color: #fff;
  background: #ffd204;
}
#site-information .info.product {
  text-align: center;
}
#site-information .action-btn {
  color: #000;
  background: #c2c2c2;
  border: 1px solid #c2c2c2;
  font-size: 100%;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  padding: 0.3em 0.5em;
  line-height: 1.5;
  display: block;
}
#site-information .action-btn:hover {
  color: #fff;
}
#site-information h1 {
  font-family: "Noto Sans", sans-serif;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}
#site-information p, #site-information a {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
}

#hiring h1 {
  margin-top: 35px;
}
#hiring {
  height: 100%;
  padding-bottom: 28px;
}
#hiring .container {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: table;
  padding-bottom: 28px;
}
#hiring .container.bg-sf {
  background-image: url("../img/sf-silhouette.png");
}
#hiring .container.bg-toronto {
  background-image: url("../img/toronto-silhouette.png");
}
#hiring #detail p {
  font-size: 16px;
}
#hiring #detail #apply-btn {
  font-size: 16px;
  position: relative;
  width: 300px;
}
#hiring #detail #apply-btn a {
  background: none;
  border: none;
  color: #c2c2c2;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  height: 40px;
  position: relative;
  z-index: 20;
}
#hiring #detail #apply-btn .background {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0.8;
  z-index: 10;
  height: 40px;
  background-color: #393637;
}
#hiring #hiring-form {
  max-width: 650px;
}
#hiring #hiring-form label {
  color: #d6d6d6;
  line-height: 40px;
  font-size: 16px;
}
#hiring #hiring-form input[type=text], #hiring #hiring-form input[type=email], #hiring #hiring-form input[type=file], #hiring #hiring-form button[type=submit], #hiring #hiring-form textarea {
  background: none;
  border: none;
  color: #c2c2c2;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  position: relative;
  z-index: 20;
}
#hiring #hiring-form input[type=text], #hiring #hiring-form input[type=email], #hiring #hiring-form button[type=submit], #hiring #hiring-form input[type=file] {
  height: 40px;
}
#hiring #hiring-form textarea {
  height: 80px;
  width: 100%;
}
#hiring #hiring-form .form-group {
  font-size: 16px;
  position: relative;
}
#hiring #hiring-form .form-group .errorlist {
  margin-bottom: 5px;
}
#hiring #hiring-form .errorlist {
  list-style: none;
  padding-left: 0;
  text-align: left;
  color: #d9534f;
}
#hiring #hiring-form .background {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0.8;
  z-index: 10;
}
#hiring #hiring-form .input-background {
  height: 40px;
  background-color: #393637;
}
#hiring #hiring-form .textarea-background {
  height: 80px;
  background-color: #393637;
}
#hiring #hiring-form .submit-background {
  height: 40px;
  background-color: #636363;
}
#hiring #hiring-form .radio li {
  list-style: none;
}
#hiring #hiring-form .radio input[type=radio] {
  margin-top: 13px;
}