@charset "utf-8";


.fixed-height-large{
    min-height: 800px;
}
.fixed-height-medium{
    min-height: 700px;
}
.fixed-height-small{
    min-height: 600px;
}



/* ==============================
   Banner section
   ============================== */

.banner-section{
    overflow: visible;
    border-bottom: 1px solid transparent;
}
.banner-heading{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 300;
    letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(255,255,255, 0.9);
}

.banner-decription{
    margin-bottom: 35px;
	font-size: 15px;	
    font-weight: 300;
	color: rgba(255,255,255, .7);
}

.banner-image{
    margin: -40px 0 0 0;
	text-align: right;
}
.banner-image img{
    
}

