#header .bottom-header h2 {
    color: black;
    font-size: 60px;
}
#header .bottom-header span.span-dot {
    color: black;
}

#team .widget_illdy_person{
vertical-align: top;
}

@media (max-width: 500px) {
#header {
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
background-repeat: no-repeat;
padding:0px
}
}

#header .bottom-header .header-button-one {
    width: auto;
    height: 63px;
    line-height: 57px;
    background: rgba(70, 29, 124, 0.2);
    margin: 0 15px;
    padding: 0 70px;
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 3px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
    #header {
        background-attachment: initial !important;
    }
}