body{
    background-image: url('../img/background.gif');
    background-size: cover;
    height: 100vh;
    padding:0;
    margin:0;
}

div.banner{
    left: 0;
    line-height: 200px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    font-family: 'orelega one', cursive;
}


@media (min-width: 768px) {

div.banner{
    font-size: 200px;
}

#idealist ul{
	font-size: 25px;
        line-height: 0px;
        font-family: 'orelega one', cursive;
}

#idealist li {
	display: inline;
}

}

@media (max-width: 767px) {
div.banner{
    line-height: 100px;
    font-size: 100px;
}

#idealist ul{
	font-size: 25px;
        line-height: 25px;
        font-family: 'orelega one', cursive;
}

#idealist li {
	display: block;
}
} 
