@font-face {
    font-family: "DMSans";
    src: 
        url("/fonts/DMSans-VariableFont.ttf") format("truetype");
    font-weight: 100 900;
}
body {
    margin: 0;
    text-align: center;
    width: 100%;
    background-color: #FFFFFC;
    font-weight: 500;
    font-family: "DMSans";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.window {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

a {
    text-decoration: underline;
    color: #000000;
    font-weight: 600;
}

div.presentation-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
div.hero-section {
    padding-bottom: 20px;
}
div.order-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
div.autocapture-section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
div.manualcapture-section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
div.coloroptions-section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
div.dailylog-section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
div.ask-section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
div.anywhere-section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
div.specifications-section {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

div.hero-section
div.title {
    margin-top: 20px;;
    font-weight: 500;
    font-size: 3.5rem;
    letter-spacing: -0.06rem;
}
div.hero-section
div.description {
    font-size: 1rem;
    letter-spacing: -0.06rem;
}
div.order-section
div.button {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.25rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

div.order-section
div.button a {
    color: #FFFFFF;
    text-decoration: none;
}

img, video {
    border-radius: 10px;;
}

img.image-frame {
    height: 55vh;
    width: 90%;
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

img.image-frame-noheight {
    width: 90%;
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

img.image-frame-720 {
    max-height: 500px;
    max-width: 90%;
    width: auto;
    object-fit: cover;
    object-position: center center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

img.image-max {
    max-height: 400px;
    max-width: 90%;
    width: auto;
    object-fit: cover;
    object-position: center center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.presentation-section
div.video-thumbnail {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
}

div.video-thumbnail,
img.image-thumbnail {
    width: 60vw;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.image-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

img.image-content {
    margin-bottom: 30px;
    min-width: 155px;
    height: 30vh;
    width: 30%;
    object-fit: cover;
}

div.order-section
div.info {
    font-size: 1rem;
    margin-top: 5px;
}

div.autocapture-section
div.title {
    font-size: 2.75rem;
    line-height: 120%;
    padding-bottom: 10px;
}

div.autocapture-section
video {
    max-width: 500px;
    max-height: 500px;
    width: 70%;
    margin-bottom: 30px;
}

div.manualcapture-section
div.title {
    font-size: 2.75rem;
    line-height: 120%;
    padding-bottom: 10px;
}
div.coloroptions-section
div.title {
    font-size: 2.75rem;
    line-height: 120%;
    padding-bottom: 10px;
}
div.anywhere-section
div.title {
    font-size: 2.75rem;
    line-height: 120%;
    padding-bottom: 10px;
}
div.dailylog-section
div.title {
    font-size: 2.75rem;
    line-height: 120%;
    padding-bottom: 10px;
}
div.ask-section
div.title {
    font-size: 2.75rem;
    line-height: 120%;
    padding-bottom: 10px;
}
div.specifications-section
div.title {
    font-size: 2.75rem;
}
div.specifications-section
div.specs
div.spec {
    margin-bottom: 10px;
}
div.specifications-section
div.specs
div.spec
div.spec-title {
    font-weight: 800;
}
div.specifications-section
div.specs
div.spec
div.spec-value
i {
    font-size: 0.5rem;
}

div.spec {
    text-align: left;
}

div.presentation-section
video {
    max-width: 800px;
    max-height: 450px;
    width: 70%;
    margin-bottom: 10px;
}
