#subdes a {
	color: white;
}

#rootimagebg {
	/*background: url(/../uploads/2rs.jpg) no-repeat center center;*/ 
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
/*	min-height: 83vh;*/
	color: white;
	/*text-shadow: 0 2px 8px black;*/
	text-shadow: none;
}

#rootimagebg .newsitem.card{
	text-shadow: none;
}

#home_top a{
	color: white;
}

#footerxx {   
	position: absolute;
	left:0px;
	bottom:0px;
	height:30px;
	width:100%;

  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

html, body {
	height: 100%;

	display: flex;
	flex-direction: column;
}

body > * {
  flex-shrink: 0;
}

#rootimagebg {
  background-color: orange;
  flex-grow: 1;
}

#siteSectionSelect{
	margin: 0 0 !important;
}

ul .select2-selection__choice{
	color:black;
	/*font-size: 0.8em;*/
	text-shadow: none;
}

#rootform ul .select2-selection__choice{
	color:black;
	font-size: 0.8em;
	text-shadow: none;
}

html body #siteSectionSelect{
	padding: 12px;
	color:green;
}

.text01{
	font-size:1.3em;
	margin-top:20px;
}

.floatsec{
	/*search bar*/
	display: inline-block;
	margin: auto;
	width: 100%;
	/*position:absolute;*/ /*removed for new front*/
	text-align: center;
	top:30%;
}

.floatsec_news {
	/*bottom news bar*/
	display: inline-block;
	margin: auto;
	width: 100%;
	/*position:absolute;*/ /*this messes up the fixed background*/
	padding-top:49vh;
}

.h1sub{
	padding-left:2%;
}

.searchBG{
	width:70%;
	margin: 0 auto;
	padding: 5px 5px; 
}

#rootsearch{
	width:100%;
}

.floatsec .searchBG, .floatsec_news .searchBG{
	background-color:rgba(0, 0, 0, 0.7);
	color: white;
	margin-top: 15%;

}

.rootNewsBG{
	background-color:rgba(0,0,0,0.7);
	width: 70%;
	margin: 20px auto;
	padding: 0 0;
}

.subtext{
	text-align: left;
	padding-left: 5%;
	margin-top: 1%;
}

.gobtn {
	margin-top:20px;
	width:100px;
	height:100px;
}

.searchH1{
	font-size:1.4em;
	padding-left:2%;
}

.searchContainer button {
	/*margin-left:5px;*/
	background-color:green;
	color:white;
}

#rootsearch button{
	background-color: white;
	color:black;
}

.searchContainerRootBG input#gtSearchRoot{
	border-width: 0px;
}

.searchBG .searchContainer{
	width: 97%;
}

.rootNewsBG .searchContainer{
	width: 97%; /*added*/
}

#indexrootaddbtn{
	color:white;
}

.recentCardText {
	color: black;
	text-shadow: none;
	font-size: 80%;
	
}

.share01c0.recentCardText a, .color-picker-des {
	font-weight: 350;
}

#colorTiles .share01c0.recentCardText a {
	font-weight: 450;
}

#colorCard div.recentCardText.share01c0 a.center{
	font-weight: 450;
}

#colorcard{
	min-height:650px;
}

#colorrow{
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 10px;
}

.colorname{
	font-weight: 500;
}

.color_of_the_day{
	/*max-width: 100px;*/
}

.color-root-nav{
	padding: 10px 0;
	margin: 0 auto;
}

#home_bottom{
	padding: 10px 5px;
}

#home_top{
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#home_top .col-8{
	padding-right: 10px;
}

#home_top img.center_logo{
	width: 235px;
	margin-top: -10px;
	margin-bottom:-20px;
}

#home_top .ig{
	font-size:1.2em;
}

.col-4 .home_top_a{
	margin-bottom: 5px;
}

#home_bottom .searchContainer{
	margin-top: 0;
}

@media only screen and (max-device-width: 360px) {
	#color-picker-container{
		margin-left:-47px !important;
	}
}

@media only screen and (max-device-width: 380px) {
	#color-picker-container{
		margin-left:-15px;
	}
}

@media only screen and (max-device-width: 480px) {
	body{
		line-height: 1rem;
	}

	#rootimagebg {
	  background-position: 30% 0% !important;
	}

	.floatsec {
		top:15%;
	}
	

	.floatsec_news {
		top: 80%;
		padding-top: 53vh; /*was 48*/
	}

	html body #siteSectionSelect{
		padding: 10px;
		color:green;
	}
	input#gtSearchRoot{
		/*height:32px;*/
		border: none;
		font-size:0.9em;
		padding: 4px 6px;
		/*margin-left:7px;*/
	}

	#rsub_btn{
		height:36px;
		width:40px;
	}

	button#rsub_btn.btn.btn-outline-dark{
		padding: 6px 0px;
	}
/*	.toggle-group .btn{
		padding-top:8%;
	}*/
/*	div.searchContainer div.searchContainer{
		margin: 0 0;
	}*/
	.searchContainer button{
		margin-left: 0px;
	}
	.text01{
		font-size:1em; /*was 2.5*/
		margin-top: 5px;
	}
	.searchH1{
		font-size:1em; /*was 2.8*/
		font-weight:500;
		margin-bottom:20px;
	}
	#home_top{
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 1px;
	}
	#home_top .searchH1{
		margin-top: 10px;
		margin-bottom:-10px;
	}
	#home_bottom .searchH1{
		margin-bottom: 10px;
	}
	.subtext{
		font-size:1em; /*was 2.4*/
		/*height:170px;*/
		line-height:180%;
	}
	.floatsec .searchBG, .floatsec_news .searchBG, .rootNewsBG{
		width:95%;
	}
	.searchBG, .rootNewsBG{
		padding: 0px 0px;
	}
	html body div.floatsec div.searchBG, html body div.floatsec_news div.searchBG{
		padding-top:10px; /*changed from 20*/
	}
	.searchContainer button{
		font-size:1em; /*was 2*/
	}
	.searchContainer button {
/*		margin-left:7px;*/
		background-color:green;
		color:white;
	}
	.searchContainer .marketplbtn{
		margin-left:0px;
	}
	.searchBG .searchContainer{
		margin:20px auto;
	}
	.switchContainer{
		margin-top:1px;
	}
	label.btn.btn-info.active.toggle-off, label.btn.btn-danger.toggle-on {
		padding-top: 7%;
	}

	#colorcard{
		min-height:1px;
	}

	ul.select2-selection__rendered{
		/*padding-top:3px;*/
	}
	.floatsec .searchBG, .floatsec_news .searchBG{
		margin-top: 15%;

	}
	.home_top_a {
		margin-top: 3px;
	}
}

@media (min-width: 480px) and (orientation:landscape){
	.floatsec .searchBG, .floatsec_news .searchBG{
		margin-top: 1%;

	}
}

@media (min-width: 768px) {
	#footerxx {
		width: 750px;
	}
	.floatsec .searchBG, .floatsec_news .searchBG{
		margin-top: 1%;

	}
}
@media screen and (min-width: 980px) {
	.floatsec .searchBG, .floatsec_news .searchBG{
		margin-top: 1%;

	}
}
@media (min-width: 992px) {
	#footerxx {
    width: 970px;
  }
}
@media (min-width: 1200px) {
	#footerxx {
    width: 1170px;
  }
}