body {
    min-height: 400px;
    margin:0;
    margin-bottom: 100px;
    font-family: Courier !important;
    clear: both;
   }

 /* The navigation bar */
.navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    text-align: center;
}

/* Links inside the navbar */
.navbar a {
/*    float: left; */
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 5px 8px;
    text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
    background: #ddd;
    color: black;
}

/* Weather page */
.weather
{
     margin: 0 auto;
     width: 320px; 
}

.weather-heading {
	font-weight: bold;
	font-size: x-large;
	text-align: center;
}

.time {
	text-align: center;
}

.weather-icon img {
	width: 50%;
	height: auto;
}

.current-conditions {
	text-indent: 3%;
	clear: both;
}

.current-temp {
    display: inline-block;
    height: 90px;
    line-height: 90px;
    font-size: xx-large;
    font-weight: normal;
    transform: scale(1.75, 5);
}

.forecast-heading {
	font-weight: bold;
	font-size: large;
	text-align: center;
}

/* Main content */
.main {
    margin-top: 30px; /* Add a top margin to avoid content overlay */
} 

/* Footer content */
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 43px;
    background-color: #333; 
    color: white;
    text-align: center;
}

.footer p {
    font-size: 60%;
}

.footer span {
    display: inline-block;
    vertical-align: middle;
    line-height: 70%;
}

/* Links inside footer */
.footer a {
/*    float: left; */
    display: inline-block;
    font-size: 160%;
    color: #f2f2f2;
    text-align: center;
    padding: 4px 8px;
    text-decoration: none;
}

/*
div {
    -webkit-column-width: 500px; /* Chrome, Safari, Opera */
    -moz-column-width: 500px; /* Firefox */
    column-width: 500px;
}
*/

h1 {
    text-align: center;
    }

/* FEATURED PRODUCT STYLES */
.featured-product-container {
/*    -webkit-column-width: 500px; /* Chrome, Safari, Opera */ */
/*    -moz-column-width: 500px; /* Firefox */ */
    margin: 0 auto;
    padding: 10px;
}
.featured-product-container img {
   max-width: 100%;
   display: block;
   margin-left: auto;
   margin-right: auto;
/*   vertical-align:middle; */
}
.featured-product-content {
    margin-left: auto;	
    margin-right: auto;
    margin-top: 5px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 80%;
}
.featured-product-content title {
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 0px;
/*	margin-bottom: 0px; */
}
}
.featured-product-content-artist {
}
.featured-product-content-album {
	font-size: 80%;
	font-style: italic;
}
.featured-product-content-desc {
	font-size: 60%;
}
/* CONTACT FORM STYLES */
.contactus_container {
}
form {
	display: grid;
	grid-template-columns: 100px 1fr;
	grid-gap: 6px;
	margin-left: 6px;
}
label {
    grid-column: 1 / 2;
}
img.contact_captcha_image {
  grid-column: 2 / 3;
}
input,
button {
	grid-column: 2 / 3;
	width: 90%;
}
textarea {
	grid-column: 2 / 3;
	width: 90%;
	height: 15em;
}

/* REGULAR PRODUCT STYLES */
.product-category-title {
   text-align: center;
}

.product-container {
/*   display: flex;
   flex-direction: row;
   flex-wrap: wrap; */
   column-count: 2;
   column-gap: 8px;
   margin-left: 7px;
   padding-bottom: 30px;
   width: 100%;
}

.product-container-item {
/*   display: inline-block; */
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin: 0 0 8px;
   width: 100%
}

.product-thumb {
   display: flex;
}

.product-thumb img {
   margin-right: 8px;
}

.product-title {
   font-size: 175%;
   margin-left: 8px;
   margin-right: 8px;
}

.product-title-and-ordering-info {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   align-items: baseline;
/*   justify-content: flex-start; */
   justify-content: center;
}

.product-decription {
   display: flex;
   text-align: left;
}

.product-ordering-info {
   text-align: center;
   margin-left: 8px;
}

/*
.prod {
  display: inline-block;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  clear: both;
  column-width: 305px;
}
.prod>* {
  flex: 1 1 300px;
  text-align: left;
}
*/
.prod {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  align-items: center;
  clear: both;
  padding: 0 0 50px 5px;
}
.prod_col_1 {
  flex: 1 1 320px;
  margin-left: 2px;
}
.prod_col_2 {
  flex: 10;
  margin-left: 8px;
  align-self: flex-start;
}
.prod_thumb {
	padding-right: 0px;
}
.prod_thumb img {
	margin-right: 0px;
}
@media screen and (min-width: 200px) {
.prod_title {
/*	font-size: 150%; */
	font-size: calc(18px + 8 * ((100vw - 320px) / 680));
	font-weight: bold;
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
        line-height: 90%;
}
}
@media screen and (min-width: 1000px) {
.prod_title {
	font-size: 26px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 0px;
        line-height: 75%;
/*	margin-bottom: 0px; */
}
}
.prod_title_artist {
}
.prod_title_album {
	font-size: 85%;
	font-style: italic;
}
.prod_buy {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 70%;
	font-weight: bold;
	text-align: left;
}
/* prod_desc */
@media screen and (min-width: 200px) {
  .prod_desc {
	font-size: calc(12px + 4 * ((100vw - 320px) / 680));
	font-weight: normal;
	margin-top: 0px;
	text-align: left;
	width: 100%;
}
}
@media screen and (min-width: 1000px) {
  .prod_desc {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	text-align: left;
	width: 100%;
}
}