body {
	background-color: #fae300;
}

h1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 100;
    letter-spacing: -1.5px;
}
.btn.btn-default {
    background-color: #00a13b;
    border-color: #00a13b;
    color: #ffffff;
}
.btn.btn-default:hover {
    background-color: #00a13b;
    border-color: #00a13b;
}
.left-panel {
	background-color: #fae300;
	border-left:Solid 1px #fae300;
}
.full-width {
    background-position: center right;
}
.hvr-bounce-to-right:before {
    background: #20c15b;
}
@media only screen and (max-width: 1024px) {
/*	.full-width {
		background-position: 360px;
	}*/
}
@media only screen and (max-width: 768px) {
    .full-width {
        background-position: center center;
    }
	h1 {		
        font-size: 38px;
        line-height: 38px;
	}
}
@media only screen and (max-width: 480px) {
	
	.navbar {
		height: 48px;
		background-color:#FFFFFF;
		border-bottom: solid 1px #cbcfd2;
	}
	.logo {
		background-color:transparent;
		margin-top:10px;
	}
	.logo img{
		width:78px;
		margin-top:0;
	}
    .full-width {
        margin-left: 0;
        background-position: center center;
    }
	h1 {		
        font-size: 36px;
        line-height: 36px;
		margin-top:15px;
		margin-bottom:15px;
	}
	p {
		margin-bottom:0;
	}
}