body {
    
}

.display_course_menu_section {
    height: 100%;
    width: 100%;
}

.bar_bg_1 {
    height: 50%;
    width: 100%;
    background-color: #00365C;
    position: absolute;
    z-index: 0;
}

.nav_bar_bottom {
    background-color: #00365C;
    height: 52px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.course_menu_logo {
    height: 52px;
    position: absolute;
    left: 0px;
    top: 12%;
}

.sub_menu_link_section {
    position: absolute;
    color: #FFFFFF;
    font-size: 12px;
    right: 0px;
    top: 12px;
    z-index: 1;
}

.course_menu_link_section {
    height: 380px;
    width: 800px;
    position: absolute;
    left: calc(50% - (800px / 2));
    top: calc(50% - (380px / 2));
}

.course_menu_link {
    height: 100%;
    width: calc(90% / 3);
    display: inline-block;
    margin-right: 5%;
    text-align: center;
}

.course_menu_link_1 {
    color: #9D1E60;
}

.course_menu_link_2 {
    color: #F79838;
}

.course_menu_link_3 {
    margin-right: 0%;
    color: #00B2D7;
}

.course_menu_img {
    position: absolute;
    height: 295px;
    left: 0px;
}

.course_menu_link .caption {
    bottom: 0px;
    font-size: 16px;
    position: absolute;
    text-align: center;
    width: 100%;
    margin-left: 5%;
    font-family: 'CenturyGothic';
}

.course_menu_link:hover {
    font-weight: bold;
}

.nav_bar_bottom .caption {
    font-size: 14px;
    color: #F79838;
    position: absolute;
    left: 0px;
    top: calc(50% - (18px / 2));
}

.caption_1 {
    margin-left: 0px !important;
}

.font_white{
    color: #FFFFFF !important;
}

.font_white:hover {
    color: #D21C5B !important;
}

.img_1 {
    left: 12px;
}

.img_2 {
    left: 24px;
}

.sub_menu_link_section a:hover {
    color: #D21C5B !important;
}

a {
    cursor: pointer;
}