body{
    background-color: black;
    font-size: 18px;
    background-image:white;


   /*background-image:url(../images/ny.jpg);*/
    background-size: 100% 100%;
    
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}
header{
    width: 100%;
    text-align: center;
}

header img{
    width: 75%;
}
.grayscale{
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter:grayscale(100%);
    
}
/*this is a comment in css*/
h2{
    color:red;
    text-align: center;
}
h1,h2,h3,h4,h5,h6{
    background-color:black;
    display: block;
}
a{
    color: pink;
    font-weight: bold;
}

nav {
    text-align: center;
    background-color: black;
    display: block;
}
nav ul {
    list-style-type: none;
}
nav ul li{
    display: inline;
    padding-left: 1em;
}
nav a {
    text-decoration: none;
    color: white;
}

p{
    color: #F6CEF5;
    text-shadow: 1px 1px 2px black;
}

h2.awesome{
    font-size:20px;
    color: white;
    text-shadow: 2px 2px 3px red;
}
#onetime{
    color:yellow;
}
img.round{
    
    border-radius: 20%;
}
img.small{
    
    width: 100px;
    height: 100px;
}
img.right{
    float: center;
    /*width: 40%;*/
   /*box-shadow: -50px 25px 15px #FF0000;*/
}
img.tiny{
    width: 32px;
    height: 32px;
}

.clear{
    clear: both;
}
.blah{
    color:yellow;
}
h1.blah{
    color:gray;
}
section{
    padding-bottom: 1.5em;
    padding-top: 1.5em;
}
footer{
    clear: both;
    width: 100%;
    display: block;
    padding-top: 3em;
	color: white;
}
