.logoContainer {
	margin: 10px 20px 15px 20px;
}
.logoContainerTwo {
	margin: 5px 40px 10px 40px;
}
.logoContainer img{
	width: 100%;
}
.logoContainerTwo img{
	width: 100%;
}
.ui-header.ui-bar-c {
	background-color: #FF9CFB;
}
.ui-header.ui-bar-d {
	background-color: #006D7F;
}
.ui-header.ui-bar-e {
	background-color: #79BC19;
}
h2.ui-title.cultHeaderColor {
	color: white;
	text-shadow: none;
}
h2.ui-title {
	text-shadow: none;
}
section.mainPageTxtBox {
	padding: 5%;
	margin: 5%;
	border: 2px solid rgb(255, 156, 251);
	border-radius: 10px;
	background-color: rgb(231, 231, 231);
}
.mainIcons {
	width: 100%;
}
section.secondaryPageTxtBoxMusic {
	padding: 5%;
	margin: 5%;
	margin: 10% 5%;
	height: 200px;
	border: 2px solid rgb(255, 156, 251);
	border-radius: 10px;
	background-color: rgb(231, 231, 231);
	background-image: url("icons_logos/music_icon_tran.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
section.secondaryPageTxtBoxGames {
	padding: 5%;
	margin: 5%;
	margin: 10% 5%;
	height: 200px;
	border: 2px solid #006D7F;
	border-radius: 10px;
	background-color: rgb(231, 231, 231);
	background-image: url("icons_logos/trophy_icon_tran.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}
section.secondaryPageTxtBoxMovies {
	padding: 5%;
	margin: 5%;
	margin: 10% 5%;
	height: 200px;
	border: 2px solid #79BC19;
	border-radius: 10px;
	background-color: rgb(231, 231, 231);
	background-image: url("icons_logos/vid_icon_tran.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}
section article p {
	color: gray;
	text-shadow: none !important;
}
.ui-footer.mainFoot {
  padding-bottom: 100%;
  position: bottom;
 }
 .ui-footer.imageOne {
 	height: 50px;
 }
 h4.ui-title {
  color: rgb(219, 219, 219);
  font-weight: 100;
  font-style: none;
  text-shadow: none !important;
  bottom: 0;
}
div.placeHolder img{
	width: 200px;
	height: 200px;
	border: 3px solid red;
	border-radius: 200px;
}
div.moreContent {
	width: 90%;
	height: auto;
	border: 1px solid blue;
	/*border-radius: 35px;*/
	padding-top: -20;
}
div.moreContent h3, p {
	text-align: center;
}
.moreContent h4 {
	background-color: gray;
	margin-top: 0;
	color: white;
	text-shadow: none;
}
.moreContent p {
	text-shadow: none;
	font-size: .8em;
}
.subMenuButtons {
	margin-top: 30px;
}

 .ui-icon-music {
	background-image: url("icons_logos/music_icon.svg");
	background-size: 50px 50px;
	background-repeat: no-repeat;
}
 .ui-icon-trophy {
	background-image: url("icons_logos/trophy_icon.svg");
	background-size: 50px 50px;
	background-repeat: no-repeat;
}
 .ui-icon-vid {
	background-image: url("icons_logos/vid_icon.svg");
	background-size: 50px 50px;
	background-repeat: no-repeat;
}
.ui-btn-icon-left:after {
	display: none;
}
.ui-footer.ui-bar-inherit {
	background-color: white;
}


