@media screen and (min-width:320px)
 { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
	 #navBar {
		Background-color: #000000;
		padding: 0;
		display: block;
	
	}

	#navBar ul
	{
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		display: block;
		
	}

	#navBar li
	{
		color: #FFFFFF;
		font-weight: bold;
		padding-left: 10px;
	}

	#navBar a{
		color: #FFFFFF;
		text-decoration: none;
		font-family: arial;
		/*Make the link fade to background color*/
		transition: .5s;
	}

	#navBar a:hover{
		/*hover background cover*/
		color:#A8A8A8;
		
	}
	#rightfloat li{
	
		
	}
	#rightflow ul{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	
	}
	
	#sedosoul {
	height: device-height;
	background-color: #000000;
	
	}
	#Banner img {
	
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	}
	#MainBody{
	Display: Block;
	Width: 100%;
	Height: 99%;
	Background-color:#000000;
	vertical-align: top;
	}

	#PageHeader img{	
		display: block;
		margin: 0 auto;


	}
	#news section{
		background-color: #000000;
		border-color: #FFFFFF;
		border: 10px;
	}
	#news td{
		text-align: center;
		background-color: #000000;
		color: #FFFFFF;
	}
	#title p{
		color: #FFFFFF;	
		text-align: center;
		font-family: arial;
		font-weight: bold;
	}
	#news p{
		color: #FFFFFF;	
		text-align: center;
		font-family: arial;
	}

	#news table {
		width: 100%;
		margin-left: auto;
		margin-right: auto;

	}
	#news tr {

		color: #FFFFFF;	
		}
		
	#Contact td {
		text-align: center;
		background-color: #000000;
		color: #FFFFFF;
		
	}

	#Cotnact p{
		color: #FFFFFF;	
		text-align: center;
		font-family: arial;

	}
	#Contact table {
		width: 35%;
		margin-left: auto;
		margin-right: auto;
		border-color: #FFFFFF;
		border: 10px;

	}
	
	#ContactBig p{
		color: #FFFFFF;	
		text-align: center;
		font-family: arial;
		font-size: 50px;
	}

	#ContactLink {
		color: #FFFFFF;	
		text-align: center;
		font-family: arial;
	}
	
	.slider{
	/*width: 620px; /*Same as width of the large image*/
	position: relative;
	/*Instead of height we will use padding*/
	padding-top: 450px; /*That helps bring the labels down*/
	Display: table;
	margin: 0px auto; 
	
	/*Lets add a shadow*/
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
	Background-color: #000000;
	}

	/*Last thing remaining is to add transitions*/
	.slider>img{
		position: absolute;
		left: 0; 
		top: 0; 
		transition: all 0.5s;
		
	}

	.slider input[name='slide_switch'] {
		display: none;
	}

	.slider label {
		/*Lets add some spacing for the thumbnails*/
		margin: 18px 0 0 18px;
		border: 3px solid #999;
		
		float: left;
		cursor: pointer;
		transition: all 0.5s;
		
		/*Default style = low opacity*/
		opacity: 0.6;
	}

	.slider label img{
		display: block;
	}

	/*Time to add the click effects*/
	.slider input[name='slide_switch']:checked+label {
		
		border-color: #666;
		opacity: 1;
	}
	/*Clicking any thumbnail now should change its opacity(style)*/
	/*Time to work on the main images*/
	.slider input[name='slide_switch'] ~ img {
		opacity: 0;
		transform: scale(1.1);
	}
	/*That hides all main images at a 110% size
	On click the images will be displayed at normal size to complete the effect
	*/
	.slider input[name='slide_switch']:checked+label+img {
		opacity: 1;
		transform: scale(1);
	}
	#SubtleParagraphLink{
		color: #FFFFFF;	
		font-family: arial;
		text-decoration: none; 
		font-weight: bold;
		font-style: italic;
	}
 }
