.instafeed img {
	height: auto;
}

.bg-primary .list-inline i {
	color: rgba(255,255,255,1);
}

footer .logo {
	/*opacity: .8;*/
}

.overlay:before {
	opacity: 0.2;
}

.image-bg a:hover,
.bg-primary a:hover {
  opacity: 0.5;
}

@media all and (max-width: 767px) {

	br {
		display: inherit;
	}

}

p.lead {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.6;
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#ramon-hero .social-list {
	margin-top: 15px;
}

.right {
	float: right;
	text-align: right;
}

@media (orientation: portrait) {  
    .background-image-holder {
        background-image: url(../img/3.jpg) !important;
        width: 100%;
    }
	#hero-text {
		float: right !important;
		text-align: right !important;
	}
    
}
@media screen and (min-width: 360px) and (max-width: 640px)
{
	p.lead{
		font-size: 15px;
	}
	h5{
		font-size: 16px;
	}
}

@media screen and (min-width: 320px) and (max-width: 568px)
{
	p.lead{
		font-size: 13px;
	}
	h5{
		font-size: 14px;
	}
}

@media screen and (min-width: 375px) and (max-width: 812px)
{
	p.lead{
		font-size: 15px;
	}
	h5{
		font-size: 16px;
	}
}