	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #ffc53a;
		font-family: 'Varela', sans-serif;
		font-size: 11pt;
		font-weight: 300;
		color: #1a91a1;
	}
	
	
	h1, h2, h3
	{
		margin: 0em 0em 1em 0em;
		padding: 0;
		font-weight: 700;
		color: #1a91a1;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	ul.actions
	{
		text-align: center;
	}
		
	ul.actions li
	{
	}
	
	p
	{
		line-height: 130%;
		color:#1a91a1;
		text-align:left;
	}
	
	a
	{
		color: #20d0c3;
		text-decoration:none;
	}
	
	a:hover
	{
		text-decoration: none;
		color:#ff595c;
	}
	
	.container
	{
		overflow: hidden;
		margin: 0em auto;
		width: 90%;
		padding-left:20px;
	}
	
/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 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;
	}
	img.gif
	{
		border-top:3px solid #1a91a1;
		border-bottom:3px solid #1a91a1;
		width:90%;
	}


/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		padding: 0em 3em;
		background: #009E2D;
		letter-spacing: 0.20em;
		line-height: 4em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1em;
		color: #FFF;
	}
	
	.button:before
	{
		display: inline-block;
		background: #FFC31F;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
	
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin: 2em 0em;
	}
	
	.title h2
	{
		text-transform: uppercase;
		font-size: 2.7em;
	}
	
	.title .byline
	{
		font-size: 1.7em;
		color: #1a91a1;
	}
	
/*********************************************************************************/
/* 3-column                                                                      */
/*********************************************************************************/
#three-column{
	text-align: center;
}
	.boxA,
	.boxB,
	.boxC
	{
		width: 30%;
	}

	.boxA,
	.boxB,.boxC
	{
		float: left;
		margin-right: 20px;
	}

	.boxP{
		width:40%;
		float:left;
		padding: 1em;
	}

/*********************************************************************************/
/* 2-column                                                                      */
/*********************************************************************************/

	.tbox1,
	.tbox2
	{
		width: 575px;
	}
	
	.tbox1
	{
		float: left;
	}

	.tbox2
	{
		float: right;
	}
	
	#wrapper
	{
		background: #FFF;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header-wrapper
	{
		background: #20d0c3;
	}

	#header
	{
		position: relative;
		padding: 3em 0em;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		top: 1em;
		left: 0;
		background-image:url('../images/logo1.png');
		background-size:cover;
		width:200px;
		height:55px;
	}
	
	#logo h1
	{
		color: #FFF;
	}
	
	#logo a
	{
		text-decoration: none;
		text-transform: uppercase;
		color: #1a91a1;
	}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		position: absolute;
		top: 2em;
		right: 0;
	}
	
	#menu ul
	{
		display: inline-block;
	}
	
	#menu li
	{
		display: block;
		float: left;
		text-align: center;
	}
	
	#menu li a, #menu li span
	{
		padding: 1em 1.5em;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 0.8em;
		color: #FFF;
	}	
	#menu .current_page_item a
	{
		background: #1a91a1;
		color: #FFF;
	}
	.topnav {
	  overflow: hidden;
	  float:right;
	}

.topnav a {
  float: left;
  display: block;
  color:white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

 a:hover, .active {
	color: #ffc53a;
	background: #1a91a1;
}

.topnav .icon {
  display: none;
}


/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		overflow: hidden;
		padding: 2em 0em 5em 0em;
		background: #ffc53a;
		background-size: cover;
		text-align: center;
		}

	#banner .title
	{
		margin-bottom: 1em;
		text-transform: uppercase !important;
	}

	#banner .title h2
	{
		color: #1a91a1;
	}

	#banner .button
	{
		margin-top: 3em;
		background: #009E2D !important;
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
		padding: 2em 0em;
		text-align: center;
	}
	
	#page .button
	{
		margin-top: 2em;
		display: inline-block;
		text-align: center;
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 1em 0em;
		border-top: 3px solid #1a91a1;
		background:#ffc53a;
	}
	
	#copyright p
	{
		text-align: center;
		font-size: 1em;
	}
	
	#copyright a
	{
		text-decoration: none;
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured
	{
		overflow: hidden;
		background: #20d0c3;
		color: #fff;
		text-align: center;
		padding:2em 0em;
	}

	#featured a
	{
		color: rgba(255,255,255,1);
	}
	
	#featured .button
	{
		background: #FFF;
		margin-top: 3em;
		font-size: 1em;
		color: #009E2D;
	}

	#featured .title
	{
	}

	#featured .title h2
	{
		color: #FFF;
	}

	#featured .title .byline
	{
		color: rgba(255,255,255,.6);
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

.box
{
	border-radius: 8px;
	text-align: center;
	width:100px;
	height:100px;
	margin: auto;
}

.box1{
	background-image:url('../images/theory.jpg');

}
.box2{
	background-image:url('../images/geometry.png');
}
.box3{
	background-image:url('../images/test.png');
}
	#extra
	{
		overflow: hidden;
		padding: 5em 0em 2em 0em;
	}
	
	#extra .title
	{
		text-align: center;
	}
	
	#extra .button
	{
		margin-top: 5em;
	}
	
	#extra .fa
	{
		display: block;
		margin-bottom: 0.5em;
		text-align: center;
		font-size: 3em;
	}

@media screen and (max-width: 1000px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {
  	position:relative;
  	float:right;
  	    padding-right: 20px;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
}
  .boxA,.boxB, .boxC,.boxP{
  	float:left;
  	width:80%;
  }
}