﻿.mnu {
    background-color: #002343;
    color:white !important;
}

.mnu:hover {
    color: yellow !important;
}

.mnuHighLight {
    -webkit-animation: name 3s infinite !important;
    background-color: #002343;
    font-weight:bold;
}

@keyframes name {
    0% {
        color: yellow;
    }

    30% {
        color: yellow;
    }

    60% {
        color: #002343;
    }

    100% {
        color: yellow;
    }
}

.dynMenu{
    text-align:left !important;
}

.parallax {
    /* The image used */
    background-image: url("../Images/course-bkg.png");
    /* Set a specific height */
    min-height: 300px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_Contact {
    /* The image used */
    background-image: url("../Images/1575989448.jpg");
    /* Set a specific height */
    min-height: 150px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_Centers {
    /* The image used */
    background-image: url("../Images/EDUCATION.png");
    /* Set a specific height */
    min-height: 150px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_Student_Login {
    /* The image used */
    background-image: url("../Images/sisu-opintojaksoilmo.html");
    /* Set a specific height */
    min-height: 150px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_Course_Details {
    /* The image used */
    background-image: url("../Images/cate4_1_img07_pc.jpg");
    /* Set a specific height */
    min-height: 150px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_Student_Details {
    /* The image used */
    background-image: url("../Images/student-details.jpg");
    /* Set a specific height */
    min-height: 150px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_Courses {
    /* The image used */
    background-image: url("../Images/course-bkg1.jpg");
    /* Set a specific height */
    min-height: 150px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_Student_Verification {
    /* The image used  */
    background-image: url("../Images/student-verification.jpg");
    /* Set a specific height */
    min-height: 150px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.parallax_Student_Verification_1 {
    /* The image used  */
    background-image: url("../Images/student-verification.png");
    /* Set a specific height */
    min-height: 150px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
