
/* --- workshops styling -- */

body {
  background-color: white;
}
.navbar .active,
.navbar .active:focus {
  color: #777;
  border: solid #777 1px;
}
.about .content {
	background-color: white;
  padding: 40px;
  font-family: "Times New Roman", Times, serif;
}
.banner-workshops {
  margin: 0;
  padding: 0;
}
.banner-workshops img {
  width: 100%;
}
.workshops-left {
  text-align: justify;
  color: #555;
  font-size: 1.4rem;
  padding-top: 40px;
}
.workshops-right {
  text-align: right;
  padding-top: 40px;
}
.workshops-right img {
  text-align: center;
  vertical-align: middle;
  width: 60%;
}
.founder-title {
  font-family: "Times New Roman", Times, serif;
  color: black;
  text-align: center;
  border-bottom: solid black 1px;
}
.founder-title h1.ft {
  font-family: "Times New Roman", Times, serif;
  color: black;
  font-size: 2.5rem;
  padding-bottom: 20px;
  font-style: normal;
}
.founder-img {
  text-align: right;
  padding: 20px;
}
.founder-img img {
  border-radius: 50%;
  width: 85%;
}
.founder-header {
  text-align: right;
  padding: 20px;
  padding-top: 40px;
}
.founder-header h2.ft {
  font-family: "Times New Roman", Times, serif;
  color: black;
  font-size: 3.5rem;
  padding-bottom: 10px;
  font-style: normal;
}
.founder-header h3.ft {
  font-family: "URW Chancery L", cursive;
  color: black;
  font-size: 3.0rem;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 100;
}
.founder-header h4.ft {
  font-family: "URW Chancery L", cursive;
  color: black;
  font-size: 2.5rem;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 100;
}
.founder-content {
  color: black;
  text-align: justify;
  color: #555;
  font-size: 1.4rem;
  padding-top: 40px;
}
.mc-title {
  font-family: "Times New Roman", Times, serif;
  color: black;
  text-align: center;
  border-bottom: solid black 1px;
}
.mc-title h1.ft {
  font-family: "Times New Roman", Times, serif;
  color: #ddc1b9;
  font-size: 2.5rem;
  padding-bottom: 20px;
  font-style: normal;
}
.mc-img {
  text-align: right;
  padding: 40px;
}
.mc-img img {
  width: 85%;
}
.mc-header p {
  text-align: justify;
  color: #555;
  font-size: 1.2rem;
  padding-top: 40px;
}
.mc-content p {
  text-align: justify;
  color: #555;
  font-size: 1.2rem;
}
.mc-content h5.ft, .services-right h5.ft {
  font-family: "Times New Roman", Times, serif;
  color: black;
  font-size: 1.5rem;
  font-style: normal;
}
.services-right h5.ft {
  padding-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.services-left {
  vertical-align: text-top;
}
.services-left p {
  color: #ddc1b9;
  font-size: 4.2rem;
}
.services-right p {
  padding-top: 0px;
  margin-top: 0px;
  text-align: justify;
  color: #555;
  font-size: 1.2rem;
}
.n01, .n02, .n03 {
  margin: 0;
  padding: 0;
  padding-top: 40px;
  text-align: center;
  color: white;
}
.n01 h5, .n02 h5, .n03 h5 {
  width: 100%;
  padding-left: 20px;
  text-align: left;
  padding-top: 20px;
  font-family: "Times New Roman", Times, serif;
  color: black;
  font-size: 1.5rem;
  font-style: normal;
}
.n01 p, .n02 p, .n03 p {
  width: 100%;
  padding: 20px;
  padding-left: 20px;
  text-align: justify;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.0rem;
  font-style: normal;
}
.n01 img, .n02 img, .n03 img {
  width: 100%;
  padding: 0;
  margin: 0;
}
.banner-clients {
  margin: 0;
  padding: 0;
}
.banner-clients img {
  margin-left: 15%;
  width: 70%;
}
hr.next-line {
   border: 1px solid black;
   margin: 20px;
   margin-top: 40px;
   margin-bottom: 40px;
}
h1.nextsteps {
  width: 100%;
  text-align: center;
  color: #ddc1b9;
  font-family: "Times New Roman", Times, serif;
  font-size: 5.0rem;
  font-style: normal;
}
h4.nextsteps {
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 100;
}
.workshops-logo, .next-steps {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.5rem;
  color: #777;
  padding-bottom: 40px;
}
.next-steps p {
  font-size: 2.0rem;
}


