body{
    counter-reset: x;
}
#banner {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75px;
    z-index: 3;
}
#bannerMenu{
    position: fixed;
    top: 75px;
    width: 100%;
    min-height: 240px;
    max-height: 280px;
    overflow-y: auto;
    display: none;
    z-index: 2;
}
h3{
    color: #0034ff;
}
.exampleHeading::before{
    counter-increment: x;
    content: "Heading " counter(x);
}
.parallax{
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
}
#logo{
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.blockImage{
    width: 80%;
    height: auto;
}
.paraMarket{
    margin-left: 10%;
    width: 80%;
}
.mySlides{
    display: none;
}
.letter{
    display: none;
}
.news{
    height: 300px;
}