


/* Extra large devices (large desktops) */
/* No media query since the extra-large breakpoint has no upper bound on its width*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat';
    font-size: 14px;
}




/* ======= RESIZING ======= */

#mob {
    display: none;
}

#mainbanner {
    display: block;
    visibility: visible;
}

#main-container {
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

.container-layout {
    width: 100%;
    max-width: 1344px;
    margin: 0 auto;
    padding: 0 14px;
    box-sizing: border-box;
}

/* ======= END RESIZING ======= */





.container {
    animation: transitionIn 0.75s;
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}

@keyframes transitionIn {
    from {
        opacity: 0;
        transform: rotateX(-10deg);
    }

    to {
        opacity: 1;
        transform: rotateX(0);
    }
}




/* ======= NAVBAR ======= */

.navbar-custom {
    color: #4C6C80;
    background-color: white;
}

.nav-link {
    font-size: 13px;
    font-weight: 700;
    color: #4C6C80;
}

.IEE2021nav-btn {
    background-color: white;
    border-color: white;
    height: 35px;
    color: #005B4A;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 600;
}

    .IEE2021nav-btn:hover,
    .IEE2021nav-btn:focus,
    .IEE2021nav-btn:active,
    .IEE2021nav-btn.active,
    .open > .dropdown-toggle.IEE2021nav-btn {
        color: white;
        background-color: #808080;
        border-color: #808080;
    }

.dropdown-menu {
    font-size: 14px;
}

/* ======= END NAVBAR ======= */





/* ======= CARDS ======= */

.IEEM2021_CARDS {
    font-weight: 500;
    font-size: 23px;
    text-align: left;
    color: black;
}

.IEEM2021_CARDIMG{
    height: 90px;
}




.IEEM2021carddeck {
    font-weight: 500;
    font-size: 15px;
    color: #4C6C80;
    padding: 5px 5px 5px 5px;
    background-color: white;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
}

    .IEEM2021carddeck:hover,
    .IEEM2021carddeck:focus,
    .IEEM2021carddeck:active {
        transform: translateY(-15px);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        transition: 0.5s;
    }

.IEEM2021cardheadline {
    font-size: 15px;
    font-weight: 700;
}

.IEEM2021cardsubheadline {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}


.IEEM2021carddeckicon {
    height: 45px;
    display: block;
    margin-left: 13px;
    margin-right: auto;
}

/* ======= END CARDS ======= */





/* ======= JUMBUTRON ======= */
.jumbotron.sunjum {
    margin-top: -20px;
}

.IEEM2021_IMG1_jum {
    height: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.IEE2021subjum-h3 {
    font-weight: 650;
    font-size: 20px;
    text-align: center;
    color: #4C6C80;
}

.IEE2021subjum-p1 {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #808080;
}

.IEE2021subjum-p2 {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #808080;
}

.IEE2021jum-h3 {
    font-weight: 650;
    font-size: 25px;
    text-align: center;
    color: black;
}

.IEE2021jum-p1 {
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    color: #808080;
}

.IEE2021jum-p2 {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #808080;
}

/* ======= END JUMBUTRON ======= */






/* ======= HEADLINE ======= */

.IEE2021headline-h3 {
    font-weight: 650;
    font-size: 35px;
    text-align: left;
    color: #000;
}

.IEE2021subheadline-p1 {
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: #4C6C80;
}

.IEE2021subheadline-p2 {
    font-weight: 500;
    font-size: 15px;
    color: #4C6C80;
}

.IEE2021headline-btn {
    background-color: #4C6C80;
    border-color: #4C6C80;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
}

    .IEE2021headline-btn:hover,
    .IEE2021headline-btn:focus,
    .IEE2021headline-btn:active,
    .IEE2021headline-btn.active,
    .open > .dropdown-toggle.IEE2021headline-btn {
        color: white;
        background-color: #8397CD;
        border-color: #8397CD;
    }



.IEEM2021_headlineimg {
    height: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.col-sm.IEE2021headlinesub {
    margin: 20px 10px 20px 10px;
}

/* ======= END HEADLINE ======= */














.IEE2021_JUSTIFY_TEXT {
    font-weight: 500;
    font-size: 15px;
    color: #4C6C80;
    text-align: justify;
}

.IEE2021_CENTER_TEXT {
    font-weight: 500;
    font-size: 15px;
    color: #4C6C80;
    text-align: center;
}

.IEEM2021_covid_img {
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}


/* ======= ABOUT SG ======= */

.IEEM2021_subpages_img {
    height: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.IEEM2021_subpages_imgsource {
    font-weight: 400;
    font-size: 10px;
    text-align: center;
    color: #4C6C80;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.IEEM2021_subpages_source {
    font-weight: 400;
    font-size: 10px;
    text-align: right;
    color: #4C6C80;
}

.about_singapore_container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.about_singapore_button {
    height: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.about_singapore_button_title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #4C6C80;
}

.IEEM2021_sgpic {
    height: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* ======= END ABOUT SG ======= */

















/* ======= Footer ======= */
.footer {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: left;
    background: #4D7484;
    width: 100%;
    color: white;
}

.IEEM2020_footertitle {
    font-weight: 550;
    font-size: 16px;
    text-align: left;
    color: white;
}

.IEEM2020_footertxt {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: white;
}

.IEEM2020_lowerlogo {
    height: 100px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.IEEM2020_lowerlogo2 {
    height: 75px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.IEEM2020_lowerlogo3 {
    height: 100px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.IEEM2020_footersub {
    margin: 10px 0px 10px 0px;
}

.IEEM2020_footerlink {
    color: white;
}

    .IEEM2020_footerlink:hover,
    .IEEM2020_footerlink:active,
    .IEEM2020_footerlink:focus,
    .open {
        color: white;
    }

hr.IEEM2020_footerhorizl {
    border-bottom: 1px solid white;
    width: 100%;
}

.IEEM2020_footercopyright {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: white;
}

/* ======= END Footer ======= */




