li {
    color: #878787;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
}

.main-navigation a {
	color: #808080;
	font-weight: 500;
}


@media screen and (max-width: 767px){
i.responsive_bar {
    border-radius: 4px;
    color: rgb(0,37,74);
    cursor: pointer;
    font-size: 18px;
    height: 35px;
    line-height: 1.95em;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 25px;
    transform: scale(1.5, 1.5);
    width: 30px;
    z-index: 1;
}
}


.banner{
	padding-top: 27em;
	padding-bottom: 0em;
	background-position: center top;
}


@media screen and (min-width: 768px) {
	.banner_content {
		background: rgba(250,250,250,0.7);
	}

	.banner_button {
		background: rgba(250,250,250,0.7);
	}
}

@media screen and (max-width: 767px) {
	.banner_col {
		background: rgba(250,250,250,0.7);
	}
}

.home_contact {
	background-color: #fbfbfb;
}




