/* Enter Your Custom CSS Here */

.text-center {
	text-align: center; 
}

header .logo-link {
  font-size: 22px;
  line-height: 40px;
  color: white;
}

header.et-fixed-header .logo-link {
  font-size: 18px;
  line-height: 35px;
}

.hero h1 {
	margin-top: 60px;
    margin-bottom: 20px; 
    font-size: 60px;
}

.hero p {
  font-size: 17px;
}

.footer-widget .et_pb_widget a {
	color: white; 
}

.entry-content .et_pb_widget {
	width: 100% !important;
}

.entry-content .et_pb_widget ul.menu li{
  list-style-type: disc;
  color: #622599;
}

.entry-content .et_pb_widget ul.menu li a{
  color: #622599;
}

.et_pb_newsletter_description, .et_pb_newsletter_form {
	width: 40%;
}