﻿body {
    background-color: grey;
    margin: 0px;
    overflow-x: hidden;
    background-image: url(../pics/BG_par.jpg);
    background-size: cover;
    position: absolute;
    height: 1080px;
    width: 100%;

}

.dropdown {
    display: inline-block;
}

.dropdown-content-lep {
    display: none;
    position: absolute;
    background-color: grey;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    border-radius: 15px;
    z-index: 1;
    top: 250px;
    left: 1000px;
    color: white;
}

.dropdown-content-cesi {
    display: none;
    position: absolute;
    background-color: grey;
    width:360px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    border-radius: 15px;
    z-index: 1;
    top: 00px;
    left: 600px;
    color: white;
}

.dropdown-content-juva {
    display: none;
    position: absolute;
    background-color: grey;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    border-radius: 15px;
    z-index: 1;
    top: -230px;
    left: 450px;
    width: 550px;
    color: white;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: grey;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    border-radius: 15px;
    z-index: 1;
    top: -230px;
    left: 500px;
    width: 350px;
    color: white;
    z-index: 1;
}

.dropdown-content-st1 {
    display: none;
    position: absolute;
    background-color: grey;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    border-radius: 15px;
    z-index: 1;
    top: -250px;
    left: 200px;
    width: 350px;
    color: white;
    z-index: 1;
}

.dropdown-content-st2 {
    display: none;
    position: absolute;
    background-color: grey;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    border-radius: 15px;
    z-index: 1;
    top: -230px;
    left: -100px;
    width: 350px;
    color: white;
    z-index: 1;
}
.dropdown:hover .dropdown-content-lep {
    display: block;
}

.dropdown:hover .dropdown-content-st1 {
    display: block;
}
.dropdown:hover .dropdown-content-st2 {
    display: block;
}
.dropdown:hover .dropdown-content-juva {
    display: block;
}
.dropdown:hover .dropdown-content-cesi {
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.page {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    height: 600px;
    width: 1000px;
    top: 15px;
    background-color: white;
    background-image: url(../pics/page_bg.png);
    background-attachment: scroll;
    background-size: cover;
    border-radius : 25px;
    padding-top: 20px;
    padding-left: 40px;
    font-size : 20px;
}

    .page h2 {
        text-align: center;
        font-size: 35px;
        color: red;
        text-decoration: underline;
    }

.st {
    position: relative;
    top: 180px;
    left : -400px;
}

.en{

    font-weight:bold;

}

.st1 {
    position: relative;
    top: 250px;
    left: -380px;
}

.st1 img {

width : 100px;
height : 100px;

}

.st2 {
    position: relative;
    top: 25px;
    left: 650px;
}

    .st2 img {
        width: 150px;
        height: 150px;
    }

.page2 {

    position: relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    height: 550px;
    width: 1000px;
    top: 15px;
    background-color: white;
    background-image: url(../pics/page_bg.png);
    background-attachment: scroll;
    background-size: cover;
    border-radius: 25px;
    padding-top: 20px;
    padding-left: 40px;
    font-size: 20px;

}

.page2 h2 {
    text-align: center;
    font-size: 35px;
    color: red;
    text-decoration:underline;

}

.CESI{

    position:relative;
    top:-50px;

}


.CESI img {
    width: 100px;
    height: 100px;

}

.Juva {
    position: relative;
    width: 400px;
    height: 100px;
    left: -300px;
    top: 200px
}
    .Juva img {
        width: 200px;
        height: 100px;
    }



