/* Copyright (c) 2023 POTI Inc. All rights reserved. */

@font-face {
    font-family: mono;
    src: url(DroidSansMono.woff);
}

#front{
	position: relative;
}

#header {
    height: 30vw;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#header img{
	display: block;
	margin-left: auto;
    margin-right: auto;
}

div.tool.prime {
    background: #ff756f;
}

div.tool.ancil {
    color: rgb(0, 0, 64);
    border: 0.1em solid #ff756f;
}

#moapp input, #moapp select, #moapp textarea {
    border: 1px solid #ff756f;
}

#moapp div.consent span.check {
    font-size: 85%;
    border: 0.1em solid #ff756f;
}

#moapp div.consent span.check.checked {
    background-color: #ff756f;
}

/* Video section styles */
.video-section {
  position: relative;
  width: 100%;
}

video {
  width: 100%;
}

#footer {
    margin-top: 1px;
    padding: 1em 0;
    text-align: center;
    font-size: 90%;
    color: rgba(255, 255, 255,1);
    background: #ff756f;
}
a.address img {
    height: 1.3em;
    vertical-align: middle;
    background-color: #ffb7b3;
    border-radius: 50%;
}

body {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    font-family: sans-serif;
    color: #303030;
    box-shadow: 0 0 20px rgba(253, 148, 169, 0.5);
    background-color: white;
    overflow: auto;
}

html {
    height: 100%;
    text-size-adjust: none;
    background-image: url("front/background2.png");
    background-size: 200%;
}