/* CSS Document */

*{font-family: Arial Arial, "Sans Serif Collection", Verdana;
 box-sizing: border-box}


#header{background-color: orange;
	   position: fixed;
	    top: 0;
         max-width: 1075px;
		width: 100%;
	    z-index: 10;
       align-items: center}

p.name{color: white;
      float: left;
      padding-left: 20px}


h1{text-align: center;
   color:white}

.linklist{text-align: right;
          list-style-type: none;
	      float: right
}

.item{
	float:left;
	margin-right: 20px;
}

#banner{padding-top: 150px;
	    height:auto;
	    background-image: url("images/city.jpg");
	    max-width: 1075px;
		width:100% }

#body{padding-top: 150px;
      max-width: inherit}


h2{text-align: center;
   text-decoration: underline}

.boxes{list-style-type: none;
    margin: 0px;
	padding: 0px}

.boxes li{float:left;
	    
	    vertical-align: top
	
}
.left-column{background-color: aquamarine;
	        float :left;
			width:46.51162790697674%;
	        padding: 10px;
	        margin: 10px;
            }

.right-column {float: left;
	           width: 41.86046511627907%;
               margin:10px}

.image-one{display: block;
	       padding-bottom: 100px;
	       height: auto;
           width:41.86046511627907%}

.image-two{display: block;
	       height: auto;
           width: 41.86046511627907%}

.clearfix{clear: both}

a.item-link:link{color:  white;
       text-decoration: none}

a.item-link:visited{color:  white;
       text-decoration: none}

a.email:link{color: orange;
text-decoration: underline}

a.email:visited{color: orange;
text-decoration: underline}