
body {
  margin-top: 70px;
  font-size: 16px;
}

h1,h2,h3,h4,h5,h6{
  font-family: Roboto;
}

p{
  font-family: Roboto;
}

.navbar-default {
  background: #fff;
  border: 0;
  font-family: Poppins;
}

.navbar-brand {
  font-size: 20px;
  color: #fff !important;
  font-weight: bold;
}

#showcase{
  background:url(../images/book.jpeg) no-repeat;
  background-size: cover;
  padding: 250px;
  color: white;
  margin-top: -20px;
}

#showcase h1{
  font-size: 50px;
  border-bottom: thin solid white;
}

#about {
  padding-top: 100px;
  text-align: center;
}

#about p {
  font-size: 24px;
  margin-top: 30px;
  color: gray;
}

#info {
  padding-top: 100px;
}

#info h3 {
  border-bottom: thin solid rgb(168, 168, 168);
  padding-bottom: 10px;
}

#info h4 {
  margin-top: 40px;
  text-align: left;
}

#info p {
  margin-bottom: 5px;
}

#testimonials {
  padding-top: 100px;
  text-align: center;
}

#testimonials h3 {
  border-bottom: thin solid rgb(168, 168, 168);
  padding-bottom: 10px;
  text-align: left;
}

#testimonials h4 {
  color: rgb(5, 67, 117);
  font-weight: bold;
}

#testimonials h5 {
  color: rgb(110, 110, 110);
  font-size: 16px;
}

.test {
  background-color: rgb(235, 229, 229);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: 20px;
}

#news {
  padding-top: 100px;
}

#news h1{
  margin-bottom: 30px;
  text-align: center;
}

#social {
  padding-top: 100px;
  margin-bottom: 100px;
}

#social h3 {
  border-bottom: thin solid rgb(168, 168, 168);
  padding-bottom: 10px;
}

.logo {
  width: 75px;
}

.KCMEL-footer {
  margin-bottom: 30px;
  margin-top: 50px;
}

.KCMEL-footer p{
  color: gray;
  font-size: 17px;
}




#newClientForms {
  margin-top: 150px;
}

#newClientForms h3 {
  border-bottom: thin solid rgb(168, 168, 168);
  padding-bottom: 10px;
  margin-bottom: 50px;
}

#newClientForms p {
  text-align: center;
}

.coming-soon {
  padding-top: 15px;
  margin-bottom: 50px;
  margin-left: 100px;
  margin-right: 100px;
  background-color:  rgb(235, 227, 227);
}

.contact-coming-soon {
  text-align: center;
}

#contactUs {
  margin-top: 50px;
  margin-bottom: 100px;
}

#contactUs h3 {
  border-bottom: thin solid rgb(168, 168, 168);
  padding-bottom: 10px;
}

#contactUs h4 {
  text-align: center;
}

#contactUs p {
  text-align: center;
}

#reviews h1 {
  text-align: center;
  font-size: 64px;
}

#reviews{
  background:url(../images/kyogre.png);
  padding-top: 75px;
  padding-bottom: 250px;
  color: white;
  border-top: #333 7px solid;
  border-bottom: #333 7px solid;
}

.review-coming-soon {
  margin-top: 75px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgb(70, 64, 64);
  opacity: 30%;
}




#FAQ h3{
  margin-top: 75px;
  border-bottom: thin solid rgb(168, 168, 168);
  padding-bottom: 10px;
}

#FAQ h4{
  text-align: center;
}

#FAQ p {
  text-align: center;
  color: grey;
}

#tips{
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/library.jpg);
  padding-top: 50px;
  padding-bottom: 100px;
  color: white;
  border-top: #333 7px solid;
  border-bottom: #333 7px solid;
}


#tips h1, h4 {
  text-align: center;
}

