* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    height: 100vh;
    width: 100vw;
    background-image: url(images/resources/bg4.png);
	background-size: 82%;
	overflow-x: hidden;
}

#entirety {
  height: 100%  
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
}

#header,
#main,
#menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

#aboutpage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentBox {
    background-color: #302727;
    margin: 25px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    border: solid #e6ccbc 1px;
}

#illustration,
.contentBox {
    border-radius: 5px;
}

#illustration {
    height: 350px;
    width: 650px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
	align-content: center;
}

#textblock {
	width: 600px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

#BCembed {
	width: 450px;
	height: 450px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

#imgblock {
	width: 900px;
	display: flex;
	align-items: left;
	align-content: center;
	justify-content: center;
}

#video {
	height: 345px;
	width: 590px;
	align-items: left;
	align-content: center;
	justify-content: center;
}

#updates {
    height: 350px;
    width: 250px;
    display: flex;
}

.links {
    width: 125px;
    height: 125px;
    margin: 20px;
}

img {
    width: 100%;
}

h1 {
    font-size: 45px;
}

h2 {
    font-family: 'Courier New', Courier, monospace;
    color: #745035;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: solid underline #a7521e 3px;
    text-underline-offset: 3px;
    text-align: center;
    margin: 8px;
}

#about {
    background-image: url('images/resources/about.png');
    background-size: cover;
    transition: background-image 0.5s ease-in-out;
}

#about:hover {
    background-image: url('images/resources/abouth.png');
}

#music {
    background-image: url('images/resources/music.png');
    background-size: cover;
    transition: background-image 0.5s ease-in-out;
}

#music:hover {
    background-image: url('images/resources/musich.png');
}

#collections {
    background-image: url('images/resources/collections.png');
    background-size: cover;
    transition: background-image 0.5s ease-in-out;
}

#collections:hover {
    background-image: url('images/resources/collectionsh.png');
}

#reviews {
    background-image: url('images/resources/reviews.png');
    background-size: cover;
    transition: background-image 0.5s ease-in-out;
}

#reviews:hover {
    background-image: url('images/resources/reviewsh.png');
}

#art {
    background-image: url('images/resources/art.png');
    background-size: cover;
    transition: background-image 0.5s ease-in-out;
}

#art:hover {
    background-image: url('images/resources/arth.png');
}

#guestbook {
    background-image: url('images/resources/guestbook.png');
    background-size: cover;
    transition: background-image 0.5s ease-in-out;
}

#guestbook:hover {
    background-image: url('images/resources/guestbookh.png');
}

#title {
    background-image: url('images/resources/title.gif');
    background-size: cover;
    transition: background-image 0.5s ease-in-out;
	width: 450px;
}