/*Extra Small Screen*/


@media only screen and (max-width: 320px) {  
/*--------------------------------------------------------------
## Base
--------------------------------------------------------------*/
body{
  /*font-size: 14px;*/
}


/*--------------------------------------------------------------
## Object
--------------------------------------------------------------*/
.site-branding .column-2 {
	width: 100%;
	text-align: center;
}

.site-branding img {
	width: 100%;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.header-bg {
	background-image: none;
}

.column-2,
.column-3 {
	width: 100%;
}


body {
	font-size: 14px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}


/*--------------------------------------------------------------
## CONTENT AND PAGES
--------------------------------------------------------------*/
/*-------------------------------
## @Home Page
-------------------------------*/





/*-------------------------------
## @About
-------------------------------*/




/*-------------------------------
## @Single
-------------------------------*/




/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/




/*--------------------------------------------------------------
## Plugins
--------------------------------------------------------------*/




} /* Ending Bracket for Media Query */