body {
    background-image: url("/assets/images/bg-flipped-jpg.jpg");
    background-size: cover;
    color: white;
    font-family: loveletter;
}

a {
    color: red;
}

.sum-title {
    font-size: 28pt;
    margin-left: 4%;
    color: lightgray;
}

.display-area {
    margin: 2%;
}

div.album {
    border-style: outset;
    height: 200px;
    background-color: #11111183;
    margin-bottom: 4%;
}

h1.album {
    margin-left: 2%;
    color: grey;
}

h2.album {
    margin-left: 2%;
}

img.album {
    max-height:100%;
    float: right;
    display:inline;
}

a.album {
    color: red;
    margin-left: 2%;
}

p.album {
    margin-left: 2%;
    color:#830000
}

div.news {
    border-style: outset;
    width: 30%;

}

marquee.news {
    font-family: doto;
    color: orange;
    max-width: 100%;
    font-size: 24pt;
    text-shadow: 0 0 6px #ffa24c;
}

@font-face {
    font-family: loveletter;
    src: url(/assets/fonts/lovelt.ttf);
}

@font-face {
    font-family: doto;
    src: url(/assets/fonts/Doto-Regular.ttf);
}
