body {background-color: #fff;}

* {
    box-sizing: border-box;
	line-height: 120%;
}


a {text-decoration: none;}

#content {
	margin: auto;
	max-width: 1160px;
	border-left: solid 0 #000;
	border-right: solid 0 #000;
	font-size: 1em;}
	
.celebration {
    color: #C66;
	border: solid 1px #000;
	
	
	}
	
	
.box1 {
    color: #fff;
	border: solid 1px #000;
	background-color : #ff6347;
	font-size: 3em;

	
	}	
	
	

.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
	margin: /*2px;
	border: 1px #000 solid;*/
	
}


html {
    font-family: verdana;
}

h2 {line-height: 108%; 
	text-align: left;
	font-family: verdana:

	}

h2 {font-size: 1.1em;}

dl {font-size: 1em;}

dd {padding: 1em 0.5em 1em 0;
	font-size: 1em;}

img {
    height: auto;
}


.header {
    color: 009;
    padding: 1px;
   
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 12px;
    margin-bottom: 1px;
    background-color : #fff;
    color: #d00;
    font-size: 0.8em;
    font-weight:3;
}


}
.aside {
    background-color: /*#069*/#fff;
    padding: 15px;
    color: #f00;
    text-align: left;
    font-size: 1em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

<!----INSERT-->
a {text-decoration: none;
	}


a:link {
	color: #009;
	font-family: verdana;
	line-height: 120%;
	
	}

a:visited {
	color: #009/*#039*/;
	font-family:verdana;
	}

a:hover {
	color: #009;/*#039*/
	background-color: #ddd;
	font-family:verdana;
	}
	
.header h1 {
	
	font-family: "Arial Narrow",verdana;
	font-size: 1.8em;
	text-align: center;
	background-color:;
	}
	
.header h3 {background-color: #fff;} 
	
.header a:link, .footer a:link {
	color: #009;
	font-family: verdana;
		
	}

.header a:visited, .footer a:visited {
	color: #009;
	font-family: verdana;}

.header a:hover, .footer a:hover {
	color: #aaa;
	background-color: ;
	font-family: verdana;}
	
	
.footer {
   background-color: ;
    color: #C66;
    text-align: center;
    font-size: 1.2;
    padding: 15px;
	font-family: verdana;
}

table {width: 100%; 
	font-family: arial;
	font-size: 0.72em;;
	
	}

th {text-align: center;
font-size: 1.2em;
}

td{font-size: 1.2em;
}


[class*="box"] {
    height: 90%;
}


/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

/*    *** */



<!--[class*="col-"] {
    border: solid 0 #000;-->
   
}

@media only screen and (min-width: 800px) {
    /* For tablets: */
    /*.col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}*/
    
}
@media only screen and (min-width: 800px/*768px*/) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;height: 16em;}
    .col-3 {width: 25%; height: 30em;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;height: 30em;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .col-12 li {width: 100%; background-color: ;}
	
}






