* {
    margin: 0;
}

html, body {
    height: 100%;
}

h1,h2,h3,h4,h5,h6,p {
    margin-bottom: 20px
}

nav {
    position:fixed;
    width:100%;
    height: 50px;
    background-color: rgba(0,0,0,.5);
    z-index: 99;
    text-align: right;

}

nav a {
    text-decoration: none;
    color: #fff;
    margin-right: 30px;
    line-height: 50px;
    
}

.sect {
    height:100%;
    background-size: cover;
    background-attachment: fixed;
}

.subsection {
    height: 50%;   
    
}

.sectOne {
    background-image: url(../image/maindish.jpg);
}

.sectTwo {
    background-image: url(../image/family.jpg);
}

.sectThree {
    background-image: url(../image/fresh.jpg)
}

.subOne {
    background-color: #cf1c44;
    text-align:right;
    font-family: klinic slab book;
    font-size: 500%;
    font-weight: 50;
}

.subTwo {
    background-color: #5f1312;
    text-align:right;
    font-family: klinic slab book;
    font-size: 500%;
    font-weight: 50;
}

.subThree {
    background-color: #543136;
    height: 50px;
    font-family: klinic slab book;
    font-size: 150%;
    font-weight: 100;
    
}
