* { 
    -moz-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
  }

body{
    background-color:#eeeeee;
    margin:0;
    padding: 0;
}

.verbs{
color:rgb(250,0,0);
}

.norm{
color:rgb(0,250,100);
}

p{
	font-size:20px;
	margin:0px;
	}
	
.nlist li{
	font-size:20px;
	padding:0 0 0 50px;
	}
	

.header {
    background-color:rgb(240,240,0);
    text-align:center;
    height:50px;
    padding:0px 20px 10px 20px;
    line-height:5px;
    margin:10px 0.6% 0 0.6%;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
}

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

.header a {
    
    display:inline;
    width:100px;
    font-weight: bold;
    color: black;
    
    text-align: center;
    padding: 10px;
    text-decoration: none;
    
}


.header li{
    display:inline;
    float:none;

}

.nav a, .navr a, .lists a{
    display:block;
   
    
    color: black;
    
    
    padding:6px 10px;
    text-decoration: none;
    text-transform:capitals;
}
.lists{
    line-height:14px;
    

}
.section ul {
    line-height:18px;
    font-size:20px

}

.nav{
    background-color:rgb(240,240,0);
    
	
	width:12%;
    padding:0.6%;
    margin:10px 0 10px 0.6%;
    float:left;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
}
a:hover, a:active {
    color: rgba(100,100,100,0.5);
}
.navr{
    background-color:rgb(240,240,0);
    
    height:500px;
    width:12%;
    padding:0.6%;
    margin:10px 0.6% 10px 0.6%;
    float:right;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
}

.head1{
    background-color: rgb(0,0,255);
    border-radius: 6px;
    padding:5px;
    margin-top:0px;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
    
}
.head2{
    background-color: rgb(0,255,0);
    border-radius: 6px;
    padding:5px;
    
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
    margin:5px;
}
.head3{
    background-color: rgb(255,125,0);
    border-radius: 6px;
    padding:5px;
    
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
    margin:5px;
}
.head4{
    background-color: rgb(0,255,255);
    border-radius: 6px;
    padding:5px;
    
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
    margin:5px;
}
.head5{
    background-color: rgb(255,0,0);
    border-radius: 6px;
    padding:5px;
    
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
    margin:5px;
}
.head6{
    background-color: rgb(100,0,255);
    border-radius: 6px;
    padding:5px;
    
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
    margin-top:10px;
}
.head7{
margin:0;
    padding:20px;
    
}
.head{
    padding:16px;
    overflow:hidden ;
    
}
.section {
    background-color:rgb(240,240,240);
    width:73.5%;
    
    float:left;
    padding:0% 2%;
    margin:10px 0 0 0.6%;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
    	 	 
}

.section img{
padding:50px 10px;
}



.footer {
    
    clear:both;
    text-align:center;
    padding:5px;	 	 
}

.column {
    display:block;
    float: left;
    min-height: 500px;
    width: 36vw;
    border:0;
    background-color:#eeeeee;
    padding:2%;
    margin:10px 0 0 0.6vw;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
}