﻿@import url('https://fonts.googleapis.com/css?family=Orbitron:900&display=swap');

html{overflow-x: hidden;}
body{
    background: url(../images/tlo.jpg);
    background-size: auto;
    margin: auto;
    font-family: 'Orbitron', sans-serif;
    font-size: 21.78px;
    line-height: normal;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
 }

img {max-width: 100%;}


#logo img {
    margin-top: 6%;
    margin-left: 6%;
}

#tekst--haslo {
    height: 75vh;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -webkit-inline-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    -ms-flex-align: center;
    -webkit-align-items: left;
    -webkit-box-align: end;
    text-align: left;
    color: #fff;
    padding-left: 15%;text-transform: uppercase;
}

h1 {
    font-size: 3.9rem;margin: 0;
}

h2 {
    font-size: 8.8rem;margin: 0;
}

h3 {
    font-size: 16rem;margin: 0;
}

@media (max-width: 1140px) {
    #tekst--haslo {padding-left: 0;    align-items: flex-end;padding-right: 13%;}
    h1 {font-size: 2rem;}
    h2 {font-size: 2.8rem;}
    h3 {
        font-size: 3.5rem;
    transform: rotate(90deg) !important;
    margin-top: 110px;
    margin-right: -110px;
    }
    #logo img {
        margin-top: 8%;
        margin-left: 15%;
        width: 160px;
    }
    body {
        background: url(../images/tlo-mobile.jpg);
        background-position: left center;    background-attachment: fixed;
        background-size: cover;
    }
}