body {
    background-image: url("london-sunset-bg.jpg");
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
}

div.content {
    height: 100%;
    width: 100%;
    display: flex;
}

div.container {
    text-align: left;
    margin: auto;
    width: 90%;
    max-width: 600px;
    padding-bottom: 10%;
}

div.pad {
    margin-bottom: 20%;
}

p.headline {
    font-family: Syncopate, Georgia, 'Times New Roman', Times, serif;
    font-size: 4em;
    color: #C8B0AC;
    line-height: 80%;
    letter-spacing: -3px;
    margin: 0px;
}

p.blush {
    font-family: Syncopate, Georgia, Cambria, Times, 'Times New Roman', serif;
    font-size: 1.25em;
    color: #22245A;
    margin-bottom: 10px;
    letter-spacing: -2px;
}

p.blush-headline {
    font-family: Quicksand, Cambria, Times, 'Times New Roman', serif;
    font-size: 2.0em;
    color: #E6DDDE;
    margin-top: -40px;
    letter-spacing: -3px;
}

img.logo {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0;
}

#customAddToCalendar {
    background-color: transparent;
    padding: 5px 5px;
    color: #F9A04E;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    border-style: none;
    font-family: Syncopate, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.0em;
}

#customAddtoCalendar:hover {
    background-color: #D0CCDC;
    text-decoration: none;
    font-weight: bold;
}

a:link,
a:visited {
    color: #F9A04E;
    padding: 3px;
    text-decoration: none;
}

a:hover,
a:active {
    color: #22245A;
    background-color: rgb(248, 182, 192, 0.356);
    text-decoration: none;
}

p.desc a:link,
p.desc a:visited {
    text-decoration: underline;
}

p.desc a:hover,
p.desc a:active {
    text-decoration: none;
}

a.img:hover,
a.img:active {
    background-color: transparent;
    text-decoration: none;
    700
}

dl.faq button {
    margin: 0;
    padding: 3px;
    margin-top: 1em;
    font-family: Quicksand, Georgia, Cambria, Times, 'Times New Roman', serif;
    font-size: 1.5em;
    color: #22245A;
    margin-bottom: 10px;
    letter-spacing: -1px;
    text-align: left;
    border: none;
    border-radius: 0%;
    border-color: transparent;
    background-color: transparent;
    cursor: pointer;
}

dl dd {
    margin: 0;
    padding: 0;
}

dl.faq .desc {
    margin: 0;
    padding: 0.5em;
    font-family: Quicksand, Georgia, Cambria, Times, 'Times New Roman', serif;
    font-size: 1.25em;
    color: #22245A;
    margin-bottom: 10px;
    letter-spacing: -1px;
    line-height: -1px;
    text-align: justify;
    display: none;
    background-color: none;
}

dl.faq button:hover,
dl.faq button:focus,
dl.faq button:active {
    background-color: rgb(248, 182, 192, 0.356);
    border: none;
    outline: transparent;
}