* {
    border: 0; margin: 0; padding: 0; box-sizing: border-box;
}
body{
    background-image: url(/images/water.jpg);
    background-position: top;
    background-size: cover;
}
#imageone{
    background-image: url(/images/stones.jpg);
    height: 40vh;
    position: relative;
    background-size: cover;
    background-position: center bottom;
    border-bottom: black 2px solid;border-top: black 2px solid;
}

h1 {
    text-align: center;
    font-size: 4em;
    padding-top: 30px;
    color:lightskyblue;
    text-shadow: black 2px 2px;
}

#imageone a {
    margin-left: 42%;
    margin-right: 42%;
    border: black solid 2px;
    position: absolute;
    text-align: center;
    top: 20vh;
    padding:20px;
    background-color: cadetblue;
    text-decoration: none;
    font-size: 1.2em;
    
}

#imageone a:hover{
    background-color: turquoise;
}

h2{
    margin: 20px;
    font-size: 2.5em;
}

#description div{
    margin-left:30%;
    margin-right: 30%;
    padding: 20px;
    border: solid 2px black;
    background-color: rgba(93,156,158, .8);
    font-weight: bold;
    font-size: 1.2em;
    
}

#gallery{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#gallery a{
    border: black solid 2px;
    height:170px;
    width:300px;
    margin:70px;
    font-size: 0;
    
}

#gallery a:hover{
    background-size: 120%;
    transition: all 500ms ease-in-out;
    filter: grayscale(50%);
    color: black;
    font-size: 2em;
    text-align: center;
    padding: 30px;
}

#imgone{
    background-image: url(/images/gallery1thumb.jpg);
}

#imgtwo{
    background-image: url(/images/gallery2thumb.jpg);
}

#imgthree{
    background-image: url(/images/gallery3thumb.jpg);
}

#imgfour{
    background-image: url(/images/gallery4thumb.jpg);
}

#imgfive{
    background-image: url(/images/gallery5thumb.jpg);
}

#imgsix{
    background-image: url(/images/gallery6thumb.jpg);
}

#imgseven{
    background-image: url(/images/gallery7thumb.jpg);
}

footer{
    border-top: 2px solid black;
    background-color: grey;
}