/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}
.off-canvas-wrap {
	overflow: hidden;
}
.container {
	min-height: 100%;
	min-width: 100%;
	overflow: inherit;
	background: #000 url(../img/sketching.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.header, .copyright {
	display:block;
	text-align: center;
}
.header h2 {
	color: #ffcc00;
	font-size: 4.44em;
	line-height: 0.8em;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding: 30px 0;
}
.button {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400 !important;
	background: none;
	font-size:1.33em;
	border: 1px solid #fff;
	margin: 20px 0;
	padding: 1em;
}
.button:hover {
	background: rgba(0, 0, 0, 0.5);
}
.alist ul li {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 15px;
}
.alist ul li a {
	color: #ccc;
	text-decoration: none;
	padding: 2px 0;
	line-height: 20px;
	display: block;
	border-bottom: 1px solid #999;
}
.alist ul li a:hover {
	color: #ffcc00;
	padding: 2px 0;
	line-height: 20px;
	text-decoration: none;
	border-bottom: 1px solid #ffcc00;
}
.copyright {
	font-size: 0.9em;
	color: #777;
	margin-bottom: 20px;
}
.size-24 {
	font-size: 24px;
	margin: 50px 10px;
}
li.no-bottom-padding{
	padding-bottom:0;
}
.overflow{
	overflow: hidden;
}
.amit{
    background: #fff;
    padding-top: 20px;
}
.amit h3{
    font-size: 16px;
    padding-bottom: 15x;
    margin-bottom: 15px;
}
.amit h5{
    font-size: 14px;
    
}
.amit ul{
    list-style-type: none;
  list-style: none;
    padding: 0;
    margin: 0;
}
ul.a2list li a{
    text-transform: capitalize;
    font-size: 12px;
    padding: 0 0 10px 0;
    display: block;
}
