body{
    margin: 0;
}
h1{
    margin:0;
    
}
header h1 a{
    font-family: 'Domine', serif;
    text-decoration: none;
    text-align: center;
    display: block;
    color:#333;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 100px;
    border-bottom: dotted #999 1px;

}
li{
    list-style-type: none;
    display: inline;
    margin: 10px 20px;
    font-family: 'domine', sans-serif;
}
ul a {
    text-decoration: none;
    color:#666;
    transition-duration: .3s;
}

ul a:hover{
    color:#00cc99;
}
nav{
    text-align: center;
    border-bottom: dotted #999 1px;
}
main{
    text-align: center;
    font-family: 'Questrial', sans-serif;
    margin:50px auto;
    color: #666;
 
}
main h2{
    font-weight: 100;
    margin: 10px auto;
}
main p{
    color:#ccc;
}
main div{
    margin: 50px 0;
    max-width: 960px;
    margin:25px auto;

}
.button{
    text-decoration: none;
    color: #999;
    padding:15px;
    transition-duration: .3s;
    display: inline-block;
    border: solid 1px #999;
    border-radius: 5px;
}
.button:hover{
    background-color: #333;
    border-color: #333;
    color: #fff;
}
img{
    width:290px;
    height:335px;
    margin:10px;
    transition-duration: .3s    ;
}
img:hover{
    border:10px #333 solid;
    box-sizing: border-box;
}

footer{
    background-color: #333;
    line-height: 50px;
    text-align:center;
    color: #999;
    font-size: 14px;
    font-family: 'Questrial', sans-serif;
}
p{
    margin:0;
}