@charset "UTF-8";
/* CSS Document */

body {
    font-size: 17px;
    line-height: 140%;
} 


#content .segment_first .inner {
    padding-top: 10% !important;
}

@media only screen and (min-width: 1800px) {
    body {
        font-size: 18px;
        line-height: 140%;
    }   
    #content .segment_first .inner {
        padding-top: 180px !important;
    }
    #header {
        padding-bottom: 200px;
        
    }
    #header .header_bottomedge {
        background-size: 100% 100%;
        width: 100%;
        height: 0;
        padding-bottom: 120px;
        
    }
    #content {
        margin-top: 200px;
    }
    #slideshow {
        padding-top: 240px;
    }
    
    .text_centered {
        width: 80%; 
    }
}