* {
    box-sizing: border-box;
}

html, body, div, img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

h1, h2 {
    color: white;
    font-family: "Raleway", sans-serif;
    text-shadow: 0 0 5px #000000;
    text-align: center;
    line-height: 1;
}

h3, p {
    color: white;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    line-height: 2;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

img {
    max-width: 50%;
    height: auto;
}

body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body, html {
    height: 100%;
}

.bgimg, .bgimg2, .bgimg3 {
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.bgimg {
    background-image: url("images/IMG-5301.JPG");
    opacity: 0.9;
}

.bgimg2 {
    background-image: url("images/IMG-0561.jpg");
    opacity: 0.7;
}

.bgimg3 {
    background-image: url("images/bunnybunch.jpg");
    opacity: 0.7;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    justify-content: space-evenly;
    align-content: center;
}

.item {
    margin: 1px;
}

.navbar {
    width: 100%;
    height: 50px;
    z-index: 12;
    background-color: white;
    opacity: 0.7;
    position: sticky;
    bottom: 0;
}

.nav-link {
    color: black;
}

.nav-link:hover {
    color: white;
    background-color: #808080;
    opacity: 1.0;
    text-shadow: 0 0 5px #000000;
}

.responsive {
    background-size: cover;
    width: 100%;
    height: 100%;
}