@charset "UTF-8";
/* CSS Document */

/*
********************************
********************************
This is for the footer text!

********************************
********************************
*/



@media (max-width: 850px)  {
 
}


/*
********************************
********************************
This is for the Navigation!

********************************
********************************
*/




@media (min-width: 0px) and (max-width: 750px) {

 h4 {
	 font-weight:bold;
     font-size: 25px;

    }

video{
	
	display:none;

}

navwrap{
	
	display:none;

}

#headinfo{
	
	display:none;

}
#header{
	
	width:100%;

}
#headname{
	float:none;
	margin-left:auto;
	margin-right:auto;

}

indcontainerwrap{
	
	display:none;

}

indinfowrap{
	
	display:none;

}


#indletter {
	
font-size: 20px;
line-height: 25px;

	
	
}
#squaretext{

font-size: 20px;

}


}

@media (min-width: 750px)  {

navwrapb{
	
	display:none;

}
indinfowrapb{
	
	display:none;

}

indcontainerwrapb{
	
	display:none;

}
}




/*
********************************
********************************
This is for Content / Side Bar!

********************************
********************************
*/




@media  only screen and (min-width: 0px) and (max-width: 775px) {





#container {
	
	max-width: 100%;

	
}

#content {

	margin-right:auto;
	margin-left:auto;
	
	float: none;
	clear:both
	
}

#sidebar {

    margin-top: 40px;
	float: none;
	clear: both;
	margin-right:auto;
	margin-left:auto;

}



}