/* Client section*/

.client {
  background-color: #EAEAEA;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.client p {
  font-size: 16pt;
  color: #1A3549;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: 0.025em;
  padding-bottom: 50px;
  width: 70%;
  font-family: "Heuristica-Regular";
  font-weight: lighter;
}


.clientbox {
  width: 296px;
  height: 48px;
  background-color: #c39431;
  margin-left: auto;
  margin-right: auto;
}


.quotewrapper {
  min-height: 375px;
  text-align: center;
}


.quote1 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  min-height: 450px;
}


.quote1 h1 {
  font-size: 22pt;
  color: #1A3549;
  letter-spacing: 0.05em;
  font-weight: lighter;
}


.quote1 h2 {
  font-size: 16pt;
  color: #1A3547;
  letter-spacing: 0.05em;
  font-weight: lighter;
}


.quote1 h3 {
  font-size: 14pt;
  color: #1A3547;
  font-weight: lighter;
  margin-top: -20px;
  letter-spacing: 0.05em;
}


.quote1 h4 {
  font-size: 10pt;
  color: #c39431;
  font-family: "Gotham-light";
  margin-top: -20px;
}


.quotewrap {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inline-flex;
}


a.one, a.two, a.three, a.four, a.five, a.six {
  display: block;
  margin: 10px;
  margin-bottom: 50px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: #1A3549;
}


a.one:hover, a.two:hover, a.three:hover, a.four:hover, a.five:hover, a.six:hover{
  background-color: #c39431;
}


a.one.active, a.two.active, a.three.active, a.four.active, a.five.active, a.six.active {
  background-color: #c39431;
  }





/* Client section ends*/


/* Screens under 1440px wide*/

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


.quote1 {
  min-height: 500px;
}
}


/* styles for mobile browsers smaller than 480px; (iPhone) */
@media only screen and (max-width:480px){

.clientbox {
    height: 40px;
    width: 250px;
}


.clientbox h2 {
  font-size: 18pt;
  max-width: 300px;
  }

  .client p {
  font-size: 14pt;
  color: #1A3549;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  width: 80%;
}

.logos {
  margin: 20px;
  display: block;
}

.quote1 {
  width: 80%;
  min-height: 450px;
}

.quote1 h1 {
  font-size: 18pt;

}
}