@import url("css/navigation.css");

html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,small,sub,b,dl,dd,dt,ol,ul,li,label,article,details,footer,header,menu,nav,input,textarea,select {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}

html, body {
  font-family: "Avenir", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  height: 100%;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeSpeed;
  font-family: "Montserrat", "Avenir", "Open Sans", sans-serif;
  font-weight: 600;
}

h2 {
  margin-bottom: 15px;
}

h2 span{
  font-weight: 400;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 75px 20px 55px;
  width: 1600px;
}

.no-padding {
  padding: 0 !important;
}

a {
  color: #333;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
     -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
      -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
       -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
          transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
}

a:focus, a:hover {
  color: #8A7EFE;
  text-decoration:none;
}

li {
  list-style:none;
}


.section-title {
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}

/* Home */

#home {
  background: url(images/background.png) no-repeat fixed center;
  background-color: #8A7EFE;
  background-size: cover;
  color: #fff;
  height: 100%;
  width: 100%;
}

#home .container > div:first-child {
  margin: 5% 0;
}

#home .container {
  padding: 12.5% 10%;
  text-align: left;
}

#home p {
  line-height: 30px;
  margin: 20px 0;
}

#home a {
  margin-left: 20%;
}

/* How It Works Section */

#howitworks {
  background-color: #fff;
  text-align: center;
}

#howitworks .container {
  padding-bottom: 0;
}

#howitworks .section-title {
  margin-bottom: 25px;
}

#howitworks .section {
  height: 470px;
}

#howitworks.entityDetails {
  height: 150px;
}

.entityPhoto {
  height: 260px;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}

#howitworks .entityPhoto {
  height: 400px;
}


/* Furniture Section */

#furniture {
  background-color: #8A7EFE;
  text-align: center;
}

#furniture img {
  max-height: 101px;
  padding: 15px 0;
}


/* Examples Section */

#samplespaces {
  background-color: #fff;
}

#slider {
  width: 80%;
  background-color: #2d2d2d;
  padding-left: 100px;
}


/* Get Your Home Designed Section */

#yourhome {
  background-color: #7DE2D1;
  text-align: center;
}


/* Press Section */

#press {
  background-color: #fff;

}

#press img {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: center;
}

#press img {
  padding: 15px 0;
}



/* Download Section */

.download {
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  color: #fff;
}

.download .container {
  padding: 75px 25px;
}

.download .container >div:nth-child(3) {
  margin-top: 25px;
}

.wantAndroid {
  color: #fff;
  font-size: 14px;
}

/* Legal Section */
.legal h1 {
  color: #8A7EFE;
}

.legal h3 {
  margin-bottom: 0.5em;
}

.legal p, .legal ol, .legal ul {
  padding-bottom: 1em;
  text-align: justify;
}

.legal li {
  margin-left: 30px;
  padding-left: 5px;
}

.legal ol li {
  list-style: decimal;
}

.legal ul li {
  list-style: disc;
}

/* Deeplink Section */

.deeplink {
  background: url(images/background.png) no-repeat fixed center;
  background-color: #8A7EFE;
  background-size: cover;
  color: #fff;
  height: 100%;
  text-align: center;
}

.deeplink h1 {
  margin-top: 50px;
}

/* General */

.entity p {
}

.entityPhoto {
  height: 260px;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}

.entityDetails {
  padding-top: 25px;
  padding: 20px;
  text-align: center;
}

.entityDetails h4 {
  margin-bottom: 18px;
}

.entityDetails h5 {
  font-family: "Avenir", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
}

.entityDetails p {
  color: #696969;
}

#howitworks .entityPhoto {
  height: 257px;
  }

/* Footer */

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  font-size: 14px;
  padding: 20px;
  width: 100%;
  background-color: #8A7EFE;
  color: #fff;
}

footer h4 {
  color: #fff;
  font-family: "Montserrat", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 1em;
}

footer p {
  line-height: 25px;
}

footer li {
  display: inline-block;
  font-size: 2em;
}

.subscription {
  text-align: right;
}

footer .container > div {
  padding-top: 25px;
}

footer .icon {
  color: #7DE2D1;
}

/* Android */

#android {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

#android .overlay {
  background: rgba(0,0,0,0.4);
  height: 100%;
}

#android section {
  bottom: 0;
  left: 0;
  padding: 15%;
  position: fixed;
  right: 0;
  top: 0;
}

#android .container {
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  width: auto;
}

#android .container > div {
  padding-top: 15px;
}

#android .subscription {
  padding: 20px 15px 30px;
}

#android h4 {
  margin-bottom: 25px;
}

#android .subscribe {
  text-align: center;
  vertical-align: center;
}

/* CTA */

#ctaSubscribe {
  background: #f1f1f1;
  border-radius: 16px;
  bottom: 0;
  display: none;
  height: 180px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1000;
  background-color: #fff;
}

#ctaSubscribe h4 {
  margin: 20px;
}

#ctaSubscribe .container {
  width: 300px;
}

#ctaSubscribe .subscribe {
  text-align: center;
}

#ctaSubscribe .button {
  margin: 15px 0;
}

#ctaSubscribe .email {
  width: 80%;
}

#closeCta {
  margin: 16px 0;
}

/* Contact */

.success, .error {
	display: none;
  font-weight: bold;
  text-align: center;
}

.success p {
  color: #77b054;
  text-align: center;
}

.error p {
  color: #f00;
  text-align: center;
}

.subscribe {
  text-align: right;
}

.subscribe .button {
  background-color: #7DE2D1;
  border: 1px solid #7DE2D1;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  -moz-border-top-right-radius: 21px;
  -moz-border-bottom-right-radius: 21px;
  -webkit-border-top-right-radius: 21px;
  -webkit-border-bottom-right-radius: 21px;
  color: #fff;
  cursor: pointer;
  height: 42px;
  letter-spacing: 0.3px;
  margin: 10px 0;
  padding: 0 20px;
  margin-left: 0px;
}

.subscribe .email {
  border: 0px solid #fff;
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
  -moz-border-top-left-radius: 21px;
  -moz-border-bottom-left-radius: 21px;
  -webkit-border-top-left-radius: 21px;
  -webkit-border-bottom-left-radius: 21px;
  color: #363636;
  background-color: #fff;
  height: 42px;
  min-width: 250px;
  padding: 0 20px;
  margin-right: 0px;
}

input.button:hover {
  background-color: #7BDECD;
  border-color: #7BDECD;
}

.socialmedia {
  padding: 0 5px;
  width: 53px;
}

/* Responsive */

@media (max-width: 1700px) {
  .container {
    width: 1600px;
  }

  #home h1 {
    font-size: 45px;
  }
}

@media (max-width: 1600px) {
  .container {
    width: auto;
  }

  #home h1 {
    font-size: 45px;
  }
}

@media screen and (max-width: 768px) {
  #home {
    height: auto;
  }

  #android section {
    padding: 33% 10%;
  }

  .subscribe .email {
    min-width: 200px;
  }
}

@media screen and (max-width: 320px) {
  .container {
    padding: 100px 15px;
  }
}