#pagetop {
    padding: 8px;
    position: fixed;
    z-index: 1;
    width: 4px;
    right: 26px;
    top: 0px;
}
#gallery {
    padding: 5px;
    margin: 23px;
    text-align: center;
}
body {
    background-color: white;
}
ul {
    list-style-type: none;
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ff00ba;
}
li {
    float: left;
}
li a {
    display: block;
    color: white;
    text-align: center;
    font-family:
        Futura PT,
        Trebuchet MS,
        Ariel,
        sans-serif;
    padding: 14px 16px;
    text-decoration: none;
}
li a:hover {
    background-color: black;
}
.active {
    background-color: black;
}
header {
    background-image: url("glass.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 250px;
    text-align: center;
    position: relative;
    bottom: 0;
}
section {
    margin: 14px 6px 200px;
    font-family: Futura bold;
    text-align: right;
}
article {
    font-family:
        Futura,
        Trebuchet MS,
        Ariel,
        sans-serif;
    padding: 16px;
}
.title {
    color: #ff00ba;
    font-family:
        Futura,
        Trebuchet MS,
        Ariel,
        sans-serif;
    text-align: center;
    border: 4px solid #ff00ba;
    background-color: #00d2ff;
    padding: 9px;
    margin: 12px;
}
footer {
    margin: 1px 7px;
    padding: 25px 25px 165px;
    background-color: azure;
    color: black;
    font-family:
        Futura,
        Trebuchet MS,
        Ariel,
        sans-serif;
    text-align: right;
}
div.gallery {
  margin: 1px;
  float: left;
  width: 270px;
}
div.gallery img {
  width: 100%;
  height: auto;
}