/*
  
   Filename:         cbspcastyles.css
   Supporting Files: none

*/

html{
    width:100%;
    height:100%;
}



body  {
width:100%;
    height:100%;
color: white;
background-color: black;
font-family: Verdana, Geneva, sans-serif;

}


table, th, td {

border: 2px solid blue ;
}


h1 {
float: right;
padding:9px;
display: inline-block;
width: 18%;
border: 4px solid blue ;
-moz-border-radius: 30px 25px;
-webkit-border-bottom-left-radius: 30px 25px;
border-radius: 30px 25px;
}





section {
width: 64%;
-moz-border-radius: 30px 25px;
-webkit-border-bottom-left-radius: 30px 25px;
border-radius: 30px 25px;
display: inline-block;
font-family: arial;
font-size: 15px;
text-align: center;
padding: 20px;

  
}

section p span {
color: blue;
font-weight:bold;
font-size: 22px;
font-family: cortana;
line-spacing: 4px;

}

@media (max-width: 640px) {
  //your css to make it full screen
}


nav {
text-align: center;
  border: 3px solid blue;
  display: inline-block;
  width:13%;
-moz-border-radius: 30px 25px;
-webkit-border-bottom-left-radius: 30px 25px;
border-radius: 30px 25px;
}

nav ul {

padding: 20px;
   line-height: 3em;
   list-style-type: none;
}

nav ul li a {
   color: white;
   color: rgba(255, 255, 255, 0.5);
   text-decoration: none;
}

nav ul li:hover {
  padding: 10px;
   list-style-image: url(download.png);
}

nav ul li a:hover {
   
   color: rgba(255, 255, 255, 1);
}
