* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 148px;
}

body {
    position: relative;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 150%;
    color: #262626;
    background-color: #FFFFFF;
    height: auto;
}

.center {
    position: relative;
    box-sizing: border-box;
    width: 800px;
    margin: 0px auto;
}

header {
    position: sticky;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    background-color: #FFFFFF;
    top: 0;
    padding: 24px 8px 10px;
    margin: 0px -8px;
    z-index: 100;
}

.head_big {
    font-family: 'Racing Sans One', cursive;
    font-size: 3.3em;
    font-style: normal;
    color: #005449;
}

.head_sub {
    display: inline-block;
    font-family: 'Racing Sans One', cursive;
    font-size: 1.6em;
    color: #005449;
    margin-top: 4px;
    z-index: 100;
}

nav {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: 'Kanit', sans-serif; */
    display: inline-block;
    color: #005449;
    font-weight: 600;
    white-space: nowrap;
}

nav a {
    display: inline-block;
    text-decoration: none;
    color: #005449;
    text-decoration: none;
    padding: 6px 8px 4px;
}

.main_nav a {
    font-size: 1.3em;
    border: 1px solid #FFFFFF;
    margin-left: 8px;
}

.main_nav a:hover,
a.menuButtonActive,
a.menuButtonActive:hover {
    font-family: Arial, Helvetica, sans-serif;
    color: #005449;
    text-decoration: none;
    background-color: #F2F6F6;
    border: 1px solid #005449;
}

.menu {
    position: absolute;
    display: block;
    visibility: hidden;
    font-weight: 700;
    left: 0px;
    top: 0px;
    border-top: 1px solid #005449;
    border-left: 1px solid #005449;
    border-right: 1px solid #005449;
    padding: 0px;
    margin: 0px;
    z-index: 200;
  }

 .menu a.menuItem {
    display: block;
    letter-spacing: 1px;
    color: #FFFFFF;
    background-color: #33766D;
    /* color: #005449; */
    /* color: #000000; */
    /* background-color: #F2F6F6; */
    border-bottom: 1px solid #005449;
    padding: 6px 12px;
    text-decoration: none;
}

a.menuItem:hover, a.menuItemHighlight {
    color: #005449;
    background-color: #F2F6F6;
    /* color: #FFFFFF;
    background-color: #33766D; */
}

footer {
    position: fixed;
    /* box-sizing: border-box; */
    text-align: center;
    background-color: #FFFFFF;
    bottom: 0px;
    width: 816px;
    padding: 0px 8px;
    margin: 0px -8px;
    z-index: 100;
}

.footer {
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
    border-top: 2px solid #005449;
    padding: 4px 0px 6px;
    margin-top: 24px;
}

.copy {
    color: #545454;
}

footer span {
    margin-left: 8px;
    margin-right: 8px;
}

h1 {
    font-family: 'Kanit', sans-serif;
    font-size: 3.0em;
    font-style: normal;
    font-weight: 500;
    color: #005449;
    border-bottom: 2px solid #005449;
    padding-bottom: 10px;
    margin: 64px 0px 24px;
}

h2 {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 2.4em;
    font-style: italic;
    font-weight: 600;
    color: #005449;
    margin: 36px 0.0em 12px;
}

h2 span {
    font-size: 1.7rem;
    margin-left: 24px;
}

h3 {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    color: #005449;
    margin-top: 16px;
}

p {
    margin-bottom: 8px;
}

a {
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

a:link, a:visited, a:active {
    color: #005449;
    text-decoration: none;
}

a:hover {
    color: #467C6B;
    text-decoration: underline;
}

/* a[name] {
    scroll-margin-top: 102px;
} */

li {
    margin-left: 2em;
}

.tech {
    margin-top: 18px;
    margin-bottom: 18px;
}

.tech p {
    margin-bottom: 4px;
}

.tech span {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    color: #005449;
    /* padding-right: 8px; */
    padding-right: 0.5em;
}

.devicon {
    display: inline-block;
    height: 40px;
    width: 40px;
}

.svg {
    text-align: center;
    height: 40px;
    width: 40px;
}

.txt {
    color: #005449;
    font-size: 0.83em;
}

.appstore img {
    height: 40px;
    width: 135px;
}

.screenshots, .video {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    color: #005449;
    background-color: #B3CCC9;
    margin: 32px 0px 48px;
    border: solid 1px #005449;
}

.screenshots ::-webkit-scrollbar {
    width: 10px;
}

.screenshots ::-webkit-scrollbar-track {
    background-color: #B3CCC9;
    -webkit-box-shadow: inset 0 0 6px rgba(7,33,28,0.4);
}

.screenshots ::-webkit-scrollbar-thumb {
    background-color: #80AAA4;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(7,33,28,0.2);
    border: 2px solid transparent;
    border-top: 3px solid transparent;
    background-clip: content-box;
}

.screenshots p,
.video p {
    margin: 9px 0px 1px 20px;
}

.screenshots_scroll {
    height: 653px;
    overflow: auto;
    white-space: nowrap;
    padding: 0px 10px 0px 10px;
}

.web_screenshots .screenshots_scroll {
    height: 506px;
}

.screenshots img {
    margin: 10px;
}

.ios_screenshots img {
    height: 609px;
    width: 281px;
}

.mac_screenshots {
    display: inline-block;
    padding: 0px 16px 12px;
    margin-top: -16px;
    margin-bottom: 16px;
}

.web_screenshots img {
    height: 464px;
    width: 559px;
    border: 1px solid #000000;
}

.between_screenshots {
    margin-top: -16px;
}

.video_iframe {
    position: relative;
    margin: 0px 20px 14px;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.homepage {
    display: inline-block;
    background-color: #B3CCC9;
    border: solid 1px #005449;
    padding: 24px;
    margin-top: 32px;
}