/* Colors for my Website */
body {
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}
html {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 650px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 14px;
  }
}
.container {
  position: relative;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}
.row {
  margin: 0;
}
.clear {
  clear: both;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
@media (max-width: 500px) {
  .col-xs-12 {
    padding: 0;
  }
}
h2 {
  font-size: 2.22222222rem;
  font-weight: 600;
  line-height: 2.5rem;
  margin-top: 2.66666667rem;
  margin-bottom: 2.22222222rem;
  text-align: center;
  letter-spacing: -1px;
  color: #353535;
}
.button-ghost,
.button-ghost:link,
.button-ghost:visited {
  font-size: 22px;
  font-weight: 400;
  line-height: 47px;
  display: inline-block;
  width: auto;
  min-width: 12.77777778rem;
  min-height: 55px;
  margin-top: 2.72222222rem;
  margin-bottom: 2.72222222rem;
  padding: 0 1.38888889rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #ffe29b;
  border-radius: 5px;
  background-color: transparent;
}
@media (max-width: 500px) {
  .button-ghost,
  .button-ghost:link,
  .button-ghost:visited {
    font-size: 18px;
  }
}
.button-ghost:hover {
  text-decoration: none;
  color: #584515;
  background-color: #ffe29b;
}
.button-ghost:active {
  margin-top: 2.83333333rem;
  margin-bottom: 2.61111111rem;
  text-decoration: none;
}
/*start header*/
.header {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background: #401a4a;
  background: -moz-radial-gradient(center, ellipse cover, #401a4a 0%, #2b1332 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #401a4a), color-stop(100%, #2b1332));
  background: -webkit-radial-gradient(center, ellipse cover, #401a4a 0%, #2b1332 100%);
  background: -o-radial-gradient(center, ellipse cover, #401a4a 0%, #2b1332 100%);
  background: -ms-radial-gradient(center, ellipse cover, #401a4a 0%, #2b1332 100%);
  background: radial-gradient(ellipse at center, #401a4a 0%, #2b1332 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#401a4a', endColorstr='#2b1332', GradientType=1);
}
.header .contact {
  text-align: right;
  margin-right: 1.11111111rem;
  margin-bottom: 35px;
  position: relative;
}
.header .contact img {
  position: absolute;
  left: 26px;
  top: 0px;
  width: auto;
  height: auto;
}
@media (max-width: 400px) {
  .header .contact img {
    width: 27%;
  }
}
.header .contact img:hover {
  cursor: pointer;
}
.header .contact p {
  display: inline-block;
  font-size: 0.88888889rem;
  line-height: 1.61111111rem;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
  padding: 0 6px;
  text-align: right;
}
.header .contact p a {
  font-size: 1.27777778rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.66666667rem;
  text-decoration: none;
}
.header .contact p a:hover {
  color: #fff;
}
.header h1 {
  font-size: 3.61111111rem;
  font-weight: 600;
  line-height: 3.61111111rem;
  margin: 1.11111111rem auto 2.77777778rem;
  text-align: center;
  max-width: 650px;
  color: #ffe29c;
}
.header p {
  font-size: 1.38888889rem;
  line-height: 2rem;
  margin-bottom: 3px;
  font-weight: 300;
  text-align: center;
  color: #fff;
}
.header .button-ghost {
  width: 283px;
  height: 60px;
  line-height: 52px;
}
.people {
  padding-bottom: 3.05555556rem;
}
.people .col-xs-12 {
  margin-top: 1.66666667rem;
}
.people .col-xs-12 p {
  color: #353535;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.11111111rem;
  font-weight: 400;
}
.people .button-ghost {
  font-size: 0.91666667rem;
  color: #5a6778;
  width: 219px;
  border: 1px solid #aabcd3;
  margin-top: 25px;
  min-height: 0;
  height: 44px;
  line-height: 41px;
}
.people .button-ghost:hover {
  color: #5a6778;
  background-color: #aabcd3;
}
.people .button-ghost:active {
  margin-top: 1.5rem;
  margin-bottom: 2.61111111rem;
}
.people .blue {
  margin-top: 1.66666667rem;
  padding: 2.5rem 1.11111111rem;
  background: #e5ebf3;
}
.people .blue p {
  color: #353535;
  font-size: 1.11111111rem;
  line-height: 1.88888889rem;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 768px) {
  .people img {
    display: block;
    margin: 0 auto;
  }
}
/* <------------START ABOUT-TCEH ------------> */
.about-tceh {
  background-color: #3a4146;
}
.about-tceh .platform .row {
  max-width: 650px;
  margin-top: 2.55555556rem;
  margin-left: auto;
  margin-right: auto;
}
.about-tceh .platform .col-sm-9 {
  padding-left: 19px;
}
.about-tceh .platform h3 {
  /*23px*/
  font-size: 1.353rem;
  font-weight: 600;
  /*26px*/
  line-height: 1.529rem;
  letter-spacing: -1px;
  color: #fff;
}
.about-tceh .platform {
  margin: 20px auto;
}
.about-tceh .platform p {
  /*17px*/
  font-size: 1rem;
  /*26px*/
  line-height: 1.529rem;
  color: #fff;
}
.about-tceh h4 {
  /*23px*/
  font-size: 1.353rem;
  font-weight: 600;
  /*26px*/
  line-height: 1.529rem;
  margin: 2.3rem 0 2.6rem;
  text-align: center;
  color: #68737b;
}
.about-tceh .other .row {
  width: 100%;
  margin-bottom: 3.8rem;
}
.about-tceh .other .row img {
  max-width: 100%;
}
.about-tceh .platform .col-sm-3 {
  margin-bottom: 20px;
}
.about-tceh .other .col-sm-4 {
  text-align: center;
}
.about-tceh .other .col-sm-4:nth-of-type(1) {
  padding-top: 8px;
}
.about-tceh .other .col-sm-4:nth-of-type(3) {
  padding-top: 5px;
}
@media screen and (max-width: 900px) {
  .about-tceh .other .col-sm-4 {
    width: 100%;
    margin: 18px 0;
  }
  .about-tceh h4 {
    margin: 2rem 0 .2rem;
  }
}
/* <------------END ABOUT-TCEH ------------> */
/* <------------START FOOTER ------------> */
.footer {
  background-color: #262c30;
}
.footer .row {
  height: 125px;
}
.footer .col-sm-4 {
  padding-top: 2.353rem;
}
.footer .col-sm-2,
.footer .col-sm-3,
.footer .col-sm-1 {
  padding: 3.235rem 0 0 ;
}
.footer .col-sm-4 a {
  /*23px*/
  font-size: 1.353rem;
  font-weight: 600;
  /*26px*/
  line-height: 1.529rem;
  text-decoration: none;
  color: #fff;
}
.footer .col-sm-4 p {
  /*14px*/
  font-size: .824rem;
  /*26px*/
  line-height: 1.529rem;
  color: #fff;
}
.footer .col-sm-3 {
  text-align: right;
}
.footer .col-sm-2 a {
  /*14px*/
  font-size: .824rem;
  /*26px*/
  line-height: 1.529rem;
  text-decoration: underline;
  color: #636d75;
}
.footer .col-sm-2 a:hover {
  color: #768189;
}
.footer .col-sm-3 {
  padding-right: 18px;
}
@media screen and (max-width: 900px) {
  .footer {
    padding-bottom: 1.66666667rem;
  }
  .footer .col-sm-4 {
    width: 100%;
  }
  .footer .col-sm-3,
  .footer .col-sm-2,
  .footer .col-sm-1 {
    width: 25%;
  }
  .footer .col-sm-3,
  .footer .col-sm-1 {
    text-align: center;
  }
  .footer .col-xs-6,
  .footer .col-xs-3 {
    margin: 0;
    padding: 0;
  }
  .footer .col-xs-6 {
    width: 50%;
    margin-top: 1rem;
    text-align: center;
  }
  .footer .col-xs-12 {
    padding-top: 1.5rem;
    text-align: center;
  }
}
/* <------------END FOOTER ------------> */
