/* set your initial positions in the javascript, not the CSS, put attributes you'll not be animating here */


/* css reflects all the divs named in the html */


/* creates the green background box */


/* #temp {
    position: absolute;
    width: 300px;
    height: 250px;
    background-image: url(imgs/temp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;

} */






#bk1 {

 background-color: #243a6f;

}

#img01 {

    background-image: url(imgs/img01.jpg);

}

#img02 {

    background-image: url(imgs/img02.jpg);

}

#img03 {

    background-image: url(imgs/img03.jpg);

}

#copy01 {

    background-image: url(imgs/copy01.png);

}


#copy02 {

    background-image: url(imgs/copy02.png);

}

#copy03 {


    background-image: url(imgs/copy03.png);

}

#copy04 {
    

    background-image: url(imgs/copy04.png);

}


#copy05 {

    background-image: url(imgs/copy05.png);
}

#copy06 {

    background-image: url(imgs/copy06.png);
}

#copy07 {

    background-image: url(imgs/copy07.png);
}

#copy08 {

    background-image: url(imgs/copy08.png);
}

#copy09 {

    background-image: url(imgs/copy09.png);
}

#copy10 {

    background-image: url(imgs/copy10.png);
}


#box01 {

 background-color: #243a6f;

  left: 28px;
  top: 132px;
  width: 74px;
  height: 22px;

}


#box02 {
  background-color: #243a6f;
 
  left: 28px;
  top: 152px;
  width: 212px;
  height: 25px;
 
}


#box03 {
  background-color: #243a6f;
 
  left: 28px;
  top: 151px;
  width: 197px;
  height: 27px;
 
}

#box04 {
  background-color: #243a6f;
 
  left: 28px;
  top: 168px;
  width: 134px;
  height: 24px;
 
}


#box05 {
  background-color: rgb(36, 58, 111);

  left: 28px;
  top: 148px;
  width: 230px;
  height: 26px;

}


#box06 {
  background-color: rgb(36, 58, 111);
 
  left: 28px;
  top: 163px;
  width: 131px;
  height: 29px;

}



#logo01 {
    background-image: url(imgs/logo01.png);

}

#logo02 {
    background-image: url(imgs/logo02.png);

}


#cta01 {
    background-image: url(imgs/cta01.png);

}

#cta02 {
    background-image: url(imgs/cta02.png);

}




