body.landing_page {
    font-family: 'Overpass', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.landing_page h3 { line-height: 38px;  margin-bottom: 22px; }

.landing_page .bg1 em, .landing_page .bg2 em {
    color: #C68F00;
    font-style: normal;
    font-weight: normal;
}


.landing_page_buttons .button_env {
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 0 5px;
}


.landing_page_buttons a.button {
	width: 245px;
	text-align: center;
	overflow: hidden;
	padding: 10px 0 10px 0;
    padding-bottom: 5px; /* Overpass font fix */
	margin-bottom: 0;
	font-size: 17px;
	line-height: 160%;
	font-weight: 600;
	text-transform: uppercase;
}

.landing_page_buttons a.button.demo {
	background-color: #696969;
	color: #B4B4B4;
}

.landing_page_buttons a.button.demo:hover {
	background-color: #00BAFF;
	color: #fff;
}

.landing_page_buttons .button_info {
	width: 245px;
    white-space: nowrap;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	color: #969696;
	margin-top: 0;
	padding: 0;
  margin-bottom: 17px;
}


@media (max-width: 480px) {
    .landing_page img:not(.noresize) {
        float: none;
        display: inline;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
}
