﻿

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}


.img_frontPage_bigLogo {
    width: 600px;
}

.div_frontPage_bigLogo {
    margin-top: 50px;
    margin-bottom: 50px;
}

.img_frontPage_bigChart_title {
    padding-top: 30px;
}

.img_frontPage_bigChart {
    width: 100%;
    /*padding-top: 100px;*/
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

}


@media screen and (min-width: 768px) {


}

/* change layout*/
@media screen and (min-width: 992px) {

    .div_frontPage_bigLogo {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .img_frontPage_bigChart {
        padding-top: 0px;
    }

    .img_frontPage_bigChart_title {
        padding-top: 0px;
    }


    .img_frontPage_bigLogo {
        margin-top: 200px;
    }
}


@media (min-width: 1800px) {



}