blob: 825f5675b72da4e307bdf74a7ffdd838c6cd419e [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
.page-banner-area {
height: 250px;
width: 100%;
position: relative;
z-index: 1;
//background: linear-gradient(0deg,rgba(57, 181, 74, 0.8),rgba(57, 181, 74, 0.8)), url('/img/bg-img/bg-index.jpg');
background-size:cover;
background: #fcfcfc;
border-bottom: 1px solid #cecece;
color:var(--color-accent);
}
.page-banner-content h2 {
color: var(--color-accent);
font-family: 'Heebo', sans-serif;
font-size: 68px;
}