	html, body
	{
		height: 100%;
		width: 100%;
	}
	
	body
	{
	margin: 0px;
	padding: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	color: #FFFFFF;
	height: auto;
	width: auto;
	background-color: #000000;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
	}
	
	p, ol, ul
	{

	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{


	}
	
	strong
	{


	}
	
	a
	{
		color: #383838;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
	.container
	{
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: bold;
	}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 0 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
	}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		overflow:  hidden;
		margin: 0em 0 3em 0;
		padding-top: 1em;
		text-align: center;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 2em;
		color: rgba(255,255,255,.3);
	}

/*********************************************************************************/
/* Major Styles                                                                  */
/*********************************************************************************/

	.major
	{
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	}
	
	.major h2
	{
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 700;
	color: #3f3f3f;
	}

	.major .byline
	{
	display: block;
	padding-top: 0.2em;
	font-weight: 300;
	font-size: 1em;
	width: 97%;
	text-align: center;
	margin-left: 15px;
	}

/*********************************************************************************/
/* Title Styles                                                                  */
/*********************************************************************************/

	.title
	{
	text-align: 100%;
	}
	
	.title h2
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-weight: 700;
		color: #3f3f3f;
	}

	.title .byline
	{
	display: block;
	padding-top: 1em;
	font-weight: 400;
	font-size: 12pt;
	width: 100%;
	}


/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin: 1em 0em;
		padding: 1em 3em 1em 3em;
		background: #2A70E8;
		border-radius: 8px;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-align: center;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #FFF;
	}
	
	.button:before
	{
	}
		
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
	background: #71c22e;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
	padding: 1em 0em;
	background: #FFF;
	text-transform: uppercase;
	}

	#logo h1
	{
	text-align: left;
	font-weight: 900;
	font-size: 2.5em;
	}
	
	#logo h1 a
	{
	}

	#logo span
	{
		padding: 0em 0em 0em 0.5em;
	}
	
	#logo h1:before
	{
		
	}
	
	#logo a 
	{
	color: #6633CC;
	}


/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu ul
	{
	margin: 0;
	padding: 20px 0px 20px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
	}
	
	#menu li
	{
		display: inline-block;
	}
	
	#menu a
	{
	display: block;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: 700;
	color: #FFF;
	padding-right: 2em;
	padding-left: 2em;
	}
	
	#menu .current_page_item a
	{
	border-radius: 30px;
	border: 1px none #FFFFFF;
	}
	
	#menu a:hover
	{
	width: auto;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page-wrapper
	{
	background: #EEEEEE;
	width: 100%;
	}

	#page
	{
	overflow: hidden;
	padding: 0em 0em;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	float: left;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	}
	
	#content .title
	{
	padding: 1em 2em 2em 2em;
	text-align: center;
	overflow: hidden;
	}
	
	#content h2
	{
		font-size: 2em;
	}
	
	#content .byline
	{
	padding-top: 10px;
	font-size: 1em;
	color: #000000;
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	float: left;
	width: 100%;
	padding-left: 20px;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
	overflow: hidden;
	padding-top: 5em;
	padding-right: 0em;
	padding-bottom: 2em;
	padding-left: 0em;
	}
	
	#copyright p
	{
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #FFFFFF;
	}
	
	#copyright a
	{
	text-decoration: none;
	color: #FFFFFF;
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
 
	#featured-wrapper
	{
	overflow: hidden;
	background: #71c22e;
	padding-top: 5em;
	padding-right: 0em;
	padding-bottom: 5em;
	padding-left: 0em;
	width: 100%;
	}
	
	#featured h2
	{
	text-align: center;
	color: #FFFFFF;
	}

	#featured .icon
	{
	position: relative;
	display: flex;
	margin: 0px auto 20px auto;
	line-height: 2.5em;
	font-size: 4em;
	text-align: center;
	color: #FFF;
	}

	.column1,
	.column2,
	.column3,
	.column4
	{
	width: 20%;
	}
	
	.column1,
	.column2
	{
	  float: left;
      margin: 0 1%;
	}
	
	.column3
	{
	float: left;
	margin: 0 1%;
	}
	
	.column4
	{
	  float: left;
      margin: 0 1%;
    }

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio-wrapper
	{
		padding: 8em 0em 6em 0em;
	}
	
	#portfolio
	{
		overflow: hidden;
		text-align: center;
	}
	
	#portfolio .major h2,
	#portfolio .major .byline
	{
		color: rgba(255,255,255,0.9);
	}
	
	#portfolio img
	{
		margin: 0;
		padding: 0;
	}
	
	#portfolio .box
	{
		padding: 30px;
		background: #FFF;
		border-radius: 0px 0px 8px 8px;
		border-right: 1px solid #DADADA;
		border-left: 1px solid #DADADA;
	}

	#contact .major h2,
	#contact .major .byline
	{
	color: #FFFFFF;
	}
/*********************************************************************************/
/* column                                                                     */
/*********************************************************************************/
* {
	box-sizing: border-box;
	color: #000;
}

/* Create four equal columns that floats next to each other */
.column {
	float: left;
	width: 25%;
	padding: 30px;
	height: 550px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
