/**
Theme Name: Andrew Alekel 2024
Author: Mother Blackbird
Author URI: https://motherblackbird.com
Description: Based on the Astra theme. Contact Sarah Vieira with questions - sarah@motherblackbird.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: andrew-alekel-2024
Template: astra
*/

/* Remove header border on front page */

.ast-below-header-bar {
  border: none;
}

/* Discography archive page */

.discogtable a {
	color: black;
}

/* Single discog page */

.discogcontainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: normal;
  margin-top: -30px;
}

.discogimage {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width:300px;
  margin-top: 30px;
}

.discoginfo {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  width: 300px;
  margin-top: 30px;
  padding-left:30px;
}

.discogembed {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  width: 600px;
  margin-top: 30px;
}
