@charset "UTF-8";
/* CSS Document */

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

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-image: url(images/patrick-tomasso-40308-unsplash.jpg);
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
}

nav {
    position: absolute;
    position: fixed;
    background-color: transparent;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 8%;
    padding: 0 2em 0;
    z-index: 1;
}

nav > a {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: white;
    margin: 1.5em 2em 0;
    text-align: center;
    text-decoration: none;
}

nav > a > p {
    display: inline;
    padding: 0;
    margin: 0;
    color: lightblue;
}


#right {
    float: right;
}


#left-half {
    position: absolute;
    top: 4em;
    left: 0;
    width: 40%;
    height: 92%;
    margin: 0;
    padding: 0;
}

#ss {
    position: absolute;
    top: 15%;
    left: 5%;
    height: 70%;
    width: auto;
}

h1 {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2.5em;
    position: absolute;
    top: 25%;
    left: 63%;
}

#download {
    color: white;
    background: black;
    padding: 1em 2em;
    border-radius: 1.6em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: absolute;
    top: 45%;
    left: 63%;
    text-decoration: none;
}

#help {
    position: absolute;
    bottom: 1em;
    left: 48%;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

