
html body {
    background-color: #2b2b2b;
}



#page {
    height: 100%; 
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

#titleblock {
    height: 160px; 
    width: 800px;
    padding-left: 10px;
}


h1 {
    font-family: "Comic Sans MS";
    font-style: italic;
    font-weight: 900;
    font-size: 45px;
    color: white;
}

h2 {
    font-family: "Comic Sans MS";
    font-style: italic;
    font-weight: 900;
    font-size: 16px;
    color: white;
}


#panel1 {
    position:relative;
    height: 280px;
    width: 780px;
    border:10px solid #2b2b2b;
    float: left;
    background-color: white;
    overflow: hidden;
  	
}

#panel2 {
    position:relative;
    height: 280px;
    width: 280px;
    border:10px solid #2b2b2b;
    float: left;
    background-color: #77da62;
    overflow: hidden;
}

#panel3 {
    position:relative;
    height: 280px;
    width: 480px;
    border:10px solid #2b2b2b;
    float: left;
    background-color: #00d26d;
    overflow: hidden;
}

#panel4 {
    position:relative;
    height: 280px;
    width: 480px;
    border:10px solid #2b2b2b;
    float: left;
    background-color: #ffc100;
    overflow: hidden;
}

#panel5 {
    position:relative;
    height: 280px;
    width: 280px;
    border:10px solid #2b2b2b;
    float: left;
    background-color: #ff9100;
    overflow: hidden;
  	margin-bottom: 100px;
}



.narration {
    font-family: "Comic Sans MS";
    font-style: italic;
    font-weight: 900;
    font-size: 15px;
    padding: 15px;
    color: white;
    margin: 10px;
    background-color: #2b2b2b;
}

.bigtext {
    font-family: "Comic Sans MS";
    color: white;
    font-style: italic;
    font-weight: 900;
    font-size: 25px;
    line-height: 100%;
    margin: 20px;
    text-shadow:2px 2px #2b2b2b;
}


.left {
    position:absolute;
    left: 0;
}

.right {
    position:absolute;
    right: 0;
}

.top {
    position:absolute;
    top: 0;
}

.bottom {
    position:absolute;
    bottom: 0;
}
  

#image1 {
    position: absolute;
  	width: 100%;
  	top: -275px;
  	-webkit-filter: grayscale(65%)
}

#image2
{
  position: absolute;
  width: 100%;
  -webkit-filter: grayscale(65%)
}

#image3 
{
  position: absolute;
  width: 100%;
  top: -120px;
  -webkit-filter:grayscale(25%)
}

#image4
{
  position: absolute;
  width: 100%;
  top: -80px;
}

#image5
{
  position: absolute;
  height: 100%;
} 

.inback {
    z-index: 1;
}

.inmiddle {
    z-index: 2;
}

.infront{
    z-index: 3;
}

