@charset "utf-8";

@media (max-width: 480px) {
    #header{
        font-size: 0.8em !important;
    }
}
html{
    margin: 0;
    padding: 0;
}
body{
    font-size: 1em;
    margin: 2em auto 0 auto;
    text-align: center;
    font-family: sans-serif;
    min-width: 320px;
    max-width: 32em;
    padding: 1em;
    font-weight: 100;
}
.intro {
    color: gray;
    font-size: 0.7em;
    margin: 0.5rem auto;
}
#header{
    margin: 0 auto 1rem auto;
    font-size: 1em;
}
#headerLogo{
    width: 4rem;
}
#headerTitle{
    border-bottom: solid 2px black;
    padding: 1rem 0 0 0;
}
h1{
    font-size: 1.2em;
    letter-spacing: 0.4em;
    margin: 0.7em 0 ;
}
h2{
    font-size: 1em;
    color: #aaa;
    margin: 0.2em;
}
.linkButton{
    display: inline-block;
    padding: 0.3rem 1.5rem;
    border-radius: 2rem;
    margin: 0.5rem;
    transition: 0.5s;
    box-shadow: 0.2rem 0.2rem 0 #ccc;
    text-decoration: none;
    color: white;
    background-color: #41b883;
    letter-spacing: 0.15em;
    font-size: 0.8em;
    font-weight: 500;
}
.imp{
    font-size: 1em;
    letter-spacing: 0.6em;
}
.linkButton:hover{
    background-color: black;
    box-shadow: 0.4rem 0.4rem 0 #aaa;
}
.linkButton:active{
    background-color: black;
    box-shadow: 0.4rem 0.4rem 0 #aaa;
    font-weight: 500;
}
p {
	margin: 2em 0;
	text-indent: 2em;
	line-height: 2.1em;
	letter-spacing:0.1em;
	text-align: justify;
	color:#555;
}
.head{
	font-size:0.8em;
	background-color:#fbfbfb;
	padding:1em;
	color:#bbb;
	border-bottom: 0.3em solid #eee;
}
ul, ol {
	margin-left:1em;
	margin-right:1em;
  line-height:1.8em;
  letter-spacing:0.1em;
  text-align: justify;
  color:#555;
}

li {
 	margin-top:0.8em;
}

blockquote, q {
  border-left: 4px solid #DDD;
  padding-left:1em;
  color: #aaa;
  text-indent:0em;
  display:inline-block;
  margin-bottom:0.5em;
  margin-right:2em;
    text-align: left;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}


h3 {
  margin-top:2em;
  margin-bottom:0em;
  font-size: 1em;
  text-align:center;
  padding-top: 0.6em;
  padding-bottom:0.3em;
  color:#555555;
  letter-spacing:0.5em;
  border-bottom:dashed 1px #bbb;
}

h4 {
  margin-top:2em;
  margin-bottom:0em;
  font-size: 1.2em;
  text-align:center;
  padding-top: 0.6em;
  padding-bottom:0.3em;
  color:#555555;
  letter-spacing:0.2em;
  border-bottom:dashed 1px #bbb;
}

h5 {
  font-size: 1.3em;
}

h6 {
  font-size: 1.2em;
}
span.bold{
	background-color:#e9ffb3;
	color:#222;
}
span.intro{
	color:#868686;
}
div.intro{
    color: #aaa;
    font-size: 0.8rem;
}
li{
   border-bottom: solid thin #868686;
}
span.sname{
	border:dashed 0.1em #ccc;
	padding-left:0.3em;
	padding-right:0.3em;
	border-radius:0.5em;
	padding-top:0;
	padding-bottom:0;
	margin-left:0.2em;
	margin-right:0.2em;
}
.center{
	text-align:center;
	text-indent:0em;
}
img{
	margin-top:1em;
	width:100%;
	margin-bottom:0;
	padding:0;
}
.imgInfo{
	color:#888;
	margin-top:-0.7em;
	padding:0.5em;
	padding-bottom:0.2em;
	display:block;
	text-indent:0em;
	font-size:0.8em;
	line-height:1.8em;
	border-bottom:dashed 1px #bbb;
}
.buybutton{
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color:rgb(255, 221, 128);
    border-radius: 3em;
    box-shadow: 0.5em;
    border-style:solid;
    border-width:0.5em;
    border-color: #ffebbd;  
}
a{
    color: #538330;
}
a:hover{background-color: darkseagreen;color: white;}

#linkContainer {
    margin-top: 3em;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 2px black;
    padding-bottom: 2em;
}

