body{
    font: 15px/1.5 century gothic, helvitica, Arial, sans-serif;
    padding:0;
    margin: 0;
    background-color:#f4f4f4;
    }
    /*Global*/
    .container{
        width: 70%;
        margin: auto;
        overflow: hidden;
    }
    
   .heading h2{
	pading: 0 0 0 0;
	}
	
	
		
    /*header*/
    header{
        background: #000000;
        color: #ffffff;
        padding-top: 30px;
        min-height: 70px;
        border-bottom: #8CC63F 6px solid;
    }
    header a{
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 15px;
    }
    
    
    header ul{
        margin: 0;
        padding: 0;
    }
    header li{
        float: left;
        display: inline;
        padding: 0 30 10 30;
    }
    
    header #branding{
        float: left;
    }
     header #branding h1{
        margin: 0;
    }
    header nav{
        float: right;
        margin:15 0 0 0;
    }
    
    header .highlight, header .current a{
        color:#8CC63F;
        font-weight: bold;
    }
    header a:hover{
        color:#b3b3b3;
        font-weight:bold;
    }
    /*showcase*/
    #showcase{
	min-height: 400px;
	background: url('../img/main_pic.jpg') no-repeat 0;
    }
    
    #newsletter{
        padding: 3px;
        background:#8CC63F ;
    }
    
    /*boxes*/
    #boxes .boxes{
	float: left;
	width: 50%;
	text-align: justify;
    }
        #boxes .boxes img{ 
        width: 400px;
        padding: -10px;
    }
    
   #boxes .boxes .small img{
	width: 100px;
}

#boxes .boxes .big img{
	width: 150px;
}

  /* logos*/ 
#boxes .boxes li{
	display: inline;
	
}
#boxes .boxes .small ul{
	display: none;
}
    
    footer{
        padding: 10px;
        color: #ffffff;
        background-color:#000000;
        text-align: center;
	font-size: 10px;
    }


/*aside*/
 #sidebar .side {
	float: right;
	border: #b3b3b3 1px;
}


/* Media Queries */
@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
  }

  header{
    padding-bottom:20px;
  }

  #showcase h1{
    margin-top:40px;
  }

  #newsletter button, .quote button{
    display:block;
    width:100%;
  }

  #newsletter form input[type="email"], .quote input, .quote textarea{
    width:100%;
    margin-bottom:5px;
