@charset "utf-8";
/* CSS Document */
body { background-color: paleturquoise;
min-height:200px;}
/*header*/
.header {background-color: #006600;
text-align:center;}
/* navbar */
.topnav {background-image: linear-gradient(#006600, paleturquoise);
min-height:50px}

/*topnav links*/
.topnav {color: lime;
    text-align: center
}



.topnav :link {color: lime}
.topnav :visited {color: green}
.topnav :hover {color: yellow}
.topnav :enabled {color: aqua}
.topnav :active {color: white}


.column {float: left;}
.column.side {width: 25%;}
.column {width: 50%;}
.row:after {content: ""; display: table; clear: both;}
/*@media screen and (max-width: 800px) {.column.side, .column.middle {width: 100%;}}*/