.bottomLink {
    border:solid black 1px;
    width: 7rem;
    margin: 0 0.4em;
    height: 2rem;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0.3rem 0.3rem 0 rgba(195, 195, 195, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 1;
    color: black;
    font-size: 0.8rem;
    transition: 0.5s;
}
.bottomLink:hover{
    background-color: #41b883;
    border:solid #41b883 1px;
    border-radius: 0.2em;
    font-weight: 600;
    box-shadow: 0.5rem 0.5rem 0 #bbb;
}
.bottomLink:actice{background-color: black;color: white;}
#bottomLogo {
    width: 12%;
}

#copyright {
    color: black;
    font-size: 0.5rem;
    letter-spacing: normal
}

#footer {
    padding-top: 1rem;
}
.frameContainer {
}
iframe{
    width: 100%;
    height: 25em;
    border: none;
    border-bottom: solid 2px black;
    margin: 0;
    
}
.frameTitle {
    padding: 0.5em 0 0.3em 0;
    color: #333;
    display: flex;
    justify-content: center;
    font-weight: 500;
    letter-spacing: 0.5em;
    border-bottom: solid 2px black;
}
.frameTitle a{
    letter-spacing: 0;
    font-size: 0.8em;
    color: white;
}
.introImgBox{
    justify-content: space-between;
}
.introImgBox img{
    max-width: 25%;
}
.contactLine{
    padding: 1em 0  0;
    width: 10em;
    margin: 0 auto;
    font-weight: 500;
    border-bottom: solid 4px #41b883;
    color: #333;
    transition: 0.5s;
}
.contactLine:hover{
    color: black;
    width: 11em;
}
.contactLine a{
    color: inherit;
    text-decoration: none;
}
.selfForm{
    background-color: #eee;
    padding: 1em 2em;
    border-radius: 1em;
    margin-bottom: 2em;
}
form h3{
    margin: 1em 0;
}
.dataLine{
    margin: 1em 0;
    display: flex;
}
.fieldTitle{
    margin-right: 1em;
}
.dataLine input{
    flex-grow: 1;
}
input{
    font-size: 1em;
    border-radius: 0.5em;
    padding: 0.3em;
    border: solid 1px #ccc;
}
input[type=submit]{
    padding: 0.6rem 1.5rem;
    border-radius: 2rem;
    margin: 0.5rem;
    text-decoration: none;
    color: white;
    background-color: #41b883;
    letter-spacing: 0.15em;
    font-size: 0.8em;
    font-weight: 500;
    border: none;
    box-shadow: 0.2rem 0.2rem 0 #ccc;
}
.fieldIntro{
    color: gray;
    font-size: 0.7em;
    margin-top: -1em;
    text-align: right;
}
.warning{
    border: dashed 3px #ff6126;
    border-radius: 1em;
    padding: 2em;
    text-align: left;
    margin: 2em 0;
    color: gray;
}
.featureBox{
    color: #888;
    font-weight: 100;
    text-align: justify;
    letter-spacing: 0.2em;
}

.featureLine{
    display: flex;
    margin: 1.5em 0;
    align-items: stretch;
}
.featureBox .lineHead{
    width: 0.2em;
    border-radius: 1em;
    background-color: #44bb88;
    flex-shrink: 0;
    margin-right: 0.8em;
}
.featureBox .dot{
    margin-top: 0.5em;
    height: 0.5em;
    width: 0.5em;
    margin-left: -0.15em;
    margin-right: 0.65em;
}
.featureBox .lineTitle{
    font-size: 1.1em;
    color: #44bb88;
    width: 5em;
    flex-shrink: 0;
    border-right: dotted 0.1em #ddd;
    padding-right: 0.3em;
    margin-right: 0.5em;
}
.featureBox .lineContent{
    text-decoration: underline;
    text-decoration-color: #ddd;
}


.featureBox.dark{
    color: #bbb;
}
.featureBox.dark .lineHead{
    background-color: #f1de9e;
}
.featureBox.dark .lineTitle{
    color: #f1de9e;
    border-right: dotted 0.1em #555;
    text-shadow: 0.1em 0.1em 0 #111;
}
.featureBox.dark .lineContent{
    text-decoration-color: #555;
}

.imgDark {
    border-radius: 2em;
    box-shadow: 0 0 1em #222;
}
h2.dark{
    font-weight: 100;
    letter-spacing: 1em;
    font-size: 1.2em;
    color: #f1de9e;
    text-shadow: 0.1em 0.1em 0 #111;
    margin: 2em 0 1em 0;
    border-bottom: dashed 0.05em #867b53;
}
.contactTable{
    width: 15em;
    margin: 0 auto;
    color: #aaa;
}
.contactTable .contactLine{
    text-align: right;
}
.contactTable>div{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}