﻿.hero{

    position:relative;

    background:url('../Images/Hero/home-banner.png');

    background-size:cover;

    background-position:center;

    min-height:620px;

}

.hero:before{

    content:'';

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:rgba(0,55,95,.72);

}

.hero .container{

    position:relative;

    z-index:5;

    padding-top:120px;

    padding-bottom:120px;

}

.hero h1{

    color:#fff;

    width:55%;

    font-size:60px;

    line-height:1.2;

}

.hero p{

    color:#fff;

    width:55%;

    font-size:22px;

}

.hero-buttons{

    margin-top:35px;

}