.title {
    color: #af0d0d;
}
body {
    background-color: #000000;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: #af0d0d;
    font-size: medium;
    font-style: normal;
    text-align: center;
}
button {
    background-color: thistle;
    color: #200303;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}
button:hover {
background-color: white; /* White background on hover */
color: rgb(31, 192, 133); /* Green text on hover */
}
iframe {
border: none;
}
a:link {
    color: #ee2222;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #b93714;
}
a:hover {
    text-decoration: none;
    color: #1abcd4;
}
a:active {
    text-decoration: none;
    color: #bd084d;
}
h1 {
    font-size: x-large;
}
h2 {
    font-size: large;
}
h3 {
    font-size: large;
}
h4 {
    font-size: large;
}
h5 {
    font-size: large;
}
h6 {
    font-size: large;
}
navbar {
    width: 100%;
    background-color: #000;
    overflow: auto;
}
@media (max-width: 800px) {
    .slideshow-container {
        width: 100%;
        height: auto;
    }
}
/* Navbar links */
navbar a {
    text-align: center;
    padding: 12px;
    color: black;
}

navbar a:hover {
    background-color: #000;
}

/* Current/active navbar link */
active {
    background-color: #bd084d;
}
/* Add responsiveness - will automatically display the navbar vertically instead of horizontally on screens less than 500 pixels */
@media screen and (max-width: 800px) {
    .navbar a {
        float: none;
        display: block;
    }
}
.parallax {
    /* The image used */
    background-image: url("handpoke/swan-chair-NYC-tattoo.png");

    /* Set a specific height */
    min-height: 420px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: x-large;
}
div.foot > span:nth-child(2) {
	display: none;
}
