body { padding: 0; margin:0;}
* {box-sizing: border-box}


/* ------------------- change dimensions of ad here -----------*/
#bannerAd {
    position: absolute;
    overflow: hidden;
    visibility:hidden;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    display: inline-block;
    background-color: #002855;
    cursor: pointer;
}

#dotsHolder{
    /*overflow: hidden;*/
}


#bg1{
    background-color: #4e8416;
}
#bg2{
    background-color: #4e8416;
}
#bg3{
    background-color: #003d58;
}
#bg4{
    background-color: #71b0b4;
}
#bg5{
    background-color: #4e8416;
}

#blackBox{
    background-color: black;
}


#clickArea {
    background: #ff00a9;
    /*opacity:0.5;*/
}



.scaled{
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

div{
    left: 0; top: 0;
    position: absolute;
}

.hidden{
    opacity:0;
}

/* ------------------ text blocks -------------------- */


/* ---------------------- logos ---------------------- */


img {
    image-rendering: auto;
    /*image-rendering: crisp-edges;*/
    /*image-rendering: pixelated;*/
    /*-webkit-backface-visibility: hidden;*/
}

#bg{

}
/* ---------------------- images --------------------- */

/* ------------------ call to action buttons - roll on and roll off ------------------- */

#cta {
    /*overflow: hidden;*/
    /*border-radius: 0px;*/
    /*background-color: #5c9a1b;*/
    /*position: absolute;*/
    /*left: 10px;*/
    /*top: 211px;*/
    /*width: 102px;*/
    /*height: 31px;*/
}

#ctaOver {
    /*background-color: #1d5b2d;*/
    /*position: absolute;*/
    /*left: -260px;*/
    /*top: 0;*/
    /*width: 260px;*/
    /*height: 55px;*/
}

