@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

@font-face {
    font-family: 'Foco-BoldItalic';
    src: url('../fonts/Foco-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Foco-BoldItalic.woff') format('woff'), url('../fonts/Foco-BoldItalic.ttf') format('truetype'), url('../fonts/Foco-BoldItalic.svg#Foco-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url("../img/bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    font-size: 16px;
    position: relative;
    min-height: 100vh;
}

.container {
    max-width: 508px;
    margin: auto;
    padding-top: 20px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.img-responsive {
    max-width: 100%;
    width: 640px;
    height: auto;
}

h1 {
    margin-top: 35px;
    margin-bottom: 40px;
    font-size: 48px;
    font-family: "Foco-BoldItalic", sans-serif;
    text-transform: uppercase;
}

p {
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 19px;
}

a.order {
    color: #00AEEF;
    font-weight: 600;
    margin-bottom: 35px;
}

a {
    font-size: 16px;
    display: block;
    text-decoration: none;
    color: #000;
    line-height: 19px;
}

a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 769px) {
    .container {
        margin-top: 40px;
    }

    .net-man {
        position: absolute;
        width: 40%;
        height: 40%;
        bottom: 0;
        z-index: -1;
        right: 0;
        background: url("../img/net-man-02.svg");
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        background-position: bottom right;
    }

}

@media screen and (min-width: 936px) {
    .net-man {
        width: 50%;
        height: 50%;
    }

    .container {
        margin-top: 110px;
    }

}