/**
 * 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.
*/

.heroBanner {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: url("/img/hero.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroImg {
  display: flex;
  align-items: center;
  width: 80%;
}

.features {
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 2rem 0;
  width: 100%;
}

.featureImage {
  height: 250px;
  width: 250px;
}

.timelineImage {
  height: 70%;
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.postContainer {
  alignment: center;
  min-width: 300px;
  max-width: 800px;
  margin: 0 20%;
  overflow: auto;
}

.postContent {
  padding: 0 10px 10px 0;
  float: right;
  display: block;
}

.postContent img {
  height: 120px;
  width: 120px;
  float: left;
  padding: 0 10px 10px 0;
  display: block;
}

.postTitle {
  font-weight: bold;
  font-size: 200%;
}

.whyText {
  text-align:center;
  color: cadetblue;
  margin-top: 50px;
  margin-bottom: 50px;
}

.learnMoreURL {
  text-align:center;
  color: cadetblue;
  margin-bottom: 30px;
}
