
/*
edit: this is the interior page
*/
body{

    background:rgba(255, 255, 255, 1.0) !important;
    color:black !important;
    font-family:'Titillium Web', sans-serif !important;
    font-weight: 300 !important;
}

h1, h2, h3, h4{
    font-family:'Titillium Web', sans-serif !important;
    font-weight: 500 !important;
}

@media only screen and (max-width: 768px) {
    /*body {font-weight:200 !important;}*/
    h1 {font-size:1.9em !important;font-weight:400!important}
    h2 {font-size:1.6em !important;font-weight:400!important;}
    h3 {font-size:1.3em !important;font-weight:500!important;}
    h4 {font-size:1.1em !important;font-weight:500!important;}
}

@media only screen and (max-width: 428px) {

    h1 {font-size:1.9em !important;font-weight:400!important}
    h2 {font-size:1.6em !important;font-weight:400!important;}
    h3 {font-size:1.3em !important;font-weight:500!important;}
    h4 {font-size:1.1em !important;font-weight:500!important;}
}

@media only screen and (max-width: 1024px) {
    body {
        font-size:medium;
    }
    .item{
        font-size:.8em !important;
        min-width:0 !important;
        width:0 !important;
        max-width:0 !important;
    }


    .ts-flex-row {
        flex-direction: column !important;
    }
}