@charset "utf-8";
/* CSS Document */
body { background-color: azure}
/*header*/
.header {background-color: black;
text-align:center;
background-image: url(images\logo.jpg);
src: url(images\logo.jpg)}
/* navbar */
.topnav {background-image: linear-gradient(black, azure);
min-height:50px}

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



.topnav :link {color: lime}
.topnav :visited {color: green}
.topnav :hover {color: yellow; font-size: 125%}
.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%;}}*/

