@import url("index.css");

#ibewHeader{
    background-image:url(images/ibew_bldg_1260x351.jpg);
    background-repeat: no-repeat;
    height:400px;
    z-index: 1;
    position: relative;
}

#headerSM{
    position: absolute;
    top: 55px;
    right: 0;
}

.headerContainer img{
    width:100%;
}

#menuPulldownTextHome{
    margin: 3px 0 0 20px;
    float: right;
    font-family: Arial Black, Helvetica, Verdana, sans-serif;
    color: #435c8b;
    cursor: pointer;
}

#menuPulldownTextHome a{
    text-decoration:none;
}

#menuPulldownTextHome img{
    float: left;
    margin: -8px 2px 0 0;
}

#resourcesLeft{
    width: 65%;
    float: left;
}

#resourcesRight{
    width: 30%;
    float: right;
    overflow: hidden;
}

#resourcesRight img{
    text-align: center;
    display: block;
    margin: 0 auto 10px;
    max-width:100%;
}

.halfPageImage{
    width: 50%;
}

#classImages img{
    border: 1px solid black;
}

@media only screen and (max-width: 900px) {
    .homeContainer{
    width: 98%;
    margin: 30px auto 0;
}
}
    @media only screen and (max-width: 860px) {
        .halfPageImage{
            width: 100%;
        }
    }

    @media only screen and (max-width: 660px) {
    .homeContainer{
    width: 98%;
    margin: 30px auto 0;
}
    }