﻿div.masthead {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(143, 143, 143, 1)), to(#8f8f8f)), url(/images/HeaderNew.png);
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(143, 143, 143, 0.1) 75%, #8f8f8f 100%), url(/images/HeaderNew.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: unset;
    height: unset;
    height: 190px;
    text-align: center;
    padding:1rem;
}
div.masthead img{ margin: auto 0;}
div.headerMargin{margin-left: -200px;}

/*Target Microsoft Edge*/

@supports (-ms-ime-align:auto) {
    div.masthead {
        background-attachment: scroll;
    }
}

div.masthead h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 3.5rem;
    background-image: url(/images/TextClip.png);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.btn-ECloudOverview {
    padding: 10px;
    background-color: rgba(255, 131, 0, .6) !important;
    color: white;
    border: 1px solid #FF8300;
}

    .btn-ECloudOverview:hover {
        background-color: #FF8300 !important;
        color: white;
    }

.headerTextBackground {
    background-color: rgba(255, 255, 255, .5);
}

.hideText {
    opacity: 0;
}

@media (min-width: 768px) {
    div.masthead {
        padding: 3rem;
    }
}
@media (min-width: 992px) {

    div.headerMargin {
        margin-left: -150px;
    }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1600px) {
        div.headerMargin {
        margin-left: 0px;
    }
}