@charset "utf-8";

body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}

body, html {
    height: 100%;
    line-height: 1.8;
}

/* slimmenu */

.navbar {
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

ul.menu {
  padding: 0;
}

a.menu, a.menu:active { text-decoration: none }
/*
body {
    font-family: 'Lucida Sans Unicode', 'Lucida Console', sans-serif;
    padding: 0;
}

*/

.w3-yellow {
  padding-top: 24px;
}

header span
{
    color: white;
    font-weight: bold;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

/* Full height image header */
.bgimg-home {
    background-position: center;
    background-size: cover;
    /*https://pixabay.com/p-698908/?no_redirect*/
    /*background-image: url("/images/photographer-698908_1280.jpg");*/
    background-image: url("/images/lens-932256_1920.jpg");
    min-height: 30%;
}

.bgimg-other {
    background-position: center;
    background-size: cover;
    /*https://pixabay.com/p-698908/?no_redirect*/
    background-image: url("/images/lens-932256_1920.jpg");
    min-height: 30%;
}

.w3-bar .w3-button {
    padding: 16px;
}

/* remove the blue colour and highlight */
.accordion .ui-accordion-header {
  background-color: #ccc;
  border-color: #444;
  margin: 0px;
}
.accordion .ui-state-focus {
  outline: none;
}
/* colour the selected header  */
.accordion .ui-accordion-header-active {
  background-color: #335769;
}

/*
.programme_month_header {
  background-color: w3-grey;
  color: white;
}
*/

/* stop the table taking the whole width when >640px screen width */
@media screen and (min-width: 640px) {
  	table#programme_table {
  		width: 80%;
  	}
  }

table#programme_table td {
  vertical-align: top;
  border-bottom: 1px #ddd solid;
}

table#programme_table td.date{
  min-width: 100px;
}

/*
tbody tr:nth-child(odd) td {
    background-color: #ddd;
}
*/


#leaguetable {
  border-collapse: collapse;
  text-align: center;
}
#leaguetable td, #leaguetable th {
	border-bottom: 1px solid silver;
	/*margin-top:1em;*/
}
