/***************************
This is a Cascading Style Sheet (CSS), which describes rules for styling HTML markup (and this is a comment, which you can delete).

To use this file, link it to your markup by placing a <link> in the <head> of your HTML file:

<head>
<link rel="stylesheet" href="style.css">

replacing "style.css" with the name of this CSS file.

Learn more about CSS at

https://developer.mozilla.org/en-US/docs/Web/Guide/CSS
***************************/

/*
Import the different section styles into this sheet.
This simplifies the referencing on the main index.html
*/

@import url("_style-main.css");
@import url("_style-masthead.css");
@import url("_style-nav.css");
@import url("_style-logos.css");

