/*
 * 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.
 */
 * {
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

body {
  -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
  -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
  font-family: system-ui, -apple-system, -apple-system-font, 'Segoe UI', 'Roboto', sans-serif;
  font-size:12px;
  margin:0px;
  padding:0px;
  width:100%;
  background: #ffffff;
  font-family: 'Libre Baskerville', serif;
}
a {
  color: #3e85aa;
}
#app {
  min-height: 100vh;
}
#messages {
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
padding-bottom: 20px;
}
.banner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #000000;
}
.banner img {
  height: 300px;
  margin-left: calc(50vw - 960px);
  opacity: 0.75;
}
.container {
  padding: 0 40px;
  max-width: 520px;
  text-align: center;
  margin: 0 auto;
}
.app-info {
  margin-top: -100px;
  z-index: 9999;
  position: relative;
}
.app-info .app-icon {
  width: 200px;
  height: 200px;
  border-radius: 25px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.app-info h1 {
  margin-top: 30px;
  font-size: 40px;
}

@media(max-width: 400px) {
  .banner {
    height: 200px !important;;
  }
  .banner img {
    height: 200px !important;
    margin-left: calc(50vw - 640px);
  }
  .app-info h1 {
    font-size: 33px;
  }
}
.app-info p {
  font-size: 16px;
  line-height: 25px;
}
.download {
  padding: 20px 0;
  margin-bottom: 20px;
}
.download img {
  width: 200px;
  margin: 5px;
}
.author {
  margin-top: 50px;
  margin-bottom: 50px !important;
}
.author img {
  width: 150px;

}
.copyright {
  padding: 80px 0 40px 0;
}
.screens {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 30px 10px;
}
.screens li {
  padding: 10px;
  display: inline-block;
}
.screens {
  background: #f8f8f8;
  text-align: center;
}
.author {
  text-align: center;
  margin-bottom: 20px;
}
.copyright {
  text-align: center;
  background: #221f1f;
  color: #fff;
  padding-top: 40px;
}