@media screen and (min-width:800px) { /* big landscape tablets, laptops, and desktops */ 
#BackgroundImage{
	background-image: url("Sedo Soul Future Home.jpg");
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-size: contain;
	background-position: center;
	width: device-width;
	height: 768px;
	background-repeat: no-repeat;
	Background-color: #000000;

	z-index: 101;
}
#sedosoul {
	height: device-height;
	background-color: #000000;
}

#Banner {
	Display: Block;
	Width: 100%;
	Height: 200px;
	Background-color: #000000;
	background-repeat: no-repeat;
	padding: 0;
	background-image: url("Banner.jpg");

}

#Banner img {
	width: initial;
	display: block;
	margin: 0 auto;
}

#Name li {
	display: inline; 
}

#navBar {
	Background-color: #000000;
	padding: 0;
	display: block;
	height: 40px;
}

#navBar ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	
}

#rightflow ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: right;
	
}

#navBar li
{
	display: inline;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}

#navBar a{
	color: #FFFFFF;
	text-decoration: none;
	font-family: arial;
	/*Make the link fade to background color*/
	transition: .5s;
}

#navBar a:hover{
	/*hover background cover*/
	color:#A8A8A8;
	
}
#rightfloat li{
	float: right;
	padding-right: 5px;
}

#MainBody{
	Display: Block;
	Width: 100%;
	Height: 99%;
	Background-color:#000000;
	vertical-align: top;
}

#PageHeader img{	
	display: block;
	margin: 0 auto;


}
#news section{
	background-color: #000000;
	border-color: #FFFFFF;
	border: 10px;
}
#news td{
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}

#news p{
	color: #FFFFFF;	
	text-align: center;
	font-family: arial;

}

#title p{
	color: #FFFFFF;	
	text-align: center;
	font-family: arial;
	font-weight: bold;
}

#news table {
	width: 39%;
	margin-left: auto;
    margin-right: auto;
	border-color: #FFFFFF;
	border: 10px;

}
#news tr {

	color: #FFFFFF;	
	}
	
#Contact td {
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	
}

#Cotnact p{
	color: #FFFFFF;	
	text-align: center;
	font-family: arial;

}
#Contact table {
	width: 35%;
	margin-left: auto;
    margin-right: auto;
	border-color: #FFFFFF;
	border: 10px;

}
#ContactBig p{
	color: #FFFFFF;	
	text-align: center;
	font-family: arial;
	font-size: 50px;
}

#ContactLink {
	color: #FFFFFF;	
	text-align: center;
	font-family: arial;
	
}

#SubtleParagraphLink{
	color: #FFFFFF;	
	font-family: arial;
	text-decoration: none; 
	font-weight: bold;
	font-style: italic;
}

.slider{
	/*width: 620px; /*Same as width of the large image*/
	position: relative;
	/*Instead of height we will use padding*/
	padding-top: 450px; /*That helps bring the labels down*/
	Display: table;
	/*margin: 0px auto;*/ 
	margin: 0 auto;
	/*Lets add a shadow*/
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
	Background-color: #000000;
}

/*Last thing remaining is to add transitions*/
.slider>img{
	position: absolute;
	left: 0; 
	top: 0; 
	transition: all 0.5s;
	
}

.slider input[name='slide_switch'] {
	display: none;
}

.slider label {
	/*Lets add some spacing for the thumbnails*/
	margin: 18px 0 0 18px;
	border: 3px solid #999;
	
	float: left;
	cursor: pointer;
	transition: all 0.5s;
	
	/*Default style = low opacity*/
	opacity: 0.6;
}

.slider label img{
	display: block;
	
}

/*Time to add the click effects*/
.slider input[name='slide_switch']:checked+label {
	
	border-color: #666;
	opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch'] ~ img {
	opacity: 0;
	transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch']:checked+label+img {
	opacity: 1;
	transform: scale(1);
}
/*Clicking on any thumbnail now should activate the image related to it*/

/*We are done :)*/
}
@media (min-width:480px) 
{ /* smartphones, Android phones, landscape iPhone */ }





