﻿html {
    height: 100%;
    width: 100%
}

.holder {
    width: 100vw;
    height: 100vh;
    position: relative
}

.frame {
    width: 100vw;
    height: 100vh;
    border: none;
    overflow: hidden;
}

body {
    background-color: #0078d7;
    color: #fff;
    font-family: 'SegoeLight', helvetica, sans-serif;
    font-size: 2.7vmin;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.content {
    position: absolute;
    left: 3.8vw;
    top: 5.5vh;
    height: 30vh;
}

    .content .azureLogo {
        height: 2.7vmin;
        width: 2.7vmin;
        position: relative;
        top: 0.3vmin;
    }

    .content .azureBrand {
        margin: 0 0 6.5vh .2vh;
        font-family: 'Segoe UI', helvetica, sans-serif;
        font-size: 2.7vmin;
    }

    .content .bodyHeadline {
        margin: 3.5vh 0 1vh 0;
        font-size: 5.1vmin;
    }

    .content .bodyContent {
        margin: 1.5vh 0 3.5vh 0;
        font-family: 'Segoe UI', helvetica, sans-serif;
        font-size: 2.7vmin;
    }

        .content .bodyContent a {
            color: #fff;
            text-decoration: underline;
        }

            .content .bodyContent a:hover {
                opacity: .7;
            }
