* {
    margin: 0;
    padding: 0;
}

.fullheight {
  height: 100%;
}

body {
  background-color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

a {
  color: #000000;
  font-style: italic;
}

a:hover {
  color: #707070;
  text-decoration: underline;
}

header {
  position: absolute;
  z-index: 1000;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

#s1 {
  padding-top: 90px;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.photo {
  height: 100%;
  background-image: url('../images/header.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -170px;
}

#head-products {
  position: absolute;
  width: 60%;
  left: 50%;
  top: 100px;
}

#head-products img{
  width: 100%;
  margin: 0px;
}

#s1-left {
  padding-right: 0;
  padding-left: 0;
}

.logo-sm {
  display: inline;
  max-width: 300px;
}

.brand img{
  margin-left: 70px!important;
  max-width: 150px;
}

.box {
  padding-left: 80px;
  padding-right: 80px;
}

.txtbox {
  vertical-align: bottom;
  line-height: 1.4;
}

.txtbox1{
  font-size: 2.2vw;
  color: #C1AC5E;
}

.txtbox2{
  font-size: 1.8vw;
  color: #707070;

}


.text{
  width: 100%;
  margin: 20px;
  border-bottom: 1px solid black;
}


.cont5{
  margin-top: 30px;
  font-size: 30px;
  color: #707070;
}


/* Form */

.emailfield {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1 solid #000000;
}

::placeholder {
  color: #707070;
  opacity: 1;
  font-style: italic;
  font-size: 28px;
}

.box > div {
  padding-bottom: 4%;
}

.form-row {
  padding-bottom: 10px;
}

.form-check {
  padding-left: 0 !important;
}

.form-check-input {
  margin-left: 0 !important;
}

.form-check-label {
  margin-left: 1.25em !important;
}

.btn-container {
  text-align: center;
}

.btn {
  border-radius: 30px;
  font-size: 32px !important;
  width: 80%;
}

.btn-success {
    color: #ffffff;
    background-color: #C1AC5E;
    border-color: #C1AC5E;
}

.btn-success:hover {
  background-color: #522a44;
  border-color: #522a44;
}

.btn-success:active {
  background-color: #C1AC5E !important;
  border-color: #C1AC5E !important;
  text-decoration: none !important;
}
.btn-success:focus {
  background-color: #522a44 !important;
  border-color: #522a44 !important;
  text-decoration: none !important;
  box-shadow: none;
}

.form-group-solid2 {
    font-size: 15px;
    border-bottom: 1px solid #000;
    margin: 20px;
    margin-left: 30px;
}

#fieldemail {
  font-size: 28px;
  font-style: italic;
  color: #707070;
}

#errormsg {
  height: 24px;
  margin-bottom: 40px;
  color: #ff6f27;
}

.txt{
  width: 400px;
}

#pp-label {
  color: #707070;
}


.froom{
  margin-top: 30px;
}


.bono{
  margin-top: 50px;
}

.pho img{
  margin-top: 50px;
  margin: auto;
}

.body_ img{
  white:40px;
}


.txt1{
  margin-top: 100px;
  font-size: 20px;
}

.cont-text-icon0{
  font-size: 30px;
  margin: auto;
  color:#707070;
}

/* Section 2 */

#s2 {
  background-color: #FAFAFA;
  height: auto;
}

.cont3 {
    font-size: 1.2em;
    color: #606060;
    margin-top: 20%;
    padding-left: 100px;
    padding-right: 100px;
}
.cont3 > p {
    text-align: justify;
}

.graph img{
  box-shadow: 200px 30px #522a44, 200px -30px #522a44;
  max-width: 500px;
  margin-top: 20%;
  margin-bottom: 20%;
  margin-left: 20%;
}

/* Section 3 */

#s3 {
  background-color: #ffffff;
  color: #707070;
  padding-top: 100px;
  padding-bottom: 100px;
}

.s3title {
  text-align: center;
  margin-bottom: 30px;
  color: #522a44;
}

.product img{
  width: 100%;
}

.product-title {
  margin-top: 30px;
  text-align: center;
  font-size: 1.2em;
}

.product-price {
  text-align: center;
  font-size: 1.2em;
  color: #C1AC5E;
}

/* Footer */

.footer {
  width: 100%;
  min-height: 100px;
  /*background-color: #522a44;*/
  background-color: #3c3d41;
  color: #ffffff;
  text-align: center;
}

.footer-copy {
  margin: auto;
  padding-top: 30px;
}

/* Realised by */

#realisedby {

  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 10px;
  color: #999;
  width: 100%;
  max-width: 800px;
  min-height: 500px;
  position: fixed;
  top: 10%;
  left: 30%;
  margin-top: 0px;
  margin-left: -70px;
  z-index: 10;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;

}

#realisedbybox{
  margin-top: 20px;
  overflow: scroll;
  max-height: 400px;
}

#realisedby img {
  max-width: 200px;
}

#realisedbyclose {
  float: right;
  margin-right: 15px;
}

/* Loader */

.loader {
  /*background-image: url("https://media.giphy.com/media/3oEjI6SIIHBdRxXI40/giphy.gif");*/ 
  background-color: #ffffff;
  width: 350px; 
  height: 250px; 
  border: 1px solid grey; 
  border-radius: 5px;
  z-index: 10;
  position: fixed;
  top: 30%;
  left: 45%;
  /*background-repeat: no-repeat;*/
  /*background-size: contain;*/
  padding: 30px 10px;
  color: #C1AC5E;
  text-align: center;
  font-size: 1vw;
}

#loader-img {
  background-image: url("https://media.giphy.com/media/3oEjI6SIIHBdRxXI40/giphy.gif");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; 
  width: 100%;
  height: 100px;
  margin: auto;
}


@media screen and (max-width: 600px) {

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .fullheight {
    height: auto;
  }
  .brand img {
    margin-left: 0 !important;
    max-width: 60px;
  }
  #s1 {
    padding-top: 40px;
  }
  #s1-left {
    display: none;
  }
  .txtbox1 {
    font-size: 1.8em;
  }
  .txtbox2 {
    font-size: 1.2em;
  }
  .box {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .btn {
    border-radius: 30px;
    font-size: 1.5em !important;
    width: 100%;
  }
  #s2 {
    background-color: #FAFAFA;
    height: auto;
  }
  .cont3 {
    font-size: 15px;
    color: #606060;
    margin-top: 10%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .graph img {
    box-shadow: 200px 30px #522a44, 200px -30px #522a44;
    width: 100%;
    margin-top: 10%;
    margin-left: 0;
  }
  .product-title {
    font-size: 1.5em;
  }
  .product-price {
    font-size: 1.5em;
    color: #C1AC5E;
  }
}