﻿body {
    content: "image-viewer-active"; /* Will be unset by @media when the screen is too small for the image viewer */
}

#hero {
    align-items: center;
    background: #4D4D4D;
    background: -moz-linear-gradient(top, #373737 0%, #4D4D4D 40%, #4D4D4D 100%);
    background: -webkit-linear-gradient(top, #373737 0%, #4D4D4D 40%, #4D4D4D 100%);
    background-image: linear-gradient(to bottom, #373737 0%, #4D4D4D 40%, #4D4D4D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#373737", endColorstr="#4D4D4D", GradientType=0);
    display: flex;
    height: 280px;
    padding: 0 20px;
}

#heroContentGrid {
    align-content: center;
    color: #FFFFFF;
    display: grid;
    flex-grow: 1;
    grid-gap: 15px;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
}

#heroContentGrid > div {
    align-self: center;
}

#heroLogo {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
}

#heroLogo img {
    border-radius: var(--main-border-radius);
    height: 100px;
    width: 100px;
}

#heroTitle {
    font-family: sans-serif;
    font-size: 50px;
    grid-column: 2;
    grid-row: 1;
    line-height: 59px;
    text-align: left;
}

#heroTagline {
    font-family: var(--content-font-family);
    font-size: 14px;
    grid-column: span 2;
    grid-row: 2;
    line-height: 21px;
    text-align: center;
}

.content-section {
    padding: 80px 70px 0 70px;
}

.content-section-title {
    font-family: var(--content-font-family);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 32px;
}

.content-section-text {
    font-family: var(--content-font-family);
    font-size: 14px;
}

.content-section-description {
    margin-bottom: 26px;
}

.white-section {
    background-color: #FFFFFF;
}

.gray-section {
    background-color: #F2F2F2;
}

.content-item {
    border-radius: var(--main-border-radius);
}

.content-button {
    border-radius: var(--main-border-radius);
    font-family: 'Segoe UI Semibold', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}

.strong-link {
    font-weight: bold;
}

#specSection {
    padding-bottom: 80px;
}

#specSectionButtons {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    justify-content: flex-start;
    margin-bottom: 25px;
}

#specSectionButtons button {
    margin-bottom: 4px;
}

#specSectionButtons1 {
    display: flex;
    flex-direction: column;
    margin-right: 28px;
}

#specSectionButtons2 {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}

#specSectionButtonRead {
    height: 58px;
    width: 300px;
}

#specSectionButtonTutorials {
    height: 58px;
    width: 300px;
}

#specSectionButtonAsk {
    height: 58px;
    width: 300px;
}

#specSectionButtonView {
    height: 182px;
    width: 300px;
}

.button-subtitle {
    font-family: Roboto;
    font-size: 10px;
}

#collabSection {
    padding-bottom: 72px;
}

#collabSectionButtons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#collabSectionButtons img {
    border: 2px solid #D2D2D2;
    border-radius: var(--main-border-radius);
    height: 100px;
    margin: 8px 10px;
    width: 100px;
}

#toolsSection {
    padding-bottom: 0;
}

#toolsSectionContent {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

#toolsSectionContent > div {
    flex: 1;
    margin-bottom: 80px;
    margin-right: 50px;
}

#toolsSectionContentCsharp {
    align-items: center;
    display: flex;
}

.tools-section-platform-label-large {
    font-family: var(--content-font-family);
    font-size: 24px;
    font-weight: bold;
}

.tools-section-platform-label-small {
    font-family: var(--content-font-family);
    font-size: 16px;
    font-weight: bold;
}

.path-line-container {
    align-self: stretch;
    flex: 1 0 24px;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
}

.path-line-container svg {
    stroke: #9F9F9F;
}

.path-line-container .stretch-horizonal {
    height: 20px;
    width: 100%;
}

.path-line-container .stretch-vertical {
    height: 100%;
    width: 24px;
}

.stroke-1x {
    stroke-width: 1px;
}

.stroke-2x {
    stroke-width: 2px;
}

.tools-item-list > div {
    display: flex;
    margin-top: 25px;
}

#toolsSectionContentOther > div {
    align-items: center;
    margin-top: 50px;
}

.tools-item-list > div:first-child,
#toolsSectionContentOther > div:first-child {
    margin-top: 0;
}

.tools-item-other-label {
    flex: 1;
    display: flex;
    margin-right: 20px;
}

.tools-item-other-label .path-line-container {
    margin-right: 0;
}

.tools-item-description {
    flex: 1 0;
    font-family: var(--content-font-family);
    font-size: 13px;
    line-height: 17px;
}

.tools-item-button {
    background-color: #F2F2F2;
    border-radius: var(--main-border-radius);
    color: #262626;
    display: flex;
    font-family: var(--content-font-family);
    font-size: 8px;
    height: 40px;
    margin-left: 20px;
    padding: 8px 9px;
    text-align: left;
    width: 80px;
}

.tools-item-button-icon {
    margin-right: 8px;
}

#viewersSection {
    padding-bottom: 53px;
}

#viewersSectionContent {
    display: flex;
    flex-wrap: wrap;
}

.viewer-card {
    background: #EAEAEA;
    border: 2px solid #D2D2D2;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    margin-bottom: 27px;
    margin-right: 40px;
    padding: 12px;
    width: 380px;
}

.viewer-title {
    font-family: var(--content-font-family);
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
}

.viewer-description {
    font-family: var(--content-font-family);
    font-size: 12px;
    height: 100%;
    margin-bottom: 19px;
}

.viewer-screenshot img {
    border-radius: var(--main-border-radius);
    cursor: pointer;
    height: auto;
    margin-bottom: 12px;
    width: 100%;
}

.viewer-buttons button {
    background: #DADADA;
    border-radius: var(--main-border-radius);
    font-family: var(--content-font-family);
    font-size: 14px;
    height: 32px;
    margin-right: 4px;
    width: 120px;
}

.viewer-buttons button:not([disabled]) {
    background: #FFFFFF;
}

/* ImageViewer overrides */
#imageViewer {
    background-color: rgba(0, 0, 0, 0.7);
}

#imageViewerDialog {
    border: 4px solid #DDD;
    border-radius: var(--main-border-radius);
}

#imageViewerTitleBar {
    background-color: #DDD;
}

#imageViewerCloseButton {
    background-color: #FFCC00;
    color: #000;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 10px;
}