

body {
   overflow-x: hidden;
   background-color: rgb(255, 255, 255);
}


h3 {color: rgb(0, 0, 0);
    font-weight: 510;
    font-size: 18px;
    font-family: helvetica;
    text-align: left;
}


h2 {color: rgb(0, 0, 0);
   font-weight: 510;
   font-size: 18px;
   font-family: helvetica;
   text-align: left;
   text-decoration: underline;
}


p {color: rgb(0, 0, 0);
   font-family: Helvetica;
   font-weight: 500;
   font-size: 15px;
   text-align: right;
   }


p.top2 {
   color: rgb(0, 0, 0);
   font-family: Helvetica;
   font-weight: 500;
   font-size: 12px;
   text-align: left

}


a {
   text-align: center;
   display: block;
   margin: 0 auto;
   width: 50;
}

.foottext {
   text-align: right;
}



.upperspace {
   background-color: rgb(255, 255, 255);
   height: 50px;
   max-width: 1280px;
   margin: auto;
}



.bigbox1 { 
background-color: rgb(255, 255, 255);
max-height: 400px;
height: 300px;
max-width: 1280px;
margin: auto;
}



.bigbox3 {
   background-color: rgb(102, 82, 255);
   height: 100px;
   max-width: 1280px;
   margin: auto;
   align-content: center;
   text-align: center;
}



.bigbox2 {
background-color: rgb(255, 255, 255);
height: 100px;
max-width: 1280px;
margin: auto;
display: inline-block;
text-align: left;
}





.box3 {
float: left;
height: 100px;
max-width: 200px;
width: 80px;
background-color: rgb(117, 231, 235);
display: inline-block;
}


.box4 {
background-color: rgb(255, 255, 255);
max-width: 200px;
width: 180px;
height: 50px;
display: inline-block;
}



.level1box5 {
   background-color: rgb(255, 255, 255);
   height: 100px;
   max-width: 500px;
   width: 375px;
   margin: auto;
   align-content: center;
   float: left;
}



.level1box6 {
   background-color: rgb(255, 255, 255);
   height: 70px;
   max-width: 400px;
   width: 375px;
   margin: auto;
   text-align: left;
   float: left;
}



.level1box7 {
   background-color: rgb(255, 255, 255);
   height: 100px;
   width: 100px;
   max-width: 200px;
   margin: auto;
   text-align: left;
   float: left;
}





.bigbox4 {
   background-color: rgb(255, 255, 255);
   height: 400px;
   max-width: 1280px;
   margin: auto;
   align-content: baseline;
}


.level2box8 {
   background-color: rgb(255, 0, 0);
   height: 400px;
   max-width: 1000px;
   margin: auto;
   text-align: left;
   float: left;
}



.inbetween1 {
   height: 250px;
   max-width: 1280px;
   margin: auto;
   background-color: rgb(255, 255, 255);
   text-align: center;
}




.bigbox5 {
   background-color: rgb(255, 136, 0);
   height: 400px;
   max-width: 1280px;
   margin: auto;
   align-content: baseline;
   text-align: center;
}



.level3box9 {
   background-color: rgb(0, 255, 251);
   height: 300px;
   max-width: 1000px;
   margin: auto;
   text-align: right;
   float: right;
}



.smalltext {
color: rgb(255, 255, 255);
   font-family: Arial, Helvetica, sans-serif;
   font-weight: lighter;
   font-size: 9.4px;
   text-align: left;
}



.footer {
   background-color: rgb(255, 255, 255);
   height: 100px;
   width: 220px;
   max-width: 1280px;
   margin: auto;
   display: inline-block;
   text-align: right;
   display: flex;
  justify-content: center; /* horizontal */
  align-items: center;     /* vertical */
   }

