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

body {
    font-family: 'Raleway', sans-serif;
    height: 100vh;
    background: #333 url('2015.04.30_The+BAZAAR+Sunset-213.jpg') no-repeat center center / cover;
    color: #ccc;
    overflow: hidden;
}

.container {
    margin-top: 0;
}

.navbar{
    opacity: 0.9;
}

.container-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 0 3rem;
    margin-top: 100px;
}

#nav-bar li {
    display: flex;
    position: absolute;
    float: left;
    margin-top: 0px;
    padding:50px;
}

h1,h2 {
    font-weight: 200;
    margin: 0.4rem;
}

h1{
    font-size: 3.5rem;
    color: #fff;
}

h2{
    font-size: 2rem;
    color: rgb(228, 161, 161);
}

@media(min-width: 1200px) {
    h1{
        font-size: 4rem;
    }
}

@media(max-width: 800px) {
    .container-1 {
        padding: 0 1rem;
    }
    h1{
        font-size: 3rem;
    }
}

@media(max-width: 500px) {
    h1{
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }

     
}