html {
    font-size: 100%;
   }

body {
    font-size: 1rem;
    font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #000000;
	background: url(../images/starbackground.png) #ffffff repeat;
	
}



.wrapper {
	margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    border: 1px solid #007bd3;
	border-radius: 25px;
	padding: 15px;
}



.grid-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 25px 250px 55px;
    grid-template-areas:    'logo header header header'
                            'logo topNavigation topNavigation topNavigation'
                            'leftSideNavigation content content content'
                            'contactCard1 contactCard2 contactCard3 contactCard4'
                            'url lastRevision lastRevision webmaster';
}

.logo {
	grid-area: logo;
}



.logo-landscape {
    text-align: center;
    display: block;
    }

.logo-portrait {
width: 100%;
background-color: #ffffff;
text-align: center;
    display: none;
position: fixed;
top: 0;
    }




.header {
	grid-area: header;
	margin-top: 25px;
    font-size: 2rem;
}

.topRight {
    grid-area: topRight;
    }

.header p {
    font-size: 1rem;
    }

.topNavigation {
	grid-area: topNavigation;
}

    .topNavigation ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
      }

    .topNavigation li {
        float: left;
        margin-left: 10px;
        }

    .topNavigation a {
    	display: block;
    	width: 175px;
    	text-align: center;
    	padding: 3px;
    	text-decoration: none;
    	border: 2px solid #808080;
    	border-radius: 10px;
        }



.leftSideNavigation {
	grid-area: leftSideNavigation;
    margin-top: 25px;
}

    .leftSideNavigationMain {
    	display: block;
    	text-decoration: none;
    	font-size: 1.25rem;
    	border: 2px solid #808080;
    	border-radius: 10px;
    	width: 220px;
    	margin-bottom: 2px;
    	text-align: center;
        padding: 5px 0px;
        }

    .ageGroup {
        display: block;
        font-size: .75rem;
    }



    li.comment {
        list-style-image: url('../images/bullets/comment.png');
        }

    li.questionMark {
        list-style-image: url('../images/bullets/questionMark.png');
        }

    li.video {
        list-style-image: url('../images/bullets/video.png');
        }

    li.clock {
        list-style-image: url('../images/bullets/clock.png');
        }

.listBullet {
    display: none;
}



.content {
	grid-area: content;
	background: #FFFFFF;
    width: 675px;
	height: 200px;
	overflow: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	padding: 15px;
}



.contactCard {
	text-align: center;
}

    .cc1 {
    	grid-area: contactCard1;
    }

    .cc2 {
    	grid-area: contactCard2;
    }

    .cc3 {
    	grid-area: contactCard3;
    }

    .cc4 {
        grid-area: contactCard4;
        display: grid;
        grid-gap: 0px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-areas:    'social1 social2 social3 social4';
    }

      .social1 {
          	grid-area: social1;
      }

     .social2 {
         	grid-area: social2;
      }

     .social3 {
	        grid-area: social3;
     }

     .social4 {
         	grid-area: social4;
     }



footer {
	width: 900px;
    margin-left: auto;
    margin-right: auto;
	font-size: .75rem;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:    'url lastRevision lastRevision webmaster';

}

    .url {
    	grid-area: url;
        display: inline-block;
    }

    .lastRevision {
	    grid-area: lastRevision;
        display: inline-block;
        text-align: center;
    }

    .webmaster {
	    grid-area: webmaster;
        display: inline-block;
        text-align: right;
    }



.yellow {color: #000000; background-color: #ffff99;}
.purple {color: #000000; background-color: #ff33ff;}
.blue {color: #000000; background-color: #11ccff;}
.orange {color: #000000; background-color: #ffcc11;}
.turquoise {color: #000000; background-color: #00ffcc;}
.green {color: #000000; background-color: #66ff66;}



a:hover {
	color: #ffffff;
	background-color: #007bd3;
}



.imageLeft {
	float: left;
	margin: 15px;
}

.imageRight {
	float: right;
	margin: 15px;
}

img.link {
    border: 1px solid #000000;
}

img.logo {
    width: 215px;
    height: 152px;
}

img.imageContact {
    float: left;
    margin-right: 10px;
}



h1 {
    font-family: Helvetica, cursive, sans-serif;
    font-size: 2rem;
    color: #422874;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #e5322c;
}

h2 {
    font-family: Helvetica, cursive, sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    color: #000000;
    text-align: center;
}



q {
    display: block;
    font-size: 1.5rem;
}

cite {
    display: block;
    text-align: right;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #422874;
}



img.staffPhoto {
	width: 150px;
	height: auto;
	border-radius: 10%;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 10px;
	float: right;
	clear: right;
	border: 1px solid #000000;
}



img.toTop {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #ffffff;
border: 2px solid #000000;
border-radius: 10px;
display: none;
}



div.staffDescription {
  margin-bottom: 75px;
}



div.links {
    border-bottom: 1px dotted #000000;
    padding-bottom: 25px;
    padding-top: 10px;
}



div.content li {
    font-size: 1.5rem;
    margin-bottom: 10px;
}



.reachBlue {color: #422874;}
.reachRed {color: #e5322c;}



p {font-size: 1.5rem;}

.large {font-size: 2rem;}

ul.inline li {display: inline;}

.center {text-align: center;}

section {margin-bottom: 100px;}



table, th, td {
    border: 1px solid black;
}

    table.sampleDay td {
        width: 40%;
        text-align: center;
    }

    .sampleDay {
        border: 1px solid #000000;
        border-collapse: collapse;
    }
