body {
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    font-family: sans-serif;
    color: #000;
    /* box-sizing: border-box; */
  
}
.banner {
    height: 110px;
    width: 100%;
    /* float: left; */
    background: lightgray;
    border: 1px solid black;
}
/* Photo Album code */
#album-title {
    clear: both;
    width: 100%;
    height: 130px;
    margin: 0;
    text-align: center;
    padding-top: 2px;
    font-size: 1.5em;
    font-style: italic;
    background: rgb(15, 228, 228);
    color: black;
    }
.pic_frame {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    /* height: 900px; */
    align-items: center;
    font-size: 1.3em;   
    background-color: cyan;
    }
.albm-0, .albm-1, .albm-14, .albm-15 {
    display: inline-flex;
    width: 600px;
    height: 900px;
    flex-grow: 1, 1, 0;
    justify-content: center;  
    font-size: 1.3em;   
    /* background-color: lightgreen; */
    }
.albm-4, .albm-11 { /* full with line */
    display: inline-flex;
    width: 100%;
    height: 600px;
    justify-content: center;
    font-size: 1.3em;   
    /* background-color: yellow; */
    }
.albm-2, .albm-3, .albm-5, .albm-6, .albm-7, .albm-8, .albm-9, .albm-10, .albm-12, .albm-13 {
    display: flex;
    width: 600px;
    height: 600px;
    justify-content: center;
    font-size: 1.3em;   
    /* background-color: greenyellow; */
    }

img {
    align-items: center;
}
figcaption {
    text-align: center;
    font-size: 1.2em;
}
.footer {
    clear: both;
    width: 100%;
    height: 80px;
    text-align: center;
    background: #666666;
    border-top: 20px solid #666666;
    color: cornsilk;
    bottom: 0;
}
#rtn_home {
    width: 100px;
    height: 40px;
    float: right;
    background: #818181;
    color: #fff;
}
#rtn_main {
    clear: both;
    width: 24%;
    height: 100px;
    float: right;
}
.footer p {
    color: #fff;
}