
/*header style*/

.header{
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
/*
.overlay{
 position: absolute;
 min-height: 100%;
 min-width: 100%;
 left: 0;
 top: 0;
 background: rgba(48, 48, 48, 0.29);
}
*/

/*#header {
    height: 100%;
    overflow: hidden;
    color: #FFFFFF
 }*/

.over{
    background: rgba(48,48,48,0.40);
    overflow: hidden;
    height: 100%;
    z-index: 2;
}

.description{
    position: absolute;
    top: 30%;
    margin: auto;
    padding: 2em;
    
}

.description h1{
 color: #FFFFFF ;
}

.description p{
 color:#fff;
 font-size: 20px;
 width: 75%;
 line-height: 1.5;
}

.description button{
 border:1px  solid #f5bd1f;
 background:#f5bd1f;
 color:#fff;
}
