@charset "utf-8";
/* CSS Document */

h1 {
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 3em;
    color: #7F1F25;
    background-color: #D6D1C0;
    padding: 0.2em;
    margin: 0;
}


h2 {
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 2em;
    color: #BF2F38;
    border-bottom: thin #BF2F38 solid;
    padding: 0px;
    margin-left: 0.1em;
    margin-bottom: 0.1em;
}
h3 {
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 1.3em;
    color: #7F1F25;
    padding: 0px;
    padding-left: 0.3em;
    margin-left: 0.1em;
    margin-bottom: 0.1em;
    background-color:#eeeeee;
}

.clublist {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}


p {
padding-left:3em;
padding-right: 3em;
font-family: Arial, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
font-size: 0.8em;
}

p a{
    color: #BF2F38;
    font-weight: bold;
}

h1 a {
    color: #837954;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    font-size: 1em;
    padding-right:0.2em;
    text-decoration-line: none;
    border-bottom: thin;
}

.clubshop {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 0.8em;
	display: block;
	padding: 0.3em;
    color:#BF2F38;
}

.clubshop:hover {
    background-color: #dddddd;
    
}

.clubshop a {
    color: #5E3C21;
    text-decoration: none;
    font-family: Arial;
    font-size: 1.2em;
    padding-right: 0.5em;
}

.clubshop a:hover {
    color: #5E3C21;
    text-decoration: none;
    font-family: Arial;
    font-size: 1.2em;
}

.note {
    font-size: 0.8em;
    padding: 0.5em ;
    font-family: Arial, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-style: italic;
    color: #666666;
}



/***************************************************************/
/*                          footer styles                      */
/***************************************************************/



div.backButton {
    display: inline-block;
    position: absolute;
    right: 0.5em;
    text-align: right;
    margin-top: 3em;
    margin-bottom: 2em;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    background-color: #BF2F38;
    padding: 0;
    

    

}

div.backButton a {
    text-decoration: none;
    color: #D6D1C0;
    font-size: 1.5em;
    margin: 0;
    padding: 0 1em;
    border: solid 2px #7F1F25;
}

div.copyrightBox {
    display: block;
    border-bottom: solid #dddddd thin;
    border-top: solid #dddddd thin;
    margin-top: 7em;
    margin-botom: 0.3em;
    padding-top: 0.3em;
    padding-bottom: 1.5em;

}

div.copyrightLeft {
    display: block;
    float: left;
    font-family: Arial;
    font-weight: bold;
    color: #999999;
    font-size: 0.8em;
}

div.copyrightRight {
    display: block;
    float: right;
}

div.copyrightRight a {
    color: #BF2F38;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 0.8em;
    border-left: thin #BF2F38 solid;
}

div.copyrightRight a.last {
    border-right: thin #BF2F38 solid;
}


div.copyrightRight a:hover {
    color: #5E3C21;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    padding-left: 1em;
    font-size: 0.8em;

}

/***************************************************************/
/*                        index page specific                  */
/***************************************************************/



h1.indexpage {
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 3em;
    color: #D1D2D1;
    background-color: #7F1F25;
    padding: 0.2em;
    margin: 0;
    background-image: url(http://vocalminority.ca/logo/tVM_bg.svg)
}   

.presents {
    padding: 0;
    margin: 0;
    font-size : .5em;
    color: #CCB97A;

}

.gap {
    margin-top: 1.5em;
}


.indexlist {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
    width: 930px;
    
}

.indexSections {
	font-family: 'Teko', sans-serif;
	font-size: 0.8em;
	display: block;
	padding: 0.3em;
    color:#7F1F25;
    text-align: center;
    font-weight: 500;
    width: 300px;
    border: 2px #7F1F25 solid;
    display: inline-block;
    margin-bottom: 0.2em;

}

.indexSections a {
    color: #7F1F25;
    text-decoration: none;
    font-family: 'Teko', sans-serif;
    font-size: 1.8em;
    padding-right: 0.5em;
}

.indexSections:hover {
    background-color: #BF2F38;
    
}
.indexSections a:hover {
    color: #eeeeee;
    text-decoration: none;
    font-family: 'Teko', sans-serif;
    font-size: 1.8em;
}


@media screen and (max-width:991px) { 
  /* For desktop: */

.clublist {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

    
}


@media screen and (max-width:761px) {
  /* For mobile: */
    
    .clublist {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.clubshop {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 1em;
	display: block;
	padding: 0.3em;
    color:#BF2F38;
}

.clubshop:hover {
    background-color: #dddddd;
    
}

.clubshop a {
    color: #5E3C21;
    text-decoration: none;
    font-family: Arial;
    font-size: 1.2em;
    padding-right: 0.5em;
}

.clubshop a:hover {
    color: #5E3C21;
    text-decoration: none;
    font-family: Arial;
    font-size: 1.2em;
}


}