@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 *{

		Display: table-row;
		margin: 0 auto;
	}

	#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;
	}
	
	.GigGrid {
	Width: 25%;
	border: 3px solid red;
	Float: Left;
	padding: 15px;
	display: Block;
}

.GigGrid2{
		Width: 70%;
	border: 3px solid red;
	Float: Left;
	padding: 15px;
	display: Block;
}

.title {
	color: #FFFFFF;	
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 25px
}

.content {
	color: #FFFFFF;	
	font-family: arial;
}

.bold {
	font-weight: bold;
}
	
.Row{
	display: table;
	width: 100%;
}

.padding{
	padding: 10px;
	
}

.padding4{
	padding: 4px;
	
}
.TitleRow{
	display: table;
	width: 100%;
}

.border
{
	border-top-width: 3px;
	border-top-color: #FFFFFF;
	border-style: solid;
	
}

.Column {
	display: table-cell;
	background-color: black;
	
}	



.width25 {
	Width: 25%;
}

.width166 {
	width: 16.6%
}

.width33 {
	width: 33%;
}
.width8{
	width:8.67%;
	min-width: 150px;
}
.width12{
	width:12%;
	min-width: 100px;	
}
.width6{
	width:6%;
}

.width3{
	width:3%;
}
.width5{
	width:5%;
}
.test{
	background-color:red;
}
 }
@media screen and (min-width:800px) { /* big landscape tablets, laptops, and desktops */ 


#sedosoul {
	height: device-height;
	background-color: #000000;
}

#Banner {
	Display: Block;
	Width: 100%;
	Height: 200px;
	Background-color: black;
	background-repeat: no-repeat;
	padding: 0;
	background-image: url("Banner.jpg");

}

#Banner img {
	width: initial;
	display: block;
	margin: 0 auto;
}


#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;
}

.PageHeader *{

	Display: table-row;
    margin: 0 auto;
}

#PageHeader img > *{	
    display: block;
    margin:0 auto; ; 
}


.title {
	color: #FFFFFF;	
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 25px
}

.content {
	color: #FFFFFF;	
	font-family: arial;
}

.bold {
	font-weight: bold;
}
	
.Row{
	display: table;
	width: 100%;
}

.padding{
	padding: 10px;
	
}

.padding4{
	padding: 4px;
	
}
.TitleRow{
	display: table;
	width: 100%;
}

.border
{
	border-top-width: 3px;
	border-top-color: #FFFFFF;
	border-style: solid;
	
}

.Column {
	display: table-cell;
	background-color: black;
	
}	



.width25 {
	Width: 25%;
}

.width166 {
	width: 16.6%
}

.width33 {
	width: 33%;
}
.width8{
	width:8.67%;
}
.width12{
	width:12%;	
}
.width6{
	width:6%;
}

.width3{
	width:3%;
}
.width5{
	width:5%;
}
.test{
	background-color:red;
}





