/* FONTS */

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

@font-face {
    font-family: 'LatoRegular';
    src: url('fonts/lato/Lato-Regular.eot');
    src: url('fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/lato/Lato-Regular.woff2') format('woff2'),
        url('fonts/lato/Lato-Regular.woff') format('woff'),
        url('fonts/lato/Lato-Regular.ttf') format('truetype'),
        url('fonts/lato/Lato-Regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'webhostingGlyphs';
    src: url('fonts/whhg/webhostinghub-glyphs.eot');
    src: url('fonts/whhg/webhostinghub-glyphs.eot?#iefix') format('embedded-opentype'),
        url('fonts/whhg/webhostinghub-glyphs.ttf') format('truetype'),
        url('fonts/whhg/webhostinghub-glyphs.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*  Viewport Scaler */

--ideal-viewport-width: 1600;
--current-viewport-width: 100vw;
--min-viewport-width: 350px;
--max-viewport-width: 3840px;

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
}

a:link {
    color: #00fffc;
    text-decoration: none;
}

a:visited {
    color: #00fffc;
    text-decoration: none;
}

a:hover {
    color: #ffff00;
    text-decoration: none;
}

a:active {
    color: #00fffc;
    text-decoration: none;
}

.circle {
    position: relative;
    top: -80px;
    float: right;
    width: 30vw;
    height: 30vw;
    max-width: 340px;
    max-height: 340px;
    border-radius: 50%;
    padding: 20px;
    border: 7px solid rgba(255, 255, 000, 0.8);
}

body {
    font-family: LatoRegular, arial, helvetica, sans-serif;
    color: #f2f2f2;
    background-image: url(blue-tile-corner.jpg), url(blue-tile-repeat.jpg);
    background-repeat: no-repeat, repeat;
    background-position: top left, top left;
    background-attachment: fixed, fixed;
    overflow-x: hidden;
}

/* Down Arrow Thingy */

article:after {
    font-size: 5em;
    font-family: webhostingGlyphs;
    content: '\f475';
    color: rgba(255, 255, 000, 0.8);
    margin: 0 0 0 50%;
}

.container {
    position: relative;
    border-radius: 60px 60px 60px 60px;
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.6);
    padding: 40px 40px 60px 40px;
    margin: 0% 10% 0% 20%;
    font-size: 1.1em;
}

#vpblm {
    margin-top: 10%;
    background-color: rgba(078, 078, 078, 0.9);
}

#problem {
    background-color: rgba(170, 084, 0, 0.9);
}

#process {
    background-color: rgba(0, 120, 127, 0.9);
}

#extension {
    background-color: rgba(0, 120, 127, 0.9);
}

.img {
    position: absolute;
    float: right;
    top: -50px;
    right: 10px;
    max-width: 45%;
    height: auto;
    z-index: -1;
}

.make-way {
    padding-right: 35%;
}

#demo {
    width: 80%;
    height: auto;
    border-radius: 20px;
    box-shadow: 5px 5px 10px black;
    margin: auto;
}

article h1 {
    position: relative;
    display: inline-block;
    font-size: 2em;
    letter-spacing: 0.1em;
    line-height: 1.0em;

    width: auto;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 60px 60px 60px 60px;
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
    padding: 20px 20px 20px 20px;
    margin: 2% 0 2% -10%;
    z-index: 1;
}

article h2 {
    font-size: 1.5em;
    margin: 20px 0px 20px 0px;
}

article p {
    margin: 10px 0px 10px 0px;
}

article ol {
    list-style: none;
}

article li {
    margin: 10px 0px 10px 20px;
    padding-left: 0px 50% 0px 0px;
    padding: 10px 10px 10px 20px;
}

article .solution {
    font-size: 0.9em;
    line-height: 1.1em;
    border-radius: 30px 30px 30px 30px;
    background-color: rgba(9, 51, 67, 0.9);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6);
    margin: 10px 0px 10px 0px;
    padding: 20px;
}