﻿.main {
    background: url('../img/bkg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.app-title h1 {
    font-size: 4em;
    color: #FFF;
    font-weight: 300;
    text-align:right;
}

.app-title h2 {
    color: #FFF;
    text-align: right;
    font-weight: 300;
}

.laika-dam {
    font-weight: 700;
}


.app-slogan {
    font-size: 1.5em;
    color: #FFF;
    font-weight: 100;
}
