a{
text-decoration:none;
color:white;
}
p.content{
font-family:"Comic Sans MS", cursive, sans-serif;
font-size:1.5em;
color:white;
font-style:bold;
text-shadow: black 0.1em 0.1em 0.2em;
}
pre.code{
color:white;
text-shadow: black 0.1em 0.1em 0.2em;
}
p.navigation{
font-family:"Comic Sans MS", cursive, sans-serif;
font-size:1em;
color:white;
text-align:center;
font-style:bold;
text-shadow: black 0.1em 0.1em 0.2em;
}
img{
display:block;
margin:auto;
}
div.main{
width:70%;
margin:auto;
}
div.row2{
background-color:rgba(83, 89, 89, 0.5);
border:2px solid #251111;
overflow:auto;
}
div.row2col1{
float:left;
margin:10px;
margin-right:15px;
}
div.row2col2{
margin-left:20%;
margin-right:1%;
}
div.row3{
position:fixed;
bottom:0;
}
body{
background-image:url("dirt.jpeg");
}
ul{
color:white;
text-align:left;
text-shadow: black 0.1em 0.1em 0.2em;
font-family:"Comic Sans MS", cursive, sans-serif;
}
b{
color:white;
text-shadow:black 0.1em 0.1em 0.2em;
font-family:"Comic Sans MS", cursive, sans-serif;
}
p{
color:white;
text-shadow:black 0.1em 0.1em 0.2em;
font-family:"Comic Sans MS", cursive, sans-serif;
}
.linav li ul{
display:block;
position:relative;
top:-2px;
width:128px;
height:0px;
margin:0px;
padding:0px;
transition:height 250ms, top 250ms;
overflow:hidden;
}
.linav li:hover ul{
top:0px;
height:95px;
}
div.sound{
display: none;
}
