/* START Container */
.container .eight.columns {
  width: 100%;
  margin-top: 0px;
  position: absolute;
  height: 0px;
  margin: 0px;
  padding: 0px;
 /* margin-right: 0px;*/
}

.navbar.eight {
  width: 100%;
  margin: 0;
  float: left;
  border: 0;
}

.eight.columns {
  width: 100%;
  padding: 0px 0px 10px 0px;
  float: left;
  border: 0;
}

.columns {
  width: 100%;
  padding: 0px 0px 10px 0px;
  float: left;
  border: 0;
}

.header-image {
  background-position: center center;
  border: 0;
  box-sizing: inherit;
}

.image.wp-image-1267.homeImage.attachment-full.size-full {
  border: 0;
  height: auto;
  box-sizing: inherit;
  margin: 1px;
  padding-top: 35px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.site-footer .footer-widgets {
  margin-top: 0px;
  background-repeat: no-repeat;
  background-size: auto;
}

/* END Container */

/* XXX START NAVBAR CSS */
.navbar {
		overflow: hidden;
    background-color: #9c5be0;
    font-family: Arial, Helvetica, sans-serif;
		margin-top: 102px;
		width: 100%;
		height: 36pt;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: #8224e3;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover , .dropbtn {
    background-color: #8224e3;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #8224e3;
    min-width: 180px;
  	width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #cccfff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* XXX END NAVBAR CSS */

h1, h2, h3 {
	font-family: Arial, Arial Black, Tahoma;
  text-align: center;
  color: black;
}
h4, h5 {
	font-family: Arial, Arial Black, Tahoma;
  text-align: left;
  color: #cccfff;
}

/* START Contact Form Fields */

form {
  width: 100%;
  height: auto;
  margin: 0;
}
.customForm {
  width: auto;
  height: auto;
  border: 3px solid #cccfff;
  border-radius: 9px;
  padding-left: 10px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]
{
  color: #000;
  min-width: 150px;
  max-width: 250px;
  font-size: 12px;
  height: 25pt;
  border: 1px solid #cccfff;
  border-radius: 5px;
}
.wpcf7 textarea 
{
  color: #000;
  font-size: 12px;
  border: 1px solid #cccfff;
  border-radius: 5px;
  min-width: 300px;
  height: 100pt;
  margin: 0;
}
.wpcf7 input[type="submit"]
{
  background-color: #cccfff;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #cccfff;
  border-radius: 5px;
  width: auto;
  height: 25pt;
  padding: 2px 3px 2px 3px;
}
.wpcf7 select
{
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #cccfff;
  width: auto;
  height: 25pt;
}
div {
  overflow: hidden;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  font-size: 14px;
  margin: 0 5px 5px 10px;
}
label {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding:0;
}
p {
	/*flex-wrap: nowrap;*/
  margin: 0;
  padding: 0;
}
/* *** HASHTAG-INFO *** */
.hashtags {
	color: transparent;
  margin: 0;
  padding:0;
}
#entrepreneurship {
	display: none;
}
/* END HashTag-Info */

.famousQuotes {
	font-size:30px; 
  font-style: italic; 
  font-weight: bold; 
  padding: 25px;
}
.pageContent {
	/*width: auto;*/
  margin: 0;
  padding: 10px 5px 10px 5px;
  overflow: hidden;
}