* {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    margin: 0;
    padding: 0;
}

body {
/*    background-image: url("../_images/bkrd.jpg");*/
/*    background-repeat: no-repeat;*/
}

#things {
    width: 690px;
    margin: 0 auto;
    padding-top: 20px;
    box-sizing: border-box;
}

h1 {
    font-size: 40px;
    color: #4b4b4b;
    font-weight: 700;
    margin-bottom: 20px;
}

.hello {
   width: 100%;
   padding: 20px 0;
   margin-bottom: 20px;
}

p {
    font-size: 28px;
    color: #2b2b2b;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 40px;
}

a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    color: #555;
}

h3 {
    font-size: 15px;
    color: #4b4b4b;
    font-weight: 500;
    margin-bottom: 10px;
}

ul {
    list-style: none;
}

li {
    float: left;
    margin-right: 10px;
}

li a {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    font-style: italic; 
    padding: 5px 6px;
    background-color: #dde2e7;
}

li a:hover {
    color: #fff;
    background-color: #444444;
}

@media only screen and (max-width: 600px) {

#things {
    width: 100%;
    margin: 0;
    padding: 20px;
}

h2 {
    font-size: 120px;
}

h1 {
/*    font-size: 30px;*/
    margin-bottom: 20px;
}

p {
    font-size: 20px;
    color: #2b2b2b;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 40px;
}

li {
    padding-top: 20px;
    padding-bottom: 100px;
}

li a {
    font-size: 18px;
    background-color: #444444;
}
