*   {
    margin: 0;
    padding: 0;
}

html {
  font-family: sans-serif; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}


body {
  	background-color: #ccc;
    background-image: url('../img/bg_guitar.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #000;
    height: 100%;
}

h1  {
    padding: 1em 0 0;
    font-size: 2.2em;
    font-weight: normal;
}

h1 img {
    max-width: 600px;
}

h2  {
    text-align: left;
    padding: 0.4em;
    font-size: 1.7em;
    font-weight: normal;
    color: #fff;
    background: #770000;
    border-top: 1px solid #770000;
    border-bottom: 1px solid #770000;
}

p   {
    padding: 1em 0;
    font-size: 1.2em;
    text-align: justify;
}

q   {
    text-align: justify;
}

a	{
	font-weight: bold;
	text-decoration: none;
}

a:hover	{
  color: #990000;
	text-decoration: underline;
}

/*flex   {
   display: flex;
}
*/

.bg-wrap  {
    background-color: #fff;
    max-width: 900px;
    margin: auto;
    padding: 0 15px;
}

.centerText   {
    text-align: center;
}

.container	{
    text-align: center;
    height: 100%;
    min-height: 500px;
    margin: auto;
    line-height: 1.5em;
}

.container img	{
    max-width: 100%;
}

.header {
    width: 100%;
    clear: both;
    margin: 1em 0;
}

.content-section	{
	padding: 10px 0;
	justify-content: center;
}

.img-box	{
	width: 100%;
	text-align: center;
}

.img-box img	{
	margin: auto;
}

.substack {
  border-top: 1px solid #000;
  text-align: center;
}

.substack img {
  margin: auto;
  margin-top: 15px;
  max-width: 400px;
}

.substack p {
  text-align: left;
}

/* 4 column responsive grid menu*/

.menu .r4cg a {
    padding: 2%;
    display: block;
    width: 96%;
    background: #770000;
    color: #fff;
}

.menu .r4cg a:hover {
    color: #770000;
    background: #ffaa1d;
}

.r4cg > * {
    padding: 10px;
}

/* tablet breakpoint */
@media (min-width: 850px) {
    .r4cg {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

/* 3 column responsive grid*/

.r3cg img	{
	margin: auto;
  max-width: 250px;
}

/* container */
.r3cg {
    display:block;
    max-width: 900px;
}


/* tablet breakpoint */
@media (min-width: 850px) {
    .r3cg {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

/* columns */
.r3cg > * {
    padding: 10px;
}
    
/* 2 column responsive grid*/
 
.r2cg {
    display:block;
    max-width: 900px;
    text-align: center;
} 

.r2cg > * {
    padding: 10px;
}


.r2cg img	{
	margin: auto;
  max-width: 390px;
}

/* tablet breakpoint */
@media (min-width:850px) {
    .r2cg {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr;
    }
