/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 04.11.2018, 2:15:33
    Author     : Nick Denry
*/

.main-text {
    /*    background: url('../../theme/images/main-text/background1.jpg') no-repeat top center;*/
    font-size: 16px;
}

.main-text__content {
    /*background: rgba(255,255,255,0.8) url('../../theme/images/main-text/background.png') repeat top left;*/
    padding: 15px 0px 15px 0px;
}

.main-text__logo {
    margin-top: 160px;
}


.main-text__header {
    font-family: 'PT Sans', 'Open Sans', Arial, Tahoma, Verdana, sans-serif;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.main-text__double-size {
    font-size: 18px;
    margin: 10px 0px 20px 0px;
}