html{
    margin:0;
    padding:0;
    
}

body{
    width:95%;
    margin: 10px;
    padding: 1em 50px;
    height: 90%;
    background-color: white;
    font-family: Arial, Verdana, sans-serif;
}


/*----------------Header Section-*/

header {
    background-color: rgb(22,21.6,28.6);
    color: white;
    margin: 0px;
    height: 150px;
    padding: 2 10px;
    /*background-image: url(../asset/image/LOGO_BANNER.jpg);
    
    background-size: cover;*/
}

header h1 {
    margin-left: 20px;
    
}

header h2 {
    margin-left: 20px;
}


nav{
    font-size: 0.9em;
    line-height: 0.6;
   ;// background-color: black;//
    padding: 2;
    float: right;
    vertical-align: bottom;
/*    padding-top: 100px;*/
}

nav p a {
    color:#829698;
}

nav p a:hover{
   color:rgb(255, 127, 127);
   
}


/*---------------end of header section*/

a:hover {
    background-color: aqua;
}

a:visited {
    color:rgb (100,100,100);
    
}
main{
    padding: 2 10px;
    height:800px;
    display: inline;
/*
    border: solid;
    border-color: aqua;
*/
   
}

.family-column{
    width: 400px;
     display:inline-block;
    vertical-align: top;
}

h1{
    font-size: 2.5em;
    line-height: 1em;
}

h2{
    font-size:1.5em;
    line-height: 0.5em;
}

h3{
    font-size:1.25em;
    line-height: 0.5em;
}

h4{
    font-size:1.15em;
    line-height: 0.35em;
}

dt h4 {
    margin-left: 40px;
    margin-bottom: 10;
}

dl dt a {
    font-size: .9em;
    color: black;
    font-weight: 200;
    text-decoration: none;
     
}

dl dt a:hover{
    color: rgb(207, 195, 245);
    background-color: #4a2174;
}

figcaption a {
    text-decoration: none;
    color:black;
}

figcaption a:hover{
     color: rgb(207, 195, 245);
    background-color: #4a2174;
    
}

/*li{
    font-size: 1.25em;
    font-weight: 700;
}*/

dd{
    margin-left: 60px;
    text-indent: 0;
     font-size: 1em;
    padding: 3px;
    
}

dt{
    font-size: 1.25em;
    font-weight: 700;
    padding: 5px;
}



footer {
    background-color: rgb(22,21.6,28.6);
    height:50px;
    color: white;
    font-size: 0.8em;
	padding: 10px;
	width: 100%;
	float: right;
}

.logo{
    font-size: 4.5em;
}

.familyCategory {
    display:inline-block;
    
}
.column-33 {
  float: left;
  width: 33.33%;
}

dd.description {
    font-size: 1.2em;
    line-height: 1.25em;
    margin-bottom: 1.25em;
}
li.subdescription {
    font-size: 1.25em;
    margin-bottom: 1.25em;
}
.videolist {
  border-color: rgb(22,21.6,28.6); 
  padding-top: 10px;
  padding-bottom: 10px;
  display:table;

}

.mission {
/*    background-color: azure;*/
    font-size: 1.5em;
    padding: 5px;
    
}

#Banner {
    font-size: 300%;
    padding-left: 50px;
	padding-top:30px;
	vertical-align:middle;
}


.videoitem {
    width: 500px;
    height: 300px;
    /*background-color: #9e76aa;*/
    margin:10px;
    border-color: #9e76aa;
    padding: 10px;
    display: inline;
        
}

.Row {
    display: table;
    width: 90%;
    height: auto;
    table-layout: fixed;
    border-spacing: 10px;
 /*   border-style: solid;
    border-width: 2px;
    border-color: darkgrey;*/
    margin-left: 5%;
    
}

.Column
{
    display: table-cell;
    margin: 10px;
    padding: 10px;
    width: 30%;
    /*border-style: none;
    border-color: white;*/
    vertical-align: top;
}

.Column a {
    text-decoration: none;
}

.Column a figure img{
    text-decoration: none;
}

.Container
{
    display: table-cell;
/*    display:table-row;*/
    align-content: flex-end;
    margin: 10px;
    padding: 10px;
    width: 80%;
    height: 800px;
    /*border-style: none;
    border-color: white;*/
    vertical-align: bottom;
    overflow-y: scroll;
    
}

.NavColumn{
    display:table-cell;
    padding: 10px;
    width:100%;
    height:90%;
/*    background-color: aqua;*/
    border:solid;
    border-color: aliceblue;
    float: left;
    margin-left: -50px;
    overflow-y: scroll;
}

.video-description {
    width:70%;
    margin-left: 10%;
}

.sidebar1 {
    display: table-cell;
    width: 18%;
    height: 95%;
/*
    border-style: solid;
    border-width: thin;
    border-color: rgb(157, 156, 156);
*/
    padding: 5px;
    margin-top: 10px;
    margin-left: 15px;
    float: left;
    vertical-align: top;
    
}

.Vcontent {
   display: table-cell;
    width: 75%;
    height: 95%;
/*
    border-style: solid;
    border-width: thin;
*/
/*    border-color: red;*/
    padding: 15px;
    margin-top: 10px;
    float: right;
    vertical-align: top;
    overflow-y: scroll;
}

.VideoIndex {
    overflow-y: scroll;
    width: auto;
    height: 90%;
}


