@charset "utf-8";

.BodyFormat {
  font-family: 'Open Sans', sans-serif;
	font-size: large;
	text-align: center;
  list-style-position: inside;
  font-weight: normal;
  line-height: 180%;
  padding:0;
	color: #20272E;
}

.Borders {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.AppDescriptionAppIcon {
  height: 250px;
  width: 250px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin: 20px 20px;
}

.HeadingFormat {
  font-family: 'Open Sans', sans-serif;
	font-size: large;
  font-weight: bold;
	text-align: center;
  margin-bottom: 0px
	color: #393939;
}

.ImageBorder {
  -webkit-filter: drop-shadow(1px 1px 0 lightgrey)
                  drop-shadow(-1px -1px 0 lightgrey);
  filter: drop-shadow(1px 1px 0 lightgrey)
          drop-shadow(-1px -1px 0 lightgrey);
}

.Screenshot {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  max-height: 685px;
}

.AppStoreDownloadLink {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  height: 74px;
  padding: 5px
}

.DownloadLink {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  max-height: 90px;
  padding: 5px
}

.List {
  font-family: 'Open Sans', sans-serif;
	font-size: large;
	text-align: justify;
  line-height: 200%;
  margin-left: 2%;
	margin-right: 2%;
	color: #393939;
}

@media (min-width: 500px) {
  .TitleStyle {
  	font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    font-weight: bold;
  	text-align: center;
  	color: #20272E;
  }
}

@media (max-width: 600px) {
  .TitleStyle {
  	font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: bold;
  	text-align: center;
  	color: #20272E;
  }
}

.SubHeading {
	font-family: 'Open Sans', sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	margin-top: 6px;
	color: #212121;
}

.AppTitleSubheading {
	font-family: 'Open Sans', sans-serif;
	font-size: x-large;
	font-weight: normal;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 0px;
	color: #212121;
}

.ScreenshotRoundedCorners {
  border-radius: 25px;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 90%;
  max-height: 685px;
}

.DownloadLinksSubheading {
	font-family: 'Open Sans', sans-serif;
  font-size: large;
	font-weight: normal;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 0px;
  margin-left: 2%;
	margin-right: 2%;
	color: #212121;
}

.button {
  display: inline-flex;
  background-color: #460D5B;
  border: none;
  color: white;
  line-height: 0;
  /* padding: 70px 32px; */
  height: 32px;
  text-decoration: none;
  margin: 0px 2px;
  cursor: pointer;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: large;
  font-weight: bold;
}

.mailinglist {background-color: #460D5B;}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 30px;
  /* max-width: 1000px;
  margin-left: auto;
  margin-right: auto; */
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
