

body{
    float: left;
    background-color: #fff;
    color: #2b2b2a;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: arial;
    height: 100vh;
}

.layout{
    float: left;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-image: url('back.jpg');
}


.container{
    float: left;
    width: 100%;
    background-color: transparent;
}

.center{
    float: left;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoOuter{
    float: left;
    width: 20%;
    margin-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.65);
    color: #000;
    padding: 30px;
}


.logo{
    float: left;
    width: 66%;
    margin-left: 19%;
    margin-bottom: 30px;
}

.logoText{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15pt;
    line-height: 29px;
}

.text{
    float: left;
    width: 100%;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 19pt;
    background-image: url(tr.png?1);
    background-size: cover;
    text-transform: uppercase;
    letter-spacing: 2px;
}


@media (max-width: 769px) {

}


@media (max-width: 480px) {
    body{
        background-image: url('back-mobile.jpg?4');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .logo {
        float: left;
        width: 74%;
        margin-left: 15%;
    }
    .text{
        margin-top: 20px;
        font-size: 14pt;
    }
    .logoOuter {
        float: left;
        width: 70%;
        margin-bottom: 0px;
    }
}

@media (max-width: 320px) {
    .logo {
        float: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 100px;
    }
    .text {
        margin-top: 30px;
        line-height: 27px;
        padding-top: 50px;
        padding-bottom: 30px;
    }
}