
body {
	background: url(../images/bg.jpg);
}

.logo-row {
    width: 100%;
		background: white;
}

.logo {
    margin: 2rem auto;
    width: 599px;
}

.company-name-row {
    width: 100%;
    text-align: center;
}

.contact-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
}

.discogs-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
	font-size: 1.2rem;
}

.record-boxes {
    max-width: 1350px;
    margin: 0 auto;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.record-box {
    margin: 0 .5rem 2rem;
    outline: 2px solid black;
	background: white;
}

.record-title {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    padding: 1rem 0;
    background-color: black;
    color: white;
    font-size: .9rem;
    letter-spacing: .1rem;
}

.record-image {
    width: 400px;
    height: 400px;
}

.record-image img {
    height: 100%;
    width: 100%;
}

.record-type-image {

}

.record-stock {
    text-align: center;
    font-weight: bold;
    font-size: .9rem;
    padding: 1rem 0;
}

