* {
    margin: 0;padding: 0;border: 0; box-sizing: border-box;
}

body {
    /* border: 4px solid red; */
    font-family: 'Julius Sans One', sans-serif;
    background-color: #345; 
    color:rgb(172, 158, 33);
    text-align: center;
    letter-spacing: .3em;
}

header {
    background-color: rgb(1, 5, 35); 
    text-align: center;
    padding: 24px;
    height: 100px;
    color: rgb(172, 158, 33);
    font-size: xxx-large;
}

div {
    /* border: solid 4px red; */
    background-color: rgb(1, 5, 35);
    border-radius: 50%;
    width: 400px;
    height: 200px;
    display: block;
    position: fixed; left:200px; bottom: 400px;
}

div p {
    /* border: red solid 4px; */
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    letter-spacing: .1em;
    margin: 15% auto;
    width: 350px;
    height: 190px;
}

#leftarrow {
    /* border: solid 4px red; */
    display: inline-block;
    height: 40px;
    width: 40px;
    background-image: url(/images/arrow-left.svg);
    background-repeat: no-repeat;
    position: absolute left;
}

#rightarrow {
    /* border: solid 4px red; */
    display: inline-block;
    text-align: center;
    height: 40px;
    width: 40px;
    background-image: url(/images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position-x: x-start 100px;
}

footer {
    background-color: rgb(1, 5, 35); 
    color: rgb(172, 158, 33);
    font-size: xxx-large;
    text-align: center;
    padding: 25px;
    margin-top: -29px;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    overflow: hidden;
    text-decoration: none;
}

a:visited, a:link, footer:visited, footer:link {
    color: rgb(172, 158, 33);
    text-decoration: none;
} 

#bigpicture.maple {
    display: inline-block;
    height: 875px;
    width: 600px;
    margin: auto;
    margin-bottom: -50px;
    background-image: url(/photo_story_images/maple.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: visible;
}

#bigpicture.mia {
    display: inline-block;
    height: 875px;
    width: 600px;
    margin: auto;
    margin-bottom: -50px;
    background-image: url(/photo_story_images/mia.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: visible;
}

#bigpicture.happy_ace {
    display: inline-block;
    height: 875px;
    width: 600px;
    margin: auto;
    margin-bottom: -50px;
    background-image: url(/photo_story_images/happy_ace.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: visible;
}

#bigpicture.winston {
    display: inline-block;
    height: 875px;
    width: 600px;
    margin: auto;
    margin-bottom: -50px;
    background-image: url(/photo_story_images/winston.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: visible;
}

#bigpicture.gray_yak {
    display: inline-block;
    height: 875px;
    width: 600px;
    margin: auto;
    margin-bottom: -50px;
    background-image: url(/photo_story_images/gray_yak.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: visible;
}

#bigpicture.porcupine {
    display: inline-block;
    height: 875px;
    width: 600px;
    margin: auto;
    margin-bottom: -50px;
    background-image: url(/photo_story_images/porcupine.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: visible;
}

#bigpicture.acecrane {
    display: inline-block;
    height: 875px;
    width: 600px;
    margin: auto;
    margin-bottom: -50px;
    background-image: url(/photo_story_images/acecrane.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: visible;
}

#bigpicture.brown_yak {
    display: inline-block;
    height: 875px;
    width: 600px;
    margin: auto;
    margin-bottom: -50px;
    background-image: url(/photo_story_images/brown_yak.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: visible;
